summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/chflags.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert2015-01-191-6/+7
| | | | description.
* use .In and delete .Tn; from Kaspars at Bankovskis dot netschwarze2014-12-161-8/+4
|
* use .Rv; no change of meaning; from Kaspars at Bankovskis dot netschwarze2014-12-101-6/+3
|
* Add chflagsat(), modeled on fchmodat() with name to match FreeBSD.guenther2014-12-081-4/+61
|
* Don't use use .Tn with AND/OR/NOTguenther2014-02-131-5/+3
| | | | | | | | 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@
* add SF_ARCHIVED. ok millert@, tedu@martynas2009-08-201-4/+5
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Missing colons.miod2005-09-121-2/+2
|
* - macrosjaredy2005-08-101-12/+22
| | | | | | | | - chflags() also returns EINVAL for invalid flags - chflags() also returns EINVAL for attempts to change flags on devices as non-superuser 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
|
* chflags(2) can return EPERM for other reasons.millert2001-11-291-3/+7
| | | | From NetBSD via Brian J. Kifiak
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-4/+3
| | | | 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-6/+6
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* document cdev/bdev semantic changederaadt1999-07-311-1/+3
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-4/+4
| | | | | | | - 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-2/+2
|
* or'ing -> OR'ingaaron1999-05-271-2/+2
|
* make function names the correct casederaadt1999-02-271-5/+5
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* use Bx macro for BSD versionsmickey1998-06-151-1/+2
|
* Make "flags" field in f?chflags(2) consistent--unsigned intmillert1998-02-161-2/+2
|
* make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted by provosderaadt1998-01-021-0/+2
|
* chflags can get EOPNOTSUPPderaadt1997-04-081-0/+6
|
* flags param is intderaadt1997-03-311-2/+2
|
* typoderaadt1996-07-271-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+157