diff options
author | Joel Dahl <joel@FreeBSD.org> | 2012-03-25 09:18:34 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2012-03-25 09:18:34 +0000 |
commit | c0cbd1c6f19e76f18cd569b9a7fdb60d07269f0e (patch) | |
tree | 15e2671a1d066bef5b15ed8bf0a00417e5a476b3 /usr.sbin/ctladm/ctladm.8 | |
parent | e71dfa7b8446bad89dbab61bb3a960356893d145 (diff) | |
download | src-c0cbd1c6f19e76f18cd569b9a7fdb60d07269f0e.tar.gz src-c0cbd1c6f19e76f18cd569b9a7fdb60d07269f0e.zip |
Remove superfluous paragraph macro.
Notes
Notes:
svn path=/head/; revision=233455
Diffstat (limited to 'usr.sbin/ctladm/ctladm.8')
-rw-r--r-- | usr.sbin/ctladm/ctladm.8 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8 index 18333d907d5c..d4d044f6c8b2 100644 --- a/usr.sbin/ctladm/ctladm.8 +++ b/usr.sbin/ctladm/ctladm.8 @@ -227,7 +227,6 @@ Specify the target (almost always 0) and LUN number to operate on. Many of the primary functions of the .Nm utility take the following optional arguments: -.Pp .Bl -tag -width 10n .It Fl C Ar retries Specify the number of times to retry a command in the event of failure. @@ -905,7 +904,6 @@ Display the list of mode pages supported by LUN 1. Display the saved version of the Control mode page (page 10) on LUN 0. Disable fetching block descriptors, and use a 10 byte MODE SENSE command instead of the default 6 byte command. -.Pp .Bd -literal ctladm read 0:2 -l 0 -d 1 -b 512 -f - > foo .Ed @@ -966,7 +964,6 @@ ioctl port. .Pp Inject a medium error on LUN 6 for every read that covers the first 512 blocks of the LUN. -.Pp .Bd -literal -offset indent ctladm inject 0:6 -i custom -p tur -s 18 "f0 0 02 s12 04 02" .Ed |