acl_set.3 (ed403116940cbbd5dad8a3d1c3aa0e1e9771a4e9) | acl_set.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_SET 3 30.Os FreeBSD 31.Sh NAME 32.Nm acl_set_fd , 33.Nm acl_set_fd_np , 34.Nm acl_set_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_SET 3 30.Os FreeBSD 31.Sh NAME 32.Nm acl_set_fd , 33.Nm acl_set_fd_np , 34.Nm acl_set_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 int 42.Fn acl_set_file "const char *path_p" "acl_type_t type" "acl_t acl" 43.Ft int 44.Fn acl_set_fd "int fd" "acl_t acl" 45.Ft int --- 87 unchanged lines hidden --- | 38.Sh SYNOPSIS 39.Fd #include <sys/types.h> 40.Fd #include <sys/acl.h> 41.Ft int 42.Fn acl_set_file "const char *path_p" "acl_type_t type" "acl_t acl" 43.Ft int 44.Fn acl_set_fd "int fd" "acl_t acl" 45.Ft int --- 87 unchanged lines hidden --- |