acl_get.3 (97d186bc828e5282014db0ca87c0d272c5411c4c) | acl_get.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_GET 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_GET 3 30.Os FreeBSD 4.0 31.Sh NAME |
32.Nm acl_get_file , | |
33.Nm acl_get_fd , | 32.Nm acl_get_fd , |
34.Nm acl_get_fd_np 35.Nd Get an ACL for a file | 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 |
36.Sh SYNOPSIS 37.Fd #include <sys/types.h> 38.Fd #include <sys/acl.h> 39.Ft acl_t 40.Fn acl_get_file "const char *path_p" "acl_type_t type" 41.Ft acl_t 42.Fn acl_get_fd "int fd" 43.Ft acl_t --- 95 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 --- 95 unchanged lines hidden --- |