svn commit: r278621 - head/usr.sbin/ctladm
Alexander Motin
mav at FreeBSD.org
Thu Feb 12 11:27:55 UTC 2015
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
More information about the svn-src-head
mailing list