summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/setreuid.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macro fixes from Kaspars at Bankovskis dot net;schwarze2015-02-051-3/+3
| | | | also fixing one typo in fts(3) while here
* use .Rv; no change of meaning; from Kaspars at Bankovskis dot netschwarze2014-12-101-6/+3
|
* Fix a minor documentation bug: When given the old real ID unchanged,schwarze2014-11-301-20/+9
| | | | | | | it is assigned to the saved ID even if no new effective ID is given, but the existing effective ID differs from the saved ID. Update STANDARDS and purge the redundant CAVEATS section. OK millert@ jmc@, no objections from tedu@
* more library historyschwarze2013-07-171-4/+4
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* simplify a little of the posix standards talk. ok deraadt guenther jmctedu2012-06-261-12/+3
|
* improve SEE ALSO links; from Ingo Schwarzejmc2008-08-041-6/+6
| | | | ok otto millert
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* make more correct and less confusing; noted by David Madore;otto2006-12-211-5/+10
| | | | ok jmc@ deraadt@
* use new .St macro;jmc2004-01-251-3/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-1/+3
| | | | - macro cleanup
* Replace emulated versions of setreuid() and setregid() with real syscalls.millert2003-01-311-0/+123
These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK