svn commit: r237645 - head/sbin/mdconfig

Gavin Atkinson gavin at FreeBSD.org
Wed Jun 27 12:19:28 UTC 2012


Author: gavin
Date: Wed Jun 27 12:19:28 2012
New Revision: 237645
URL: http://svn.freebsd.org/changeset/base/237645

Log:
  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

Modified:
  head/sbin/mdconfig/mdconfig.8

Modified: head/sbin/mdconfig/mdconfig.8
==============================================================================
--- head/sbin/mdconfig/mdconfig.8	Wed Jun 27 12:00:35 2012	(r237644)
+++ head/sbin/mdconfig/mdconfig.8	Wed Jun 27 12:19:28 2012	(r237645)
@@ -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


More information about the svn-src-all mailing list