diff options
author | Ryan Moeller <[email protected]> | 2020-10-30 11:55:59 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-30 08:55:59 -0700 |
commit | 76d04993a60fcd30bbb815cfa7f716cbebcdfcbd (patch) | |
tree | e375500f671cc1d8ae9f96bc6a8d049560170257 /man | |
parent | e3a6ac8d06210ac035cec8d86fab05549ff54f94 (diff) |
Update references to nonexistent man pages in code
Refer to the correct section or alternative for FreeBSD and Linux.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #11132
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zpool-features.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index 36c4343a1..08a84ece2 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -676,11 +676,11 @@ When the \fBmulti_vdev_crash_dump\fR feature is set to \fBenabled\fR, the administrator can use the \fBdumpadm\fR(1M) command to configure a dump device on a pool comprised of multiple vdevs. -Under Linux this feature is registered for compatibility but not used. -New pools created under Linux will have the feature \fBenabled\fR but -will never transition to \fB\fBactive\fR. This functionality is not -required in order to support crash dumps under Linux. Existing pools -where this feature is \fB\fBactive\fR can be imported. +Under FreeBSD and Linux this feature is registered for compatibility but not +used. New pools created under FreeBSD and Linux will have the feature +\fBenabled\fR but will never transition to \fB\fBactive\fR. This functionality +is not required in order to support crash dumps under FreeBSD and Linux. +Existing pools where this feature is \fB\fBactive\fR can be imported. .RE .sp |