diff options
author | Gavin Atkinson <gavin@FreeBSD.org> | 2012-06-27 12:19:28 +0000 |
---|---|---|
committer | Gavin Atkinson <gavin@FreeBSD.org> | 2012-06-27 12:19:28 +0000 |
commit | b45c4eb9ae2f1712aaa9872ec1838f70e05a8407 (patch) | |
tree | c01a1ca7c6f1528819b11221f82ae44b44934166 /sbin/mdconfig | |
parent | f275c8618cac5a80efd3c043b018010d99ebe2c7 (diff) | |
download | src-b45c4eb9ae2f1712aaa9872ec1838f70e05a8407.tar.gz src-b45c4eb9ae2f1712aaa9872ec1838f70e05a8407.zip |
The -S option, to specify the sector size, has been usable on all types of
memory disks since r135340. Update the man page to reflect this.
Noticed by: avg
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=237645
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 41141370bbc9..2daa72122389 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -41,7 +41,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 21, 2012 +.Dd June 27, 2012 .Dt MDCONFIG 8 .Os .Sh NAME @@ -148,7 +148,7 @@ and .Fl t Ar swap options are implied if not specified. .It Fl S Ar sectorsize -Sectorsize to use for malloc backed device. +Sectorsize to use for the memory disk, in bytes. .It Fl x Ar sectors/track See the description of the .Fl y |