summaryrefslogtreecommitdiffstats
path: root/bin/getfacl
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-23 08:14:27 +0000
committerru <ru@FreeBSD.org>2001-03-23 08:14:27 +0000
commitd3cb88445526b280f12e44d131808c5793f0c34b (patch)
treef0752ea34c2a6fc5f80d025b1b05add77e1126c2 /bin/getfacl
parent329b146b7408b979c00cb25c2323f188ff43479a (diff)
downloadFreeBSD-src-d3cb88445526b280f12e44d131808c5793f0c34b.zip
FreeBSD-src-d3cb88445526b280f12e44d131808c5793f0c34b.tar.gz
mdoc(7) police: fix markup and some spelling.
Diffstat (limited to 'bin/getfacl')
-rw-r--r--bin/getfacl/getfacl.145
1 files changed, 26 insertions, 19 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index 20d0906..c78418a 100644
--- a/bin/getfacl/getfacl.1
+++ b/bin/getfacl/getfacl.1
@@ -30,20 +30,20 @@
.Os
.Sh NAME
.Nm getfacl
-.Nd Get ACL Information
+.Nd get ACL Information
.Sh SYNOPSIS
-.Nm getfacl
+.Nm
.Op Fl d
-.Op Ar file ...
+.Op Ar
.Sh DESCRIPTION
The
.Nm
utility writes discretionary access control information associated with
the specified file(s) to standard output.
If the
-.Xr getconf 8
+.Xr getconf 1
utility indicates that
-.Va {_POSIX_ACL_EXTENDED}
+.Eq { } Va _POSIX_ACL_EXTENDED
is not in effect for a
.Ar file
then the standard discretionary access permissions are interpreted as
@@ -54,8 +54,8 @@ The following option is available:
.It Fl d
The operation applies to the default ACL of a directory instead of the
access ACL.
-An error shall be generated if a default ACL cannot be associated with
-.Op Ar file .
+An error is generated if a default ACL cannot be associated with
+.Ar file .
.El
.Pp
The following operand is available:
@@ -63,24 +63,27 @@ The following operand is available:
.It Ar file
A pathname of a file whose ACL shall be retrieved.
If
-.Op Ar file
+.Ar file
is not specified, or a
-.Op Ar file
-is specified as "-", then
+.Ar file
+is specified as
+.Fl ,
+then
.Nm
-shall read a list of pathnames, each terminated by one <newline> character,
+reads a list of pathnames, each terminated by one newline character,
from the standard input.
.El
-.Pp
.Sh EXAMPLES
-.Pp
.Dl getfacl /
.Pp
-Retrieve ACL for the directory "/".
+Retrieve ACL for the directory
+.Pa / .
.Pp
.Dl getfacl -d /
.Pp
-Retrieve the default ACL for the directory "/", if any.
+Retrieve the default ACL for the directory
+.Pa / ,
+if any.
.Sh SEE ALSO
.Xr setfacl 1 ,
.Xr acl 3 ,
@@ -91,10 +94,14 @@ Retrieve the default ACL for the directory "/", if any.
.Sh STANDARDS
The
.Nm
-utility is expected to be IEEE Std 1003.2c compliant.
+utility is expected to be
+.Tn IEEE
+Std 1003.2c compliant.
.Sh HISTORY
Extended Attribute and Access Control List support was developed as part
-of the TrustedBSD Project and introduced in
-.Fx 5.0
+of the
+.Tn TrustedBSD
+Project and introduced in
+.Fx 5.0 .
.Sh AUTHORS
-Robert N M Watson
+.An Robert N M Watson
OpenPOWER on IntegriCloud