summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/access.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert2015-01-191-6/+7
| | | | description.
* macro cleanup; from Kaspars at Bankovskis dot netschwarze2014-12-141-6/+6
|
* Don't use use .Tn with AND/OR/NOTguenther2014-02-131-11/+7
| | | | | | | | Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@
* When there are multiple groups of functions with their own #includesguenther2013-04-011-2/+3
| | | | | | | | listed, the #includes in each group are independent, so that users don't need to guess at possible carry-over. general idea ok otto@ millert@ actual diff ok jmc@ schwarze@
* Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES casesguenther2013-03-311-2/+7
| | | | of the various *at() functions.
* Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butguenther2013-03-301-5/+18
| | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@
* Document early history of a few functions specifically mentioned in 2BSDschwarze2012-01-151-2/+18
| | | | | | manuals; however, it turned out all of these actually predate 2BSD. All information from http://minnie.tuhs.org/cgi-bin/utree.pl. ok jmc@ sobrado@
* Change "constructed by bitwise-inclusive OR'ing of flags from ..." tomatthew2011-07-191-3/+3
| | | | | | "constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@
* Change "If also flag is zero" to "If flag is also zero".matthew2011-07-191-4/+4
| | | | Requested by jmc@
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-181-9/+75
| | | | | | | XXXat(2) system calls from POSIX 2008. Editing will be done in tree. General style discussed with jmc@, schwarze@, and deraadt@ ok jmc@
* document access(2) can return EPERM; noted by Tim van der Molen; ok millert@otto2008-06-101-1/+5
|
* add missing arg to .Fnotto2008-06-101-3/+3
|
* Update access(2) to have modern semantics with respect to X_OK andmillert2008-06-091-8/+16
| | | | | | the superuser. access(2) will now only indicate success for X_OK on non-directories if there is at least one execute bit set on the file. OK deraadt@ thib@ otto@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - punctuation fixesjaredy2005-08-101-2/+2
| | | | | | - refer to formal parameters consistently. ok jmc
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* typos;jmc2003-02-211-2/+2
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-16/+15
| | | | breaks and getting rid of short lines, making these files easier to work with.
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-5/+5
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* use .Tn instead of .Em for logical/bitwise OR + ANDaaron1999-06-051-3/+4
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* make function names the correct casederaadt1999-02-271-3/+3
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* Document EINVAL errno valuetholo1996-08-021-1/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+134