camcontrol(8): Fix some warnings spotted by mandoc

- skipping paragraph macro: Pp before Bl
This commit is contained in:
Gordon Bergling 2020-11-20 11:45:08 +00:00
parent 98ea5a7b9a
commit c17b2a79bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367889

View File

@ -2276,7 +2276,6 @@ These zones must be written sequentially.
If they are not written sequentially, starting at the write pointer, the If they are not written sequentially, starting at the write pointer, the
command will fail. command will fail.
.El .El
.Pp
.Bl -tag -width 12n .Bl -tag -width 12n
.It Fl c Ar cmd .It Fl c Ar cmd
Specify the zone subcommand: Specify the zone subcommand:
@ -2831,7 +2830,6 @@ This will read and decode the attribute values from partition 1 on the tape
in tape drive sa0, and will display any in tape drive sa0, and will display any
.Tn SCSI .Tn SCSI
errors that result. errors that result.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol zone da0 -v -c rz -P summary camcontrol zone da0 -v -c rz -P summary
.Ed .Ed
@ -2842,7 +2840,6 @@ summary of the zone parameters, and display any
or or
.Tn ATA .Tn ATA
errors that result. errors that result.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol zone da0 -v -c rz -o reset camcontrol zone da0 -v -c rz -o reset
.Ed .Ed
@ -2853,7 +2850,6 @@ pointer reset from the disk da0, and display any
or or
.Tn ATA .Tn ATA
errors that result. errors that result.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol zone da0 -v -c rwp -l 0x2c80000 camcontrol zone da0 -v -c rwp -l 0x2c80000
.Ed .Ed
@ -2864,7 +2860,6 @@ that starts at LBA 0x2c80000 and display any
or or
.Tn ATA .Tn ATA
errors that result. errors that result.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol epc ada0 -c timer -T 60.1 -p Idle_a -e -s camcontrol epc ada0 -c timer -T 60.1 -p Idle_a -e -s
.Ed .Ed
@ -2873,7 +2868,6 @@ Set the timer for the Idle_a power condition on drive
.Pa ada0 .Pa ada0
to 60.1 seconds, enable that particular power condition, and save the timer to 60.1 seconds, enable that particular power condition, and save the timer
value and the enabled state of the power condition. value and the enabled state of the power condition.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol epc da4 -c goto -p Standby_z -H camcontrol epc da4 -c goto -p Standby_z -H
.Ed .Ed
@ -2885,7 +2879,6 @@ the drive's lowest power state) and hold in that state until it is
explicitly released by another explicitly released by another
.Cm goto .Cm goto
command. command.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol epc da2 -c status -P camcontrol epc da2 -c status -P
.Ed .Ed
@ -2903,7 +2896,6 @@ to only send the
.Tn ATA .Tn ATA
CHECK POWER MODE command, which should not trigger a change in the drive's CHECK POWER MODE command, which should not trigger a change in the drive's
power state. power state.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol epc ada0 -c list camcontrol epc ada0 -c list
.Ed .Ed
@ -2911,7 +2903,6 @@ camcontrol epc ada0 -c list
Display the ATA Power Conditions log (Log Address 0x08) for Display the ATA Power Conditions log (Log Address 0x08) for
drive drive
.Pa ada0 . .Pa ada0 .
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol timestamp sa0 -s -f "%a, %d %b %Y %T %z" \e camcontrol timestamp sa0 -s -f "%a, %d %b %Y %T %z" \e
-T "Wed, 26 Oct 2016 21:43:57 -0600" -T "Wed, 26 Oct 2016 21:43:57 -0600"