mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Update references to nonexistent man pages in code
Refer to the correct section or alternative for FreeBSD and Linux. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #11132
This commit is contained in:
committed by
Brian Behlendorf
parent
2dd2e49cc7
commit
c3ae9321bf
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user