summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2017-07-22 10:15:11 +0000
committerbcr <bcr@FreeBSD.org>2017-07-22 10:15:11 +0000
commitce5a9c569bd085c1bcf80b1b504ab1da8b166d97 (patch)
tree76813a046b1344fb78725ddbe5195f106a996d00 /usr.sbin
parentb8fe772189d6b782658bf02a5b63a541e040c16a (diff)
downloadFreeBSD-src-ce5a9c569bd085c1bcf80b1b504ab1da8b166d97.zip
FreeBSD-src-ce5a9c569bd085c1bcf80b1b504ab1da8b166d97.tar.gz
MFC r321023:
The ctladm man page incorrectly duplicated the text for the delete subcommand in the modify section. Rewrite the modify description text in two places to say modify/modified instead of remove/removed. PR: 220710 Submitted by: sseekamp@risei.net Reviewed by: mav@ Differential Revision: https://reviews.freebsd.org/D11608
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctladm/ctladm.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8
index 551c137..e9dd362 100644
--- a/usr.sbin/ctladm/ctladm.8
+++ b/usr.sbin/ctladm/ctladm.8
@@ -35,7 +35,7 @@
.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
.\" $FreeBSD$
.\"
-.Dd January 23, 2017
+.Dd July 15, 2017
.Dt CTLADM 8
.Os
.Sh NAME
@@ -751,13 +751,13 @@ Modify a LUN size.
The backend, the LUN number, and the size must be specified.
.Bl -tag -width 14n
.It Fl b Ar backend
-Specify the backend that owns the LUN to be removed.
+Specify the backend that owns the LUN to be modified.
Examples are
.Dq ramdisk
and
.Dq block .
.It Fl l Ar lun_id
-Specify the LUN number to remove.
+Specify the LUN number to modify.
.It Fl o Ar name=value
Specify a backend-specific name/value pair.
Multiple
OpenPOWER on IntegriCloud