Date: Sat, 30 Jun 2012 20:24:00 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r237854 - stable/7/sbin/mdconfig Message-ID: <201206302024.q5UKO0Jc039803@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206302024.q5UKO0Jc039803>