Skip to content

Commit b8c0c15

Browse files
authored
Fix several typos in the man pages
Reviewed-by: George Amanakis <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Tim Smith <[email protected]> Closes #16965
1 parent 919bc4d commit b8c0c15

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

man/man4/zfs.4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ but this may negatively impact pool space efficiency.
428428
.
429429
.It Sy zfs_vdev_direct_write_verify Ns = Ns Sy Linux 1 | FreeBSD 0 Pq uint
430430
If non-zero, then a Direct I/O write's checksum will be verified every
431-
time the write is issued and before it is commited to the block pointer.
431+
time the write is issued and before it is committed to the block pointer.
432432
In the event the checksum is not valid then the I/O operation will return EIO.
433433
This module parameter can be used to detect if the
434434
contents of the users buffer have changed in the process of doing a Direct I/O
@@ -438,7 +438,7 @@ writes.
438438
Each verify error causes a
439439
.Sy dio_verify_wr
440440
zevent.
441-
Direct Write I/O checkum verify errors can be seen with
441+
Direct Write I/O checksum verify errors can be seen with
442442
.Nm zpool Cm status Fl d .
443443
The default value for this is 1 on Linux, but is 0 for
444444
.Fx
@@ -1612,7 +1612,7 @@ _
16121612
.
16131613
.It Sy zfs_btree_verify_intensity Ns = Ns Sy 0 Pq uint
16141614
Enables btree verification.
1615-
The following settings are culminative:
1615+
The following settings are cumulative:
16161616
.TS
16171617
box;
16181618
lbz r l l .
@@ -2525,7 +2525,7 @@ generate a system-dependent value close to 6 threads per taskq.
25252525
Set value only applies to pools imported/created after that.
25262526
.
25272527
.It Sy zio_taskq_write_tpq Ns = Ns Sy 16 Pq uint
2528-
Determines the minumum number of threads per write issue taskq.
2528+
Determines the minimum number of threads per write issue taskq.
25292529
Higher values improve CPU utilization on high throughput,
25302530
while lower reduce taskq locks contention on high IOPS.
25312531
Set value only applies to pools imported/created after that.

man/man7/vdevprops.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ A text comment up to 8192 characters long
147147
.It Sy bootsize
148148
The amount of space to reserve for the EFI system partition
149149
.It Sy failfast
150-
If this device should propage BIO errors back to ZFS, used to disable
150+
If this device should propagate BIO errors back to ZFS, used to disable
151151
failfast.
152152
.It Sy path
153153
The path to the device for this vdev

man/man7/zpool-features.7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@ zpool_checkpoint
245245
.No example# Nm cat Pa /usr/share/zfs/compatibility.d/grub2-2.06
246246
# Features which are supported by GRUB2 versions prior to v2.12.
247247
#
248-
# GRUB is not able to detect ZFS pool if snaphsot of top level boot pool
248+
# GRUB is not able to detect ZFS pool if snapshot of top level boot pool
249249
# is created. This issue is observed with GRUB versions before v2.12 if
250250
# extensible_dataset feature is enabled on ZFS boot pool.
251251
#
252-
# This file lists all read-only comaptible features except
252+
# This file lists all read-only compatible features except
253253
# extensible_dataset and any other feature that depends on it.
254254
#
255255
allocation_classes

man/man8/zfs.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ This option is provided for backwards compatibility with older ZFS versions.
759759
.It Sy ZFS_SET_PIPE_MAX
760760
Tells
761761
.Nm zfs
762-
to set the maximum pipe size for sends/recieves.
762+
to set the maximum pipe size for sends/receives.
763763
Disabled by default on Linux
764764
due to an unfixed deadlock in Linux's pipe size handling code.
765765
.

man/man8/zpool-initialize.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ devices if none are specified.
6666
If the devices are being actively initialized the command will fail.
6767
After being cleared
6868
.Nm zpool Cm initialize
69-
with no flags can be used to re-initialize all unallocoated regions on
69+
with no flags can be used to re-initialize all unallocated regions on
7070
the relevant target devices.
7171
.It Fl w , -wait
7272
Wait until the devices have finished initializing before returning.

man/man8/zpool-status.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Specify
8383
to set pool GUID as key for pool objects instead of pool names.
8484
.It Fl d
8585
Display the number of Direct I/O read/write checksum verify errors that have
86-
occured on a top-level VDEV.
86+
occurred on a top-level VDEV.
8787
See
8888
.Sx zfs_vdev_direct_write_verify
8989
in

0 commit comments

Comments
 (0)