[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH acl 4/8] man: Fix typos
From: |
Guillem Jover |
Subject: |
[Acl-devel] [PATCH acl 4/8] man: Fix typos |
Date: |
Sat, 20 Jul 2019 04:24:35 +0200 |
Signed-off-by: Guillem Jover <address@hidden>
---
man/man1/getfacl.1 | 2 +-
man/man3/acl_from_text.3 | 2 +-
man/man3/acl_to_text.3 | 2 +-
man/man5/acl.5 | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/man/man1/getfacl.1 b/man/man1/getfacl.1
index 0e839b7..035ed9c 100644
--- a/man/man1/getfacl.1
+++ b/man/man1/getfacl.1
@@ -162,7 +162,7 @@ If the environment variable POSIXLY_CORRECT is defined, the
default behavior of
option is given. If no command line parameter is given,
.I getfacl
behaves as if it was invoked as ``getfacl \-''.
-No flags comments indicating the setuid, setgit, and sticky bits are generated.
+No flags comments indicating the setuid, setgid, and sticky bits are generated.
.SH AUTHOR
Andreas Gruenbacher,
.RI < address@hidden >.
diff --git a/man/man3/acl_from_text.3 b/man/man3/acl_from_text.3
index 89b5a16..936417b 100644
--- a/man/man3/acl_from_text.3
+++ b/man/man3/acl_from_text.3
@@ -84,7 +84,7 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned)
.Sh SEE ALSO
.Xr acl_free 3 ,
.Xr acl_get_entry 3 ,
-.Xw acl_to_text 3 ,
+.Xr acl_to_text 3 ,
.Xr acl 5
.Sh AUTHOR
Derived from the FreeBSD manual pages written by
diff --git a/man/man3/acl_to_text.3 b/man/man3/acl_to_text.3
index 1b64e62..fcd1707 100644
--- a/man/man3/acl_to_text.3
+++ b/man/man3/acl_to_text.3
@@ -101,7 +101,7 @@ by the hardware or system-imposed memory management
constraints.
IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned)
.Sh SEE ALSO
.Xr acl_free 3 ,
-.Xw acl_from_text 3 ,
+.Xr acl_from_text 3 ,
.Xr acl_to_any_text 3 ,
.Xr acl 5
.Sh AUTHOR
diff --git a/man/man5/acl.5 b/man/man5/acl.5
index 18a3550..89e5182 100644
--- a/man/man5/acl.5
+++ b/man/man5/acl.5
@@ -109,7 +109,7 @@ to the permissions of the ACL_USER_OBJ entry. If the ACL
has an ACL_MASK
entry, the group permissions correspond to the permissions of the
ACL_MASK entry. Otherwise, if the ACL has no ACL_MASK entry, the group
permissions correspond to the permissions of the ACL_GROUP_OBJ entry.
-The other permissions correspond to the permissions of the ACL_OTHER_OBJ
+The other permissions correspond to the permissions of the ACL_OTHER
entry.
.Pp
The file owner, group, and other permissions always match the
--
2.22.0.657.g960e92d24f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Acl-devel] [PATCH acl 4/8] man: Fix typos,
Guillem Jover <=