aboutsummaryrefslogtreecommitdiffstats
path: root/man/man5
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2021-04-02 18:38:53 -0700
committerBrian Behlendorf <[email protected]>2021-04-02 18:52:15 -0700
commitbf169e9f15efbc343b931f20cfad5d2b59c8a821 (patch)
treea15662d4490569937a30c715704ff51a698a2473 /man/man5
parent943df59ed942182427ed50b94a346dc22c4407e6 (diff)
Fix various typos
Correct an assortment of typos throughout the code base. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matthew Ahrens <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #11774
Diffstat (limited to 'man/man5')
-rw-r--r--man/man5/zfs-module-parameters.56
-rw-r--r--man/man5/zpool-features.54
2 files changed, 5 insertions, 5 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5
index e3e19481a..cda4661fe 100644
--- a/man/man5/zfs-module-parameters.5
+++ b/man/man5/zfs-module-parameters.5
@@ -234,7 +234,7 @@ Use \fB0\fR for no (default) and \fB1\fR for yes.
.RS 12n
Percent of ARC size allowed for L2ARC-only headers.
Since L2ARC buffers are not evicted on memory pressure, too large amount of
-headers on system with irrationaly large L2ARC can render it slow or unusable.
+headers on system with irrationally large L2ARC can render it slow or unusable.
This parameter limits L2ARC writes and rebuild to achieve it.
.sp
Default value: \fB33\fR%.
@@ -387,7 +387,7 @@ Default value: \fB16,777,217\fR.
.RS 12n
When attempting to log the output nvlist of an ioctl in the on-disk history, the
output will not be stored if it is larger than size (in bytes). This must be
-less then DMU_MAX_ACCESS (64MB). This applies primarily to
+less than DMU_MAX_ACCESS (64MB). This applies primarily to
zfs_ioc_channel_program().
.sp
Default value: \fB1MB\fR.
@@ -911,7 +911,7 @@ Default value: \fB8,388,608\fR (8MB).
.RS 12n
Max bytes to prefetch indirects for per stream.
.sp
-Default vaule: \fB67,108,864\fR (64MB).
+Default value: \fB67,108,864\fR (64MB).
.RE
.sp
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5
index c56b31e2d..b506acc7f 100644
--- a/man/man5/zpool-features.5
+++ b/man/man5/zpool-features.5
@@ -168,7 +168,7 @@ of the requested feature set.
.LP
By convention, compatibility files in \fB/usr/share/zfs/compatibility.d\fR
are provided by the distribution package, and include feature sets
-supported by important versions of popular distribtions, and feature
+supported by important versions of popular distributions, and feature
sets commonly supported at the start of each year. Compatibility files
in \fB/etc/zfs/compatibility.d\fR, if present, will take precedence over
files with the same name in \fB/usr/share/zfs/compatibility.d\fR.
@@ -1046,7 +1046,7 @@ DEPENDENCIES extensible_dataset
\fBzstd\fR is a high-performance compression algorithm that features a
combination of high compression ratios and high speed. Compared to \fBgzip\fR,
-\fBzstd\fR offers slighty better compression at much higher speeds. Compared
+\fBzstd\fR offers slightly better compression at much higher speeds. Compared
to \fBlz4\fR, \fBzstd\fR offers much better compression while being only
modestly slower. Typically, \fBzstd\fR compression speed ranges from 250 to 500
MB/s per thread and decompression speed is over 1 GB/s per thread.