summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/chown.2
Commit message (Collapse)AuthorAgeFilesLines
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-161-2/+86
| | | | Reviewed by: ru
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Append-only flag also denies chown(2).pjd2006-12-131-1/+1
|
* Be more precise with EPERM description. When chown(2) is a no-op, it willpjd2006-12-131-1/+2
| | | | return 0.
* If the named file has its immutable flag set, chown(2) returns EPERM.pjd2006-12-091-1/+6
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+7
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-11/+12
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* The .Fn function.keramida2002-07-151-7/+14
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* 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
|
* Prepare for mdoc(7)NG.ru2000-12-291-2/+2
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix a minor grammar problem.mpp1997-04-011-2/+2
|
* Create lchown() in libc and document it as a variation of chown().peter1997-03-311-5/+21
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-3/+1
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-021-4/+5
| | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
* function appeared in Version 7 AT&T UNIXwosch1996-08-291-0/+5
| | | | Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
* Clean up documentation on setuid/setgid bit handling.pst1996-02-081-1/+2
|
* Correct the parameters for the fchown. The third was erroneouslyats1995-02-171-1/+1
| | | | specified as uid_t but should be gid_t.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+148
OpenPOWER on IntegriCloud