From 8e1775678f22942d8399d566c82d881bb281a179 Mon Sep 17 00:00:00 2001 From: Christopher Davidson Date: Sat, 10 Feb 2024 08:54:21 -0500 Subject: [PATCH] zfs.8 - updated acl(5) -> acl(3) updated atributes(5) -> attributes(3) removed exportfs(8) (this does not exist in BSD systems) Signed-off-by: Christopher Davidson --- man/man8/zfs.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index dd578cb74a..7828d62172 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -785,12 +785,11 @@ don't wait. .Xr fsync 2 , .Xr stat 2 , .Xr write 2 , -.Xr acl 5 , -.Xr attributes 5 , +.Xr acl 3 , +.Xr attributes 3 , .Xr exports 5 , .Xr zfsconcepts 7 , .Xr zfsprops 7 , -.Xr exportfs 8 , .Xr mount 8 , .Xr net 8 , .Xr selinux 8 ,