aboutsummaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2020-04-18 19:47:38 +0000
committerAlan Somers <asomers@FreeBSD.org>2020-04-18 19:47:38 +0000
commit35f139130a827f5687470df1a3421a9cb95d861c (patch)
tree30ab2d5fcd7182dece4cdd1318ea13dc2b7d3372 /cddl
parentcdf1703846bf90da2b421ebfafd845865436a2d6 (diff)
downloadsrc-35f139130a827f5687470df1a3421a9cb95d861c.tar.gz
src-35f139130a827f5687470df1a3421a9cb95d861c.zip
zfsd.8: fix orphan .Xr
Though ZFS is a kernel module, it has no man page in section 4. Reported by: phk MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=360077
Diffstat (limited to 'cddl')
-rw-r--r--cddl/usr.sbin/zfsd/zfsd.89
1 files changed, 3 insertions, 6 deletions
diff --git a/cddl/usr.sbin/zfsd/zfsd.8 b/cddl/usr.sbin/zfsd/zfsd.8
index e4285da34fe7..ce7550b891a3 100644
--- a/cddl/usr.sbin/zfsd/zfsd.8
+++ b/cddl/usr.sbin/zfsd/zfsd.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 26, 2016
+.Dd April 18, 2020
.Dt ZFSD 8
.Os
.Sh NAME
@@ -96,8 +96,7 @@ If a leaf vdev generates more than 50 I/O errors in a 60 second period, then
.Nm
will mark that vdev as
.Em FAULTED .
-.Xr zfs 4
-will no longer issue any I/Os to it.
+ZFS will no longer issue any I/Os to it.
.Nm
will activate a hotspare if one is available.
.It Checksum errors
@@ -106,8 +105,7 @@ period, then
.Nm
will mark that vdev as
.Em DEGRADED .
-.Xr zfs 4
-will still use it, but zfsd will activate a spare anyway.
+ZFS will still use it, but zfsd will activate a spare anyway.
.It Spare addition
If the system administrator adds a hotspare to a pool that is already degraded,
.Nm
@@ -138,7 +136,6 @@ then reads them back in when next it starts up.
.El
.Sh SEE ALSO
.Xr devctl 4 ,
-.Xr zfs 4 ,
.Xr zpool 8
.Sh HISTORY
.Nm