diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-01-29 12:18:45 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-01-29 12:18:45 +0000 |
commit | 0a28e6bec465b147f37f784bfe628a160877ec5a (patch) | |
tree | f920fb4a1d035706027d1104dfabf6b92c0b55e2 /lib/libc/posix1e | |
parent | 1c4600ced3663a120e96cfe34a7e599ed4e1074b (diff) | |
download | FreeBSD-src-0a28e6bec465b147f37f784bfe628a160877ec5a.zip FreeBSD-src-0a28e6bec465b147f37f784bfe628a160877ec5a.tar.gz |
Correct function's description.
Obtained from: TrustedBSD Project
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/acl_get_tag_type.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_get_tag_type.3 b/lib/libc/posix1e/acl_get_tag_type.3 index c14d47c..daf593c 100644 --- a/lib/libc/posix1e/acl_get_tag_type.3 +++ b/lib/libc/posix1e/acl_get_tag_type.3 @@ -30,7 +30,7 @@ .Os .Sh NAME .Nm acl_get_tag_type -.Nd calculate and set ACL mask permissions +.Nd retrieve the tag type from an ACL entry .Sh LIBRARY .Lb libc .Sh SYNOPSIS |