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 /tests | |
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 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_002_pos.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_002_pos.ksh b/tests/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_002_pos.ksh index c88e30041..6e293ca63 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_002_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_002_pos.ksh @@ -92,7 +92,7 @@ for val in 1 2 3; do check_used $used $val done -log_note "Verify df(1M) can correctly display the space charged." +log_note "Verify df(1) can correctly display the space charged." for val in 1 2 3; do if is_freebsd; then used=`df -m /$TESTPOOL/fs_$val | grep $TESTPOOL/fs_$val \ |