summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getsid.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butguenther2013-03-301-2/+6
| | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* typos;jmc2003-02-211-3/+3
|
* o add missing getsid() prototypemillert2000-09-121-4/+5
| | | | | | | o fix typo in getsid() that broke getsid(pid) where pid != 0 o cause getsid() and getpgid() to return EPERM if requesting the id of a session/process group not in the current session o check for NULL session in getsid() for exiting processes
* $OpenBSD$todd2000-03-011-2/+1
|
* Use .Va macro when referring to the global variable errno.aaron2000-01-221-3/+5
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-3/+3
| | | | | | | - 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
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-3/+3
| | | | is used instead; kwesterback@home.com
* possessivederaadt1998-02-031-3/+3
|
* Xr correctlyderaadt1997-11-131-6/+2
|
* add getsid(2), XPG4deraadt1997-11-131-0/+81