From f1dc2043c5e240c97a67aa0d9129900ca75a8dd8 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 20 Jul 2019 04:24:35 +0200 Subject: man: Fix typos Signed-off-by: Guillem Jover --- man/man3/acl_from_text.3 | 2 +- man/man3/acl_to_text.3 | 2 +- man/man5/acl.5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man3/acl_from_text.3 b/man/man3/acl_from_text.3 index 5f86375..b1c7cb4 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 840d465..5e55a5d 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 33995bb..3ced352 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 -- cgit v1.2.1