Module Name: src
Committed By: wiz
Date: Thu Jun 18 19:36:13 UTC 2020
Modified Files:
src/bin/getfacl: getfacl.1
Log Message:
Fix xrefs, comment out acl(9) which we don't have.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/bin/getfacl/getfacl.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/getfacl/getfacl.1
diff -u src/bin/getfacl/getfacl.1:1.1 src/bin/getfacl/getfacl.1:1.2
--- src/bin/getfacl/getfacl.1:1.1 Sat May 16 18:31:45 2020
+++ src/bin/getfacl/getfacl.1 Thu Jun 18 19:36:13 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: getfacl.1,v 1.1 2020/05/16 18:31:45 christos Exp $
+.\" $NetBSD: getfacl.1,v 1.2 2020/06/18 19:36:13 wiz Exp $
.\"-
.\" Copyright (c) 2000, 2001, 2002 Robert N. M. Watson
.\" All rights reserved.
@@ -116,11 +116,11 @@ Retrieve the default ACL for the directo
.Pa / ,
if any.
.Sh SEE ALSO
+.Xr getextattr 1 ,
+.Xr setextattr 1 ,
.Xr setfacl 1 ,
.Xr acl 3 ,
-.Xr getextattr 8 ,
-.Xr setextattr 8 ,
-.Xr acl 9 ,
+.\".Xr acl 9 ,
.Xr extattr 9
.Sh STANDARDS
The