summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/setsid.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net.schwarze2015-05-311-7/+7
| | | | No content change.
* Update STANDARDSguenther2013-05-101-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1999-07-021-2/+2
| | | | not "Month, ##, ####"
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-2/+2
| | | | | | | - 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
* 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.
* Man pages Xrefs.espie1998-07-241-2/+2
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* Xr correctlyderaadt1997-11-131-0/+1
|
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-1/+1
| | | | | | | grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
* do not need sys/types.h; dima@tejblum.dnttm.rssi.ruderaadt1997-04-101-1/+0
|
* from netbsd:deraadt1995-12-141-1/+2
| | | | add & fix a bunch of system call pages
* initial import of NetBSD treederaadt1995-10-181-0/+81