summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/chmod.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .In rather than .Fd #includeschwarze2015-09-101-5/+5
|
* Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert2015-01-191-6/+7
| | | | description.
* use .Rv; no change of meaning; from Kaspars at Bankovskis dot netschwarze2014-12-101-6/+3
|
* Don't use use .Tn with AND/OR/NOTguenther2014-02-131-12/+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@
* fchownat is allowed to return EOPNOTSUPPespie2014-01-111-2/+8
| | | | okay guenther@
* more library historyschwarze2013-07-171-3/+3
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* 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-8/+20
| | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@
* More .At v1 HISTORY.schwarze2011-11-071-4/+11
| | | | | | All information from http://minnie.tuhs.org/cgi-bin/utree.pl . All facts checked by sobrado@. Feedback and ok on an earlier version jmc@.
* Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.schwarze2011-10-241-5/+11
| | | | | | | | Add POSIX references for fchdir(2), fchmod(2), fchmodat(2), fchown(2), lchown(2) and execve(2). State that fchmod(2) can return EPERM as required by POSIX 2008 (tested). Requested by sobrado@; ok guenther@ jmc@ sobrado@.
* Change "constructed by bitwise-inclusive OR'ing of flags from ..." tomatthew2011-07-191-5/+5
| | | | | | "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-16/+82
| | | | | | | XXXat(2) system calls from POSIX 2008. Editing will be done in tree. General style discussed with jmc@, schwarze@, and deraadt@ ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* various improvements to lists and displays:jmc2004-04-151-3/+2
| | | | | | .Pp removal -compact removal for displays other list/display errors
* update sticky: note that setting the sticky bit on files is still possible,jmc2003-12-201-7/+4
| | | | | | | | | | | | but has no effect. Retain description of sticky files, but note that it is historical. Add small description of how current system works. Improve description of sticky directories. Remove references to ld(1). Remove no longer relevant BUG. much assistance and ok otto@ and tedu@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-28/+20
| | | | breaks and getting rid of short lines, making these files easier to work with.
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-7/+7
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* - 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
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-2/+2
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* make function names the correct casederaadt1999-02-271-7/+7
|
* clarify EINVALmillert1997-11-181-2/+6
|
* make chmod() and fchmod() return EINVAL for bad mode bitsderaadt1997-11-171-0/+3
|
* blank linederaadt1997-11-171-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+187