Date: Thu, 12 Feb 2015 11:27:55 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r278621 - head/usr.sbin/ctladm Message-ID: <201502121127.t1CBRt9D026734@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Thu Feb 12 11:27:54 2015 New Revision: 278621 URL: https://svnweb.freebsd.org/changeset/base/278621 Log: Fix man page to match real option names. MFC after: 3 days Modified: head/usr.sbin/ctladm/ctladm.8 Modified: head/usr.sbin/ctladm/ctladm.8 ============================================================================== --- head/usr.sbin/ctladm/ctladm.8 Thu Feb 12 11:10:07 2015 (r278620) +++ head/usr.sbin/ctladm/ctladm.8 Thu Feb 12 11:27:54 2015 (r278621) @@ -1035,11 +1035,11 @@ Set to "off" to allow them be issued in Parallel issue of consecutive operations may confuse logic of the backing file system, hurting performance; but it may improve performance of backing stores without prefetch/write-back. -.It Va psectorsize -.It Va psectoroffset +.It Va pblocksize +.It Va pblockoffset Specify physical block size and offset of the device. -.It Va usectorsize -.It Va usectoroffset +.It Va ublocksize +.It Va ublockoffset Specify UNMAP block size and offset of the device. .It Va rpm .It Va rpm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502121127.t1CBRt9D026734>