summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2019-07-20 04:24:36 +0200
committerMike Frysinger <vapier@gentoo.org>2022-11-12 21:43:57 +0700
commit745d99a44605a3a1d8d0c376c7fb4c1642516f6c (patch)
tree68a85b96ffe83716327cee4afbe3a400aa8b8db4
parentf1dc2043c5e240c97a67aa0d9129900ca75a8dd8 (diff)
downloadacl-745d99a44605a3a1d8d0c376c7fb4c1642516f6c.tar.gz
man: Clarify terms that otherwise make sentences ungrammatical
Either quote or mark terms as literal, so that both users and automated tools, such as spell checkers do not flag these as spelling errors. Signed-off-by: Guillem Jover <guillem@hadrons.org>
-rw-r--r--man/man1/chacl.18
-rw-r--r--man/man5/acl.54
2 files changed, 7 insertions, 5 deletions
diff --git a/man/man1/chacl.1 b/man/man1/chacl.1
index 74c7d98..dab2373 100644
--- a/man/man1/chacl.1
+++ b/man/man1/chacl.1
@@ -60,16 +60,16 @@ These strings are made up of comma separated clauses each of which
is of the form, tag:name:perm. Where \f4tag\fP can be:
.TP
"user" (or "u")
-indicating that the entry is a user ACL entry.
+indicating that the entry is a "user" ACL entry.
.TP
"group" (or "g")
-indicating that the entry is a group ACL entry.
+indicating that the entry is a "group" ACL entry.
.TP
"other" (or "o")
-indicating that the entry is an other ACL entry.
+indicating that the entry is an "other" ACL entry.
.TP
"mask" (or "m")
-indicating that the entry is a mask ACL entry.
+indicating that the entry is a "mask" ACL entry.
.P
\f4name\fP is a string which is the user or group name for the ACL entry.
A null \f4name\fP in a user or group ACL entry indicates the file's
diff --git a/man/man5/acl.5 b/man/man5/acl.5
index 3ced352..3251c61 100644
--- a/man/man5/acl.5
+++ b/man/man5/acl.5
@@ -256,7 +256,9 @@ entry for the file owner and the
.Li other
entry (entry tag type ACL_MASK).
.It Li other
-An other ACL entry specifies the access granted to any process that does
+An
+.Li other
+ACL entry specifies the access granted to any process that does
not match any
.Li user
or