diff options
author | bcr <bcr@FreeBSD.org> | 2010-07-25 11:31:29 +0000 |
---|---|---|
committer | bcr <bcr@FreeBSD.org> | 2010-07-25 11:31:29 +0000 |
commit | 260d9422b5a5b0a21ca147ee8933427cf4b92c7e (patch) | |
tree | c945ce1a0a48cc614d6c736758187bbee6caf767 /sbin | |
parent | 6a65a7e10a4189931f5ab166f4c918fd56f8ff6a (diff) | |
download | FreeBSD-src-260d9422b5a5b0a21ca147ee8933427cf4b92c7e.zip FreeBSD-src-260d9422b5a5b0a21ca147ee8933427cf4b92c7e.tar.gz |
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
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/newfs_msdos/newfs_msdos.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 1c63a74..d888fe5 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -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 |