From Andre.Albsmeier@siemens.com  Thu Jul 24 06:23:09 2008
Return-Path: <Andre.Albsmeier@siemens.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B82901065670
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jul 2008 06:23:09 +0000 (UTC)
	(envelope-from Andre.Albsmeier@siemens.com)
Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 0E3778FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jul 2008 06:23:08 +0000 (UTC)
	(envelope-from Andre.Albsmeier@siemens.com)
Received: from mail1.siemens.de (localhost [127.0.0.1])
	by thoth.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id m6O67tHY022355
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jul 2008 08:07:56 +0200
Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130])
	by mail1.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id m6O67t9Q005803
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jul 2008 08:07:55 +0200
Received: (from localhost)
	by curry.mchp.siemens.de (8.14.2/8.14.2) id m6O67tRe080908
	for FreeBSD-gnats-submit@freebsd.org; Thu, 24 Jul 2008 08:07:55 +0200 (CEST)
Message-Id: <200807240607.m6O67tUF027120@curry.mchp.siemens.de>
Date: Thu, 24 Jul 2008 08:07:55 +0200 (CEST)
From: Andre Albsmeier <Andre.Albsmeier@siemens.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: lpd (8) talks about blocks in minfree while it is KB in reality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         125921
>Category:       docs
>Synopsis:       lpd(8) talks about blocks in minfree while it is KB in reality
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    wblock
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 24 06:30:01 UTC 2008
>Closed-Date:    Mon Aug 13 15:24:37 UTC 2012
>Last-Modified:  Mon Aug 20 16:50:12 UTC 2012
>Originator:     Andre Albsmeier
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:

System: FreeBSD FreeBSD 6.3-STABLE #0: Mon Jul 21 15:38:40 CEST 2008

>Description:
 
man 8 lpd says:

     The file minfree in each spool directory contains the number of disk
     blocks to leave free so that the line printer queue will not completely
     fill the disk.  The minfree file can be edited with your favorite text

but usr.sbin/lpr/lpd/recvjob.c doubles the value read from minfree
to convert kBytes into 512 byte blocks.

>How-To-Repeat:

1. man 8 lpd
2. grep minfree /usr/src/usr.sbin/lpr/lpd/recvjob.c

>Fix:

Replace blocks by kBytes in man page for lpd.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->wblock 
Responsible-Changed-By: wblock 
Responsible-Changed-When: Mon Aug 13 14:54:54 UTC 2012 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125921 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/125921: commit references a PR
Date: Mon, 13 Aug 2012 15:16:36 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Mon Aug 13 15:16:25 2012
 New Revision: 239233
 URL: http://svn.freebsd.org/changeset/base/239233
 
 Log:
   Correct description of minfree to kilobytes rather than blocks.
   
   PR:		125921
   Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
   MFC after:	3 days
 
 Modified:
   head/usr.sbin/lpr/lpd/lpd.8
 
 Modified: head/usr.sbin/lpr/lpd/lpd.8
 ==============================================================================
 --- head/usr.sbin/lpr/lpd/lpd.8	Mon Aug 13 13:33:21 2012	(r239232)
 +++ head/usr.sbin/lpr/lpd/lpd.8	Mon Aug 13 15:16:25 2012	(r239233)
 @@ -152,7 +152,7 @@ machine with the printer.
  .Pp
  The file
  .Em minfree
 -in each spool directory contains the number of disk blocks to leave free
 +in each spool directory contains the number of kilobytes to leave free
  so that the line printer queue will not completely fill the disk.
  The
  .Em minfree
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wblock 
State-Changed-When: Mon Aug 13 15:21:52 UTC 2012 
State-Changed-Why:  
Correction committed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125921 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/125921: commit references a PR
Date: Mon, 20 Aug 2012 16:31:35 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Mon Aug 20 16:31:23 2012
 New Revision: 239443
 URL: http://svn.freebsd.org/changeset/base/239443
 
 Log:
   MFC r239233:
   
   Correct description of minfree to kilobytes rather than blocks.
   
   PR:		125921
   Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
 
 Modified:
   stable/9/usr.sbin/lpr/lpd/lpd.8
 Directory Properties:
   stable/9/usr.sbin/lpr/lpd/   (props changed)
 
 Modified: stable/9/usr.sbin/lpr/lpd/lpd.8
 ==============================================================================
 --- stable/9/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:13:16 2012	(r239442)
 +++ stable/9/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:31:23 2012	(r239443)
 @@ -152,7 +152,7 @@ machine with the printer.
  .Pp
  The file
  .Em minfree
 -in each spool directory contains the number of disk blocks to leave free
 +in each spool directory contains the number of kilobytes to leave free
  so that the line printer queue will not completely fill the disk.
  The
  .Em minfree
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/125921: commit references a PR
Date: Mon, 20 Aug 2012 16:37:51 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Mon Aug 20 16:37:41 2012
 New Revision: 239444
 URL: http://svn.freebsd.org/changeset/base/239444
 
 Log:
   MFC r239233:
   
   Correct description of minfree to kilobytes rather than blocks.
   
   PR:		125921
   Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
   Approved by:	re (implicit)
 
 Modified:
   releng/9.1/usr.sbin/lpr/lpd/lpd.8
 Directory Properties:
   releng/9.1/usr.sbin/lpr/lpd/   (props changed)
 
 Modified: releng/9.1/usr.sbin/lpr/lpd/lpd.8
 ==============================================================================
 --- releng/9.1/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:31:23 2012	(r239443)
 +++ releng/9.1/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:37:41 2012	(r239444)
 @@ -152,7 +152,7 @@ machine with the printer.
  .Pp
  The file
  .Em minfree
 -in each spool directory contains the number of disk blocks to leave free
 +in each spool directory contains the number of kilobytes to leave free
  so that the line printer queue will not completely fill the disk.
  The
  .Em minfree
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/125921: commit references a PR
Date: Mon, 20 Aug 2012 16:39:10 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Mon Aug 20 16:38:58 2012
 New Revision: 239445
 URL: http://svn.freebsd.org/changeset/base/239445
 
 Log:
   MFC r239233:
   
   Correct description of minfree to kilobytes rather than blocks.
   
   PR:		125921
   Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
 
 Modified:
   stable/8/usr.sbin/lpr/lpd/lpd.8
 Directory Properties:
   stable/8/usr.sbin/lpr/lpd/   (props changed)
 
 Modified: stable/8/usr.sbin/lpr/lpd/lpd.8
 ==============================================================================
 --- stable/8/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:37:41 2012	(r239444)
 +++ stable/8/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:38:58 2012	(r239445)
 @@ -156,7 +156,7 @@ machine with the printer.
  .Pp
  The file
  .Em minfree
 -in each spool directory contains the number of disk blocks to leave free
 +in each spool directory contains the number of kilobytes to leave free
  so that the line printer queue will not completely fill the disk.
  The
  .Em minfree
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/125921: commit references a PR
Date: Mon, 20 Aug 2012 16:40:26 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Mon Aug 20 16:40:15 2012
 New Revision: 239446
 URL: http://svn.freebsd.org/changeset/base/239446
 
 Log:
   MFC r239233:
   
   Correct description of minfree to kilobytes rather than blocks.
   
   PR:		125921
   Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
 
 Modified:
   stable/7/usr.sbin/lpr/lpd/lpd.8
 Directory Properties:
   stable/7/usr.sbin/lpr/lpd/   (props changed)
 
 Modified: stable/7/usr.sbin/lpr/lpd/lpd.8
 ==============================================================================
 --- stable/7/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:38:58 2012	(r239445)
 +++ stable/7/usr.sbin/lpr/lpd/lpd.8	Mon Aug 20 16:40:15 2012	(r239446)
 @@ -156,7 +156,7 @@ machine with the printer.
  .Pp
  The file
  .Em minfree
 -in each spool directory contains the number of disk blocks to leave free
 +in each spool directory contains the number of kilobytes to leave free
  so that the line printer queue will not completely fill the disk.
  The
  .Em minfree
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
