diff options
author | DHE <[email protected]> | 2015-12-30 12:44:46 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-23 11:08:45 -0700 |
commit | 83426735026cefc9d8d566615064faaf55074897 (patch) | |
tree | 8f80e08da05af56b83af902c552ad2910549c611 /man/man8 | |
parent | cbecb4fb228bbfedec02eb0a172c681b4338d08f (diff) |
Improve zfs-module-parameters(5)
Various rewrites to the descriptions of module parameters. Corrects
spelling mistakes, makes descriptions them more user-friendly and
describes some ZFS quirks which should be understood before changing
parameter values.
Signed-off-by: DHE <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4671
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zfs.8 | 2 | ||||
-rw-r--r-- | man/man8/zpool.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 401de0378..30660a60d 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -3782,6 +3782,6 @@ Invalid command line options were specified. .SH SEE ALSO .LP -\fBchmod\fR(2), \fBfsync\fR(2), \fBgzip\fR(1), \fBls\fR(1), \fBmount\fR(8), \fBopen\fR(2), \fBreaddir\fR(3), \fBssh\fR(1), \fBstat\fR(2), \fBwrite\fR(2), \fBzpool\fR(8) +\fBchmod\fR(2), \fBfsync\fR(2), \fBgzip\fR(1), \fBls\fR(1), \fBmount\fR(8), \fBopen\fR(2), \fBreaddir\fR(3), \fBssh\fR(1), \fBstat\fR(2), \fBwrite\fR(2), \fBzpool\fR(8), \fBzfs-module-parameters\fR(5) .sp On Solaris: \fBdfstab(4)\fR, \fBiscsitadm(1M)\fR, \fBmount(1M)\fR, \fBshare(1M)\fR, \fBsharemgr(1M)\fR, \fBunshare(1M)\fR diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 024be37d7..eb35b74c0 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -2556,4 +2556,4 @@ them on \fBzpool create\fR or \fBzpool add\fR by setting ZFS_VDEV_DEVID_OPT_OUT. .SH SEE ALSO .sp .LP -\fBzfs\fR(8), \fBzpool-features\fR(5), \fBzfs-events\fR(5) +\fBzfs\fR(8), \fBzpool-features\fR(5), \fBzfs-events\fR(5), \fBzfs-module-parameters\fR(5) |