diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2015-02-12 11:27:54 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2015-02-12 11:27:54 +0000 |
| commit | 1ce31703ea937968b1c163952f9c6fc74a5afe5e (patch) | |
| tree | 4e8540d306721c3c310a04d602b37cc855d4b438 /usr.sbin | |
| parent | 93b8c96cfd6f47092154cd088731e51078c5a1cd (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ctladm/ctladm.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8 index 14710c2cfb2b2..7616c24cd7702 100644 --- a/usr.sbin/ctladm/ctladm.8 +++ b/usr.sbin/ctladm/ctladm.8 @@ -1035,11 +1035,11 @@ Set to "off" to allow them be issued in parallel. 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 |
