Deal with double whitespace.
This commit is contained in:
parent
1171aedcdf
commit
bac7835b60
@ -402,7 +402,7 @@ the command type.
|
|||||||
The command and data specification syntax is documented
|
The command and data specification syntax is documented
|
||||||
in
|
in
|
||||||
.Xr cam_cdbparse 3 .
|
.Xr cam_cdbparse 3 .
|
||||||
NOTE: If the CDB specified causes data to be transfered to or from the
|
NOTE: If the CDB specified causes data to be transfered to or from the
|
||||||
SCSI device in question, you MUST specify either
|
SCSI device in question, you MUST specify either
|
||||||
.Fl i
|
.Fl i
|
||||||
or
|
or
|
||||||
@ -429,7 +429,7 @@ bytes of data will be read from standard input and written to the device.
|
|||||||
Turn on CAM debugging printfs in the kernel.
|
Turn on CAM debugging printfs in the kernel.
|
||||||
This requires options CAMDEBUG
|
This requires options CAMDEBUG
|
||||||
in your kernel config file.
|
in your kernel config file.
|
||||||
WARNING: enabling debugging printfs currently
|
WARNING: enabling debugging printfs currently
|
||||||
causes an EXTREME number of kernel printfs.
|
causes an EXTREME number of kernel printfs.
|
||||||
You may have difficulty
|
You may have difficulty
|
||||||
turning off the debugging printfs once they start, since the kernel will be
|
turning off the debugging printfs once they start, since the kernel will be
|
||||||
|
@ -194,7 +194,7 @@ reinitialize the label before [re]constructing your ccd disk.
|
|||||||
.Sh RECOVERY
|
.Sh RECOVERY
|
||||||
An error on a ccd disk is usually unrecoverable unless you are using the
|
An error on a ccd disk is usually unrecoverable unless you are using the
|
||||||
mirroring option.
|
mirroring option.
|
||||||
But mirroring has its own perils: It assumes that
|
But mirroring has its own perils: It assumes that
|
||||||
both copies of the data at any given sector are the same.
|
both copies of the data at any given sector are the same.
|
||||||
This holds true
|
This holds true
|
||||||
until a write error occurs or until you replace either side of the mirror.
|
until a write error occurs or until you replace either side of the mirror.
|
||||||
|
@ -100,7 +100,7 @@ In preen mode, after pass 1 completes, all remaining file systems are checked,
|
|||||||
in pass number order running one process per disk drive in parallel for each
|
in pass number order running one process per disk drive in parallel for each
|
||||||
pass number in increasing order.
|
pass number in increasing order.
|
||||||
.Pp
|
.Pp
|
||||||
In other words: In preen mode all pass 1 partitions are checked sequentially.
|
In other words: In preen mode all pass 1 partitions are checked sequentially.
|
||||||
Next all pass 2 partitions are checked in parallel, one process per disk drive.
|
Next all pass 2 partitions are checked in parallel, one process per disk drive.
|
||||||
Next all pass 3 partitions are checked in parallel, one process per disk drive.
|
Next all pass 3 partitions are checked in parallel, one process per disk drive.
|
||||||
etc.
|
etc.
|
||||||
|
@ -430,7 +430,8 @@ subdisk: in other words, the offset is the numerical position of the subdisk
|
|||||||
multiplied by the stripe size.
|
multiplied by the stripe size.
|
||||||
For example, in a plex with stripe size 271k,
|
For example, in a plex with stripe size 271k,
|
||||||
the first subdisk will have offset 0, the second offset 271k, the third 542k,
|
the first subdisk will have offset 0, the second offset 271k, the third 542k,
|
||||||
etc.\& This calculation ignores parity blocks in RAID-5 plexes.
|
etc.
|
||||||
|
This calculation ignores parity blocks in RAID-5 plexes.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.It Xo
|
.It Xo
|
||||||
@ -1154,9 +1155,11 @@ to the plex name.
|
|||||||
.\".It Xo
|
.\".It Xo
|
||||||
.\".Ic replace
|
.\".Ic replace
|
||||||
.\".Ar drive newdrive
|
.\".Ar drive newdrive
|
||||||
.\"Move all the subdisks from the specified drive onto the new drive. This will
|
.\"Move all the subdisks from the specified drive onto the new drive.
|
||||||
|
.\"This will
|
||||||
.\"attempt to recover those subdisks that can be recovered, and create the others
|
.\"attempt to recover those subdisks that can be recovered, and create the others
|
||||||
.\"from scratch. If the new drive lacks the space for this operation, as many
|
.\"from scratch.
|
||||||
|
.\"If the new drive lacks the space for this operation, as many
|
||||||
.\"subdisks as possible will be fitted onto the drive, and the rest will be left on
|
.\"subdisks as possible will be fitted onto the drive, and the rest will be left on
|
||||||
.\"the original drive.
|
.\"the original drive.
|
||||||
.Pp
|
.Pp
|
||||||
@ -1272,13 +1275,16 @@ the configuration.
|
|||||||
.\".Ic set
|
.\".Ic set
|
||||||
.\"sets the state of the specified object to one of the valid states (see
|
.\"sets the state of the specified object to one of the valid states (see
|
||||||
.\".Sx OBJECT STATES
|
.\".Sx OBJECT STATES
|
||||||
.\"below). Normally
|
.\"below).
|
||||||
|
.\"Normally
|
||||||
.\".Nm
|
.\".Nm
|
||||||
.\"performs a large amount of consistency checking before making the change. The
|
.\"performs a large amount of consistency checking before making the change.
|
||||||
|
.\"The
|
||||||
.\".Fl f
|
.\".Fl f
|
||||||
.\"option tells
|
.\"option tells
|
||||||
.\".Nm
|
.\".Nm
|
||||||
.\"to omit this checking and perform the change anyway. Use this option with great
|
.\"to omit this checking and perform the change anyway.
|
||||||
|
.\"Use this option with great
|
||||||
.\"care: it can result in total loss of data on a volume.
|
.\"care: it can result in total loss of data on a volume.
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic setdaemon Op Ar value
|
.It Ic setdaemon Op Ar value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user