acl_set.3 (c32381ada4857b3c94e52f27fce687ebfdc75235) | acl_set.3 (f75b050c99cc9d3cce7337735cfc592472e33f70) |
---|---|
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 --- 15 unchanged lines hidden (view full) --- 24.\" SUCH DAMAGE. 25.\" 26.\" $FreeBSD$ 27.\" 28.Dd January 28, 2000 29.Dt ACL_SET 3 30.Os FreeBSD 4.0 31.Sh NAME | 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 --- 15 unchanged lines hidden (view full) --- 24.\" SUCH DAMAGE. 25.\" 26.\" $FreeBSD$ 27.\" 28.Dd January 28, 2000 29.Dt ACL_SET 3 30.Os FreeBSD 4.0 31.Sh NAME |
32.Nm acl_set_file , | |
33.Nm acl_set_fd , | 32.Nm acl_set_fd , |
34.Nm acl_set_fd_np 35.Nd Get an ACL for a file | 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 |
36.Sh SYNOPSIS 37.Fd #include <sys/types.h> 38.Fd #include <sys/acl.h> 39.Ft int 40.Fn acl_set_file "const char *path_p" "acl_type_t type" "acl_t acl" 41.Ft int 42.Fn acl_set_fd "int fd" "acl_t acl" 43.Ft int --- 88 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 --- 88 unchanged lines hidden --- |