From 684e3af17b5847fae05424f9f5cdae1eb0c73cdb Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 18 Jul 2019 00:12:26 +0200
Subject: [PATCH acl 5/8] 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>
---
 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

