summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/posix1e/acl.3')
-rw-r--r--lib/libc/posix1e/acl.321
1 files changed, 14 insertions, 7 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index 88e5d0b..966f4d1 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -2,6 +2,8 @@
.\" Copyright (c) 2000, 2001, 2002 Robert N. M. Watson
.\" All rights reserved.
.\"
+.\" This software was developed by Robert Watson for the TrustedBSD Project.
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -25,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 28, 2000
+.Dd December 18, 2002
.Dt ACL 3
.Os
.Sh NAME
@@ -82,8 +84,10 @@ This function is described in
and may be used to create an empty entry in an ACL.
.It Xo
.Fn acl_delete_def_file ,
+.Fn acl_delete_def_link_np ,
+.Fn acl_delete_fd_np ,
.Fn acl_delete_file_np ,
-.Fn acl_delete_fd_np
+.Fn acl_delete_link_np
.Xc
These functions are described in
.Xr acl_delete 3 ,
@@ -114,9 +118,10 @@ This function is described in
.Xr acl_get_entry 3 ,
and may be used to retrieve a designated ACL entry from an ACL.
.It Xo
-.Fn acl_get_file ,
.Fn acl_get_fd ,
-.Fn acl_get_fd_np
+.Fn acl_get_fd_np ,
+.Fn acl_get_file ,
+.Fn acl_get_link_np
.Xc
These functions are described in
.Xr acl_get 3 ,
@@ -138,9 +143,10 @@ This function is described in
.Xr acl_init 3 ,
and may be used to allocate a fresh (empty) ACL structure.
.It Xo
-.Fn acl_set_file ,
.Fn acl_set_fd ,
-.Fn acl_set_fd_np
+.Fn acl_set_fd_np ,
+.Fn acl_set_file ,
+.Fn acl_set_link_np
.Xc
These functions are described in
.Xr acl_set 3 ,
@@ -163,8 +169,9 @@ This function is described in
and may be used to generate a text-form of a POSIX.1e semantics ACL.
.It Xo
.Fn acl_valid ,
+.Fn acl_valid_fd_np ,
.Fn acl_valid_file_np ,
-.Fn acl_valid_fd_np
+.Fn acl_valid_link_np
.Xc
These functions are described in
.Xr acl_valid 3 ,
OpenPOWER on IntegriCloud