diff options
author | chrisrd <[email protected]> | 2022-01-07 06:00:01 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-06 11:00:01 -0800 |
commit | 0175272f6463dcfe588480c459c065cc4a78ba08 (patch) | |
tree | cbf97d0897f9752eed9dd2eb2fbc32a8aa329231 /man/man4 | |
parent | 7454275a533e260e717a478a36af54d39beddecc (diff) |
man: speling
Fix spelling.
Reviewed-by: Rich Ercolani <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Chris Dunlop <[email protected]>
Closes #12911
Diffstat (limited to 'man/man4')
-rw-r--r-- | man/man4/zfs.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man4/zfs.4 b/man/man4/zfs.4 index 7b5907e93..9ca4451a2 100644 --- a/man/man4/zfs.4 +++ b/man/man4/zfs.4 @@ -110,7 +110,7 @@ A value of disables this feature. . .It Sy l2arc_exclude_special Ns = Ns Sy 0 Ns | Ns 1 Pq int -Controls whether buffers present on special vdevs are eligibile for caching +Controls whether buffers present on special vdevs are eligible for caching into L2ARC. If set to 1, exclude dbufs on special vdevs from being cached to L2ARC. . @@ -1142,7 +1142,7 @@ Maximum number of blocks freed in a single TXG. Maximum number of dedup blocks freed in a single TXG. . .It Sy zfs_override_estimate_recordsize Ns = Ns Sy 0 Pq ulong -If nonzer, override record size calculation for +If nonzero, override record size calculation for .Nm zfs Cm send estimates. . @@ -1256,7 +1256,7 @@ For non-interactive I/O (scrub, resilver, removal, initialize and rebuild), the number of concurrently-active I/O operations is limited to .Sy zfs_*_min_active , unless the vdev is "idle". -When there are no interactive I/O operatinons active (synchronous or otherwise), +When there are no interactive I/O operations active (synchronous or otherwise), and .Sy zfs_vdev_nia_delay operations have completed since the last interactive operation, |