diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:41:35 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:41:35 -0700 |
commit | ac3d4d0cf6b3d06cfd90636b4bc8a2043176b725 (patch) | |
tree | 3217f1aeebeb5797efab4ffa491724795c888e67 /man/man5/zfs-events.5 | |
parent | 2b96f774236fa8793f9e5c387abf10d780ffca38 (diff) |
Fix typos in man/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9233
Diffstat (limited to 'man/man5/zfs-events.5')
-rw-r--r-- | man/man5/zfs-events.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man5/zfs-events.5 b/man/man5/zfs-events.5 index 7e9bbedaf..4a28be71e 100644 --- a/man/man5/zfs-events.5 +++ b/man/man5/zfs-events.5 @@ -557,7 +557,7 @@ How many write errors that have been detected on the vdev. \fBvdev_cksum_errors\fR .ad .RS 12n -How many checkum errors that have been detected on the vdev. +How many checksum errors that have been detected on the vdev. .RE .sp @@ -858,7 +858,7 @@ such as IDE or parallel SCSI. .RS 12n If this field exists, it is an array of counters. Each entry counts bit clears in a particular bit of a big-endian uint64 type. The first entry counts bits -clears of the the high-order bit of the first byte, the 9th byte, etc, and the +clears of the high-order bit of the first byte, the 9th byte, etc, and the last entry counts clears of the low-order bit of the 8th byte, the 16th byte, etc. This information is useful for observing a stuck bit in a parallel data path, such as IDE or parallel SCSI. |