summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_valid.3
Commit message (Collapse)AuthorAgeFilesLines
* Fixed markup bug.ru2005-01-151-10/+22
|
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
|
* Update libc POSIX.1e code and documentation to reflect:rwatson2002-12-291-8/+18
| | | | | | | | | | - Updated copyrights, modified dates - Remove "BUGS" entry indicating that ACLs are unimplemented - Implement acl_*_link() library wrapper variants for get, set, delete, aclvalid. - Document acl_*_link() calls. Obtained from: TrustedBSD Project
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-4/+1
| | | | Submitted by: yar
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Record -lposix1e merge with -lc.ru2001-04-051-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-6/+6
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-2/+5
|
* o EACCES is not a possible error for acl_from_text(), so fixrwatson2000-09-191-1/+1
| | | | | | | | acl_from_text.3 o Minor whitespace cleanups relative to the TrustedBSD tree to reduce content-free differences. Obtained from: TrustedBSD Project
* o Remove extra cross reference from acl.3 to acl.3rwatson2000-06-041-3/+1
| | | | | | | o Remove "BUGS" entries indicating that there's nowhere to store ACLs as we now have extended attributes. Obtained from: TrustedBSD Project
* Introduce .Lb macro to libposix1e manpagesphantom2000-04-221-1/+3
| | | | | Sort some .Nm values Decapitalize .Nd values
* Fix various typos and mdoc style issues.mpp2000-01-291-5/+6
| | | | Reviewed by: rwatson
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-281-0/+143
Introduce ACL man pages en masse for library calls, and general introduction. Also, fix acl_valid.c non-portable calls to include _np in their names, making them standard-happy as well as consistent with acl.h
OpenPOWER on IntegriCloud