Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 07:56:38 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c34fce8a0399 - main - Fix typos in acl_get_entry(3) manual page.
Message-ID:  <202309220756.38M7ucvr048935@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=c34fce8a039935e06ed84db1395d7d2c551e5a7c

commit c34fce8a039935e06ed84db1395d7d2c551e5a7c
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-09-22 07:43:01 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-09-22 07:43:19 +0000

    Fix typos in acl_get_entry(3) manual page.
    
    Sponsored by:   Klara, Inc.
    Reviewed by:    kevans
    Differential Revision:  https://reviews.freebsd.org/D41924
---
 lib/libc/posix1e/acl_get_entry.3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3
index 1c6126334fa3..94a95b5412b7 100644
--- a/lib/libc/posix1e/acl_get_entry.3
+++ b/lib/libc/posix1e/acl_get_entry.3
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 13, 2001
+.Dd September 21, 2023
 .Dt ACL_GET_ENTRY 3
 .Os
 .Sh NAME
@@ -42,7 +42,7 @@ The
 function
 is a POSIX.1e call that retrieves a descriptor for an ACL entry
 specified by the argument
-.Fa entry_d
+.Fa entry_id
 within the ACL indicated by the argument
 .Fa acl .
 .Pp
@@ -100,7 +100,7 @@ will be set to indicate the error.
 .Sh ERRORS
 The
 .Fn acl_get_entry
-fails if:
+function fails if:
 .Bl -tag -width Er
 .It Bq Er EINVAL
 Argument



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309220756.38M7ucvr048935>