summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/setsid.2
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-4/+4
| | | | | | | | | | 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.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Removed superfluous quoting of function args.bde1997-09-071-1/+1
|
* Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | manpage is being viewed.
* setsid is declared in <unistd.h>, which is self sufficient (doesn't needpeter1997-04-081-1/+1
| | | | | | prior <sys/types.h>) Fixes PR#3229, from Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
* Add missing RETURN VALUES/ERRORS sections.mpp1997-01-121-3/+6
|
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-021-1/+1
| | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-4/+4
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Correct a bunch of man page cross references and generallympp1996-02-111-1/+1
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+79
OpenPOWER on IntegriCloud