From 76d04993a60fcd30bbb815cfa7f716cbebcdfcbd Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Fri, 30 Oct 2020 11:55:59 -0400 Subject: Update references to nonexistent man pages in code Refer to the correct section or alternative for FreeBSD and Linux. Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #11132 --- module/zfs/spa_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/zfs/spa_misc.c') diff --git a/module/zfs/spa_misc.c b/module/zfs/spa_misc.c index 042104728..1640dcedd 100644 --- a/module/zfs/spa_misc.c +++ b/module/zfs/spa_misc.c @@ -1366,7 +1366,7 @@ spa_vdev_state_exit(spa_t *spa, vdev_t *vd, int error) /* * If anything changed, wait for it to sync. This ensures that, - * from the system administrator's perspective, zpool(1M) commands + * from the system administrator's perspective, zpool(8) commands * are synchronous. This is important for things like zpool offline: * when the command completes, you expect no further I/O from ZFS. */ -- cgit v1.2.3