Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2017 17:59:28 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r321023 - head/usr.sbin/ctladm
Message-ID:  <201707151759.v6FHxS4x077678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr (doc committer)
Date: Sat Jul 15 17:59:28 2017
New Revision: 321023
URL: https://svnweb.freebsd.org/changeset/base/321023

Log:
  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@
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D11608

Modified:
  head/usr.sbin/ctladm/ctladm.8

Modified: head/usr.sbin/ctladm/ctladm.8
==============================================================================
--- head/usr.sbin/ctladm/ctladm.8	Sat Jul 15 17:44:29 2017	(r321022)
+++ head/usr.sbin/ctladm/ctladm.8	Sat Jul 15 17:59:28 2017	(r321023)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707151759.v6FHxS4x077678>