Date: Sat, 30 Jun 2012 20:25:50 +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-8@freebsd.org Subject: svn commit: r237856 - stable/8/sbin/mdconfig Message-ID: <201206302025.q5UKPoE3039968@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Sat Jun 30 20:25:50 2012 New Revision: 237856 URL: http://svn.freebsd.org/changeset/base/237856 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/8/sbin/mdconfig/mdconfig.8 Directory Properties: stable/8/sbin/mdconfig/ (props changed) Modified: stable/8/sbin/mdconfig/mdconfig.8 ============================================================================== --- stable/8/sbin/mdconfig/mdconfig.8 Sat Jun 30 20:25:12 2012 (r237855) +++ stable/8/sbin/mdconfig/mdconfig.8 Sat Jun 30 20:25:50 2012 (r237856) @@ -41,7 +41,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 21, 2008 +.Dd June 27, 2012 .Dt MDCONFIG 8 .Os .Sh NAME @@ -143,7 +143,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?201206302025.q5UKPoE3039968>