aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-10-30 11:55:59 -0400
committerGitHub <[email protected]>2020-10-30 08:55:59 -0700
commit76d04993a60fcd30bbb815cfa7f716cbebcdfcbd (patch)
treee375500f671cc1d8ae9f96bc6a8d049560170257 /module/zfs/vdev.c
parente3a6ac8d06210ac035cec8d86fab05549ff54f94 (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 'module/zfs/vdev.c')
-rw-r--r--module/zfs/vdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/vdev.c b/module/zfs/vdev.c
index 6af61cdcd..e41e79ab8 100644
--- a/module/zfs/vdev.c
+++ b/module/zfs/vdev.c
@@ -229,7 +229,7 @@ vdev_default_xlate(vdev_t *vd, const range_seg64_t *in, range_seg64_t *res)
/*
* Derive the enumerated allocation bias from string input.
- * String origin is either the per-vdev zap or zpool(1M).
+ * String origin is either the per-vdev zap or zpool(8).
*/
static vdev_alloc_bias_t
vdev_derive_alloc_bias(const char *bias)