[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH acl 5/8] man: Clarify terms that otherwise make sente
From: |
Guillem Jover |
Subject: |
[Acl-devel] [PATCH acl 5/8] man: Clarify terms that otherwise make sentences ungrammatical |
Date: |
Sat, 20 Jul 2019 04:24:36 +0200 |
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 <address@hidden>
---
man/man1/chacl.1 | 8 ++++----
man/man5/acl.5 | 4 +++-
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 89e5182..7ba8ffc 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
--
2.22.0.657.g960e92d24f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Acl-devel] [PATCH acl 5/8] man: Clarify terms that otherwise make sentences ungrammatical,
Guillem Jover <=