Skip to content

Commit

Permalink
Fix several typos in the man pages
Browse files Browse the repository at this point in the history
Reviewed-by: George Amanakis <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Tim Smith <[email protected]>
Closes #16965
  • Loading branch information
tas50 authored Jan 21, 2025
1 parent 919bc4d commit b8c0c15
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions man/man4/zfs.4
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ but this may negatively impact pool space efficiency.
.
.It Sy zfs_vdev_direct_write_verify Ns = Ns Sy Linux 1 | FreeBSD 0 Pq uint
If non-zero, then a Direct I/O write's checksum will be verified every
time the write is issued and before it is commited to the block pointer.
time the write is issued and before it is committed to the block pointer.
In the event the checksum is not valid then the I/O operation will return EIO.
This module parameter can be used to detect if the
contents of the users buffer have changed in the process of doing a Direct I/O
Expand All @@ -438,7 +438,7 @@ writes.
Each verify error causes a
.Sy dio_verify_wr
zevent.
Direct Write I/O checkum verify errors can be seen with
Direct Write I/O checksum verify errors can be seen with
.Nm zpool Cm status Fl d .
The default value for this is 1 on Linux, but is 0 for
.Fx
Expand Down Expand Up @@ -1612,7 +1612,7 @@ _
.
.It Sy zfs_btree_verify_intensity Ns = Ns Sy 0 Pq uint
Enables btree verification.
The following settings are culminative:
The following settings are cumulative:
.TS
box;
lbz r l l .
Expand Down Expand Up @@ -2525,7 +2525,7 @@ generate a system-dependent value close to 6 threads per taskq.
Set value only applies to pools imported/created after that.
.
.It Sy zio_taskq_write_tpq Ns = Ns Sy 16 Pq uint
Determines the minumum number of threads per write issue taskq.
Determines the minimum number of threads per write issue taskq.
Higher values improve CPU utilization on high throughput,
while lower reduce taskq locks contention on high IOPS.
Set value only applies to pools imported/created after that.
Expand Down
2 changes: 1 addition & 1 deletion man/man7/vdevprops.7
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ A text comment up to 8192 characters long
.It Sy bootsize
The amount of space to reserve for the EFI system partition
.It Sy failfast
If this device should propage BIO errors back to ZFS, used to disable
If this device should propagate BIO errors back to ZFS, used to disable
failfast.
.It Sy path
The path to the device for this vdev
Expand Down
4 changes: 2 additions & 2 deletions man/man7/zpool-features.7
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ zpool_checkpoint
.No example# Nm cat Pa /usr/share/zfs/compatibility.d/grub2-2.06
# Features which are supported by GRUB2 versions prior to v2.12.
#
# GRUB is not able to detect ZFS pool if snaphsot of top level boot pool
# GRUB is not able to detect ZFS pool if snapshot of top level boot pool
# is created. This issue is observed with GRUB versions before v2.12 if
# extensible_dataset feature is enabled on ZFS boot pool.
#
# This file lists all read-only comaptible features except
# This file lists all read-only compatible features except
# extensible_dataset and any other feature that depends on it.
#
allocation_classes
Expand Down
2 changes: 1 addition & 1 deletion man/man8/zfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ This option is provided for backwards compatibility with older ZFS versions.
.It Sy ZFS_SET_PIPE_MAX
Tells
.Nm zfs
to set the maximum pipe size for sends/recieves.
to set the maximum pipe size for sends/receives.
Disabled by default on Linux
due to an unfixed deadlock in Linux's pipe size handling code.
.
Expand Down
2 changes: 1 addition & 1 deletion man/man8/zpool-initialize.8
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ devices if none are specified.
If the devices are being actively initialized the command will fail.
After being cleared
.Nm zpool Cm initialize
with no flags can be used to re-initialize all unallocoated regions on
with no flags can be used to re-initialize all unallocated regions on
the relevant target devices.
.It Fl w , -wait
Wait until the devices have finished initializing before returning.
Expand Down
2 changes: 1 addition & 1 deletion man/man8/zpool-status.8
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Specify
to set pool GUID as key for pool objects instead of pool names.
.It Fl d
Display the number of Direct I/O read/write checksum verify errors that have
occured on a top-level VDEV.
occurred on a top-level VDEV.
See
.Sx zfs_vdev_direct_write_verify
in
Expand Down

0 comments on commit b8c0c15

Please sign in to comment.