Correct the usage of the ".Bd -literal -offset xxx" macro to use
a proper offset. This silences warnings when the man page is formated with groff. PR: bin/14534
This commit is contained in:
parent
e696412047
commit
56f09cbe0e
@ -547,7 +547,7 @@ information if the command fails since the
|
|||||||
.Fl v
|
.Fl v
|
||||||
switch was not specified.
|
switch was not specified.
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol tur da1 -E -C 4 -t 50 -v
|
camcontrol tur da1 -E -C 4 -t 50 -v
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
@ -559,7 +559,7 @@ flag) if the command fails. Since error recovery is turned on, the
|
|||||||
disk will be spun up if it is not currently spinning.
|
disk will be spun up if it is not currently spinning.
|
||||||
.Nm camcontrol
|
.Nm camcontrol
|
||||||
will report whether the disk is ready.
|
will report whether the disk is ready.
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol cmd -n cd -u 1 -v -c "3C 00 00 00 00 00 00 00 0e 00" \e
|
camcontrol cmd -n cd -u 1 -v -c "3C 00 00 00 00 00 00 00 0e 00" \e
|
||||||
-i 0xe "s1 i3 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1"
|
-i 0xe "s1 i3 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1"
|
||||||
.Ed
|
.Ed
|
||||||
@ -568,7 +568,7 @@ Issue a READ BUFFER command (0x3C) to cd1. Display the buffer size of cd1,
|
|||||||
and display the first 10 bytes from the cache on cd1. Display SCSI sense
|
and display the first 10 bytes from the cache on cd1. Display SCSI sense
|
||||||
information if the command fails.
|
information if the command fails.
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol cmd -n cd -u 1 -v -c "3B 00 00 00 00 00 00 00 0e 00" \e
|
camcontrol cmd -n cd -u 1 -v -c "3B 00 00 00 00 00 00 00 0e 00" \e
|
||||||
-o 14 "00 00 00 00 1 2 3 4 5 6 v v v v" 7 8 9 8
|
-o 14 "00 00 00 00 1 2 3 4 5 6 v v v v" 7 8 9 8
|
||||||
.Ed
|
.Ed
|
||||||
@ -578,7 +578,7 @@ not including the (reserved) 4 byte header. Print out sense information if
|
|||||||
the command fails. Be very careful with this command, improper use may
|
the command fails. Be very careful with this command, improper use may
|
||||||
cause data corruption.
|
cause data corruption.
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol modepage da3 -m 1 -e -P 3
|
camcontrol modepage da3 -m 1 -e -P 3
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
@ -599,20 +599,20 @@ changed.
|
|||||||
.Pp
|
.Pp
|
||||||
Set the number of concurrent transactions for da5 to 24.
|
Set the number of concurrent transactions for da5 to 24.
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol negotiate -n da -u 4 -T disable
|
camcontrol negotiate -n da -u 4 -T disable
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Disable tagged queueing for da4.
|
Disable tagged queueing for da4.
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol negotiate -n da -u 3 -R 20.000 -O 15 -a
|
camcontrol negotiate -n da -u 3 -R 20.000 -O 15 -a
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Negotiate a sync rate of 20MHz and an offset of 15 with da3. Then send a
|
Negotiate a sync rate of 20MHz and an offset of 15 with da3. Then send a
|
||||||
Test Unit Ready command to make the settings take effect.
|
Test Unit Ready command to make the settings take effect.
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol cmd -n da -u 3 -v -t 7200 -c "4 0 0 0 0 0"
|
camcontrol cmd -n da -u 3 -v -t 7200 -c "4 0 0 0 0 0"
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
@ -667,7 +667,7 @@ in
|
|||||||
The code that parses the generic command line arguments doesn't know that
|
The code that parses the generic command line arguments doesn't know that
|
||||||
some of the subcommands take multiple arguments. So if, for instance, you
|
some of the subcommands take multiple arguments. So if, for instance, you
|
||||||
tried something like this:
|
tried something like this:
|
||||||
.Bd -literal -offset foobar
|
.Bd -literal -offset indent
|
||||||
camcontrol cmd -n da -u 1 -c "00 00 00 00 00 v" 0x00 -v
|
camcontrol cmd -n da -u 1 -c "00 00 00 00 00 v" 0x00 -v
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user