summaryrefslogtreecommitdiff
path: root/lib/libc/sys/setsid.2
AgeCommit message (Collapse)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
not "Month, ##, ####"
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
- 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
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1998-07-24Man pages Xrefs.Marc Espie
1998-07-06fix openbsd tagTheo de Raadt
1997-11-13Xr correctlyTheo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
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
1997-04-10do not need sys/types.h; dima@tejblum.dnttm.rssi.ruTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
add & fix a bunch of system call pages
1995-10-18initial import of NetBSD treeTheo de Raadt