svn commit: r278793 - stable/10/usr.sbin/ctladm
Alexander Motin
mav at FreeBSD.org
Sun Feb 15 08:38:44 UTC 2015
Author: mav
Date: Sun Feb 15 08:38:43 2015
New Revision: 278793
URL: https://svnweb.freebsd.org/changeset/base/278793
Log:
MFC r278621: Fix man page to match real option names.
Modified:
stable/10/usr.sbin/ctladm/ctladm.8
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/ctladm/ctladm.8
==============================================================================
--- stable/10/usr.sbin/ctladm/ctladm.8 Sun Feb 15 07:47:18 2015 (r278792)
+++ stable/10/usr.sbin/ctladm/ctladm.8 Sun Feb 15 08:38:43 2015 (r278793)
@@ -1002,11 +1002,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-stable-10
mailing list