svn commit: r237854 - stable/7/sbin/mdconfig

Gavin Atkinson gavin at FreeBSD.org
Sat Jun 30 20:24:00 UTC 2012


Author: gavin
Date: Sat Jun 30 20:23:59 2012
New Revision: 237854
URL: http://svn.freebsd.org/changeset/base/237854

Log:
  Merge r237645 from head:
  
    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

Modified:
  stable/7/sbin/mdconfig/mdconfig.8
Directory Properties:
  stable/7/sbin/mdconfig/   (props changed)

Modified: stable/7/sbin/mdconfig/mdconfig.8
==============================================================================
--- stable/7/sbin/mdconfig/mdconfig.8	Sat Jun 30 20:22:20 2012	(r237853)
+++ stable/7/sbin/mdconfig/mdconfig.8	Sat Jun 30 20:23:59 2012	(r237854)
@@ -41,7 +41,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 11, 2007
+.Dd June 27, 2012
 .Dt MDCONFIG 8
 .Os
 .Sh NAME
@@ -140,7 +140,7 @@ and
 .Fl t Ar swap
 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