From bf169e9f15efbc343b931f20cfad5d2b59c8a821 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 2 Apr 2021 18:38:53 -0700 Subject: Fix various typos Correct an assortment of typos throughout the code base. Reviewed-by: Brian Behlendorf Reviewed-by: Matthew Ahrens Reviewed-by: Ryan Moeller Signed-off-by: Andrea Gelmini Closes #11774 --- man/man5/zfs-module-parameters.5 | 6 +++--- man/man5/zpool-features.5 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'man/man5') 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. -- cgit v1.2.3