Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2010 11:31:29 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210463 - head/sbin/newfs_msdos
Message-ID:  <201007251131.o6PBVTPq032384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr (doc committer)
Date: Sun Jul 25 11:31:29 2010
New Revision: 210463
URL: http://svn.freebsd.org/changeset/base/210463

Log:
  Clarify that the "number of bytes per sector"-range in the
  -S option is meant to be "inclusive".
  
  The original issue of the PR was already fixed.
  
  PR:                 docs/142418
  Submitted by:       David Naylor (naylor dot b dot david at gmail dot com)
  No objection from:  kib
  MFC after:          5 days

Modified:
  head/sbin/newfs_msdos/newfs_msdos.8

Modified: head/sbin/newfs_msdos/newfs_msdos.8
==============================================================================
--- head/sbin/newfs_msdos/newfs_msdos.8	Sun Jul 25 10:06:56 2010	(r210462)
+++ head/sbin/newfs_msdos/newfs_msdos.8	Sun Jul 25 11:31:29 2010	(r210463)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 11, 2009
+.Dd July 25, 2010
 .Dt NEWFS_MSDOS 8
 .Os
 .Sh NAME
@@ -116,7 +116,7 @@ The default is
 .It Fl S Ar sector-size
 Number of bytes per sector.
 Acceptable values are powers of 2
-in the range 512 through 32768.
+in the range 512 through 32768, inclusive.
 .It Fl a Ar FAT-size
 Number of sectors per FAT.
 .It Fl b Ar block-size



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007251131.o6PBVTPq032384>