acl_get.3 (4263595653697b5431b4e2d75ce462b2353f2216) | acl_get.3 (31acc83627d4a9d59a4a9d2ec15c2be96f806112) |
---|---|
1.\"- 2.\" Copyright (c) 2000 Robert N. M. Watson 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29.Dt ACL_GET 3 30.Os FreeBSD 31.Sh NAME 32.Nm acl_get_fd , 33.Nm acl_get_fd_np , 34.Nm acl_get_file 35.Nd get an ACL for a file 36.Sh LIBRARY | 1.\"- 2.\" Copyright (c) 2000 Robert N. M. Watson 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29.Dt ACL_GET 3 30.Os FreeBSD 31.Sh NAME 32.Nm acl_get_fd , 33.Nm acl_get_fd_np , 34.Nm acl_get_file 35.Nd get an ACL for a file 36.Sh LIBRARY |
37.Lb libposix1e | 37.Lb libc |
38.Sh SYNOPSIS 39.Fd #include <sys/types.h> 40.Fd #include <sys/acl.h> 41.Ft acl_t 42.Fn acl_get_file "const char *path_p" "acl_type_t type" 43.Ft acl_t 44.Fn acl_get_fd "int fd" 45.Ft acl_t --- 94 unchanged lines hidden --- | 38.Sh SYNOPSIS 39.Fd #include <sys/types.h> 40.Fd #include <sys/acl.h> 41.Ft acl_t 42.Fn acl_get_file "const char *path_p" "acl_type_t type" 43.Ft acl_t 44.Fn acl_get_fd "int fd" 45.Ft acl_t --- 94 unchanged lines hidden --- |