diff options
author | Fabian-Gruenbichler <[email protected]> | 2017-08-11 00:45:25 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-08-10 15:45:25 -0700 |
commit | b58237e769a4fa57ab8846b61ce59e5c73035b26 (patch) | |
tree | f366b2c6c15b608fe53dfff1b89241bd4d96cac9 /man/man1 | |
parent | 4334df53539c280f847350cb5b11180993229ef9 (diff) |
Man page fixes
* ztest.1 man page: fix typo
* zfs-module-parameters.5 man page: fix grammar
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Fabian Grünbichler <[email protected]>
Closes #6492
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/ztest.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/ztest.1 b/man/man1/ztest.1 index 8cb07fa99..64f543d21 100644 --- a/man/man1/ztest.1 +++ b/man/man1/ztest.1 @@ -151,7 +151,7 @@ ztest -f / -V -T 120 Use \fBid\fR instead of the SPL hostid to identify this host. Intended for use with ztest, but this environment variable will affect any utility which uses libzpool, including \fBzpool(8)\fR. Since the kernel is unaware of this setting -results with utilites other than ztest are undefined. +results with utilities other than ztest are undefined. .TP .B "ZFS_STACK_SIZE=stacksize" Limit the default stack size to \fBstacksize\fR bytes for the purpose of |