svn commit: r239445 - stable/8/usr.sbin/lpr/lpd

Warren Block wblock at FreeBSD.org
Mon Aug 20 16:38:59 UTC 2012


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 at 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


More information about the svn-src-stable-8 mailing list