diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-22 16:13:36 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-22 16:13:36 +0000 |
commit | 0660c0586ae08c2fddaf8d186089526db656c116 (patch) | |
tree | 79ae0ebda1de0f5dcebd3eddcd17e2bf8feceac6 /lib/libc/posix1e/acl_get.3 | |
parent | ea053cc24833fcce7260da4be9fdbf3592b63070 (diff) | |
download | FreeBSD-src-0660c0586ae08c2fddaf8d186089526db656c116.zip FreeBSD-src-0660c0586ae08c2fddaf8d186089526db656c116.tar.gz |
Introduce .Lb macro to libposix1e manpages
Sort some .Nm values
Decapitalize .Nd values
Diffstat (limited to 'lib/libc/posix1e/acl_get.3')
-rw-r--r-- | lib/libc/posix1e/acl_get.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3 index 7781e40..104b2fc 100644 --- a/lib/libc/posix1e/acl_get.3 +++ b/lib/libc/posix1e/acl_get.3 @@ -29,10 +29,12 @@ .Dt ACL_GET 3 .Os FreeBSD 4.0 .Sh NAME -.Nm acl_get_file , .Nm acl_get_fd , -.Nm acl_get_fd_np -.Nd Get an ACL for a file +.Nm acl_get_fd_np , +.Nm acl_get_file +.Nd get an ACL for a file +.Sh LIBRARY +.Lb libposix1e .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/acl.h> |