History log of /openbsd/lib/libc/sys/getpgrp.2 (Results 1 – 19 of 19)
Revision Date Author Comments
# a398fd9a 13-Oct-2022 jmc <jmc@openbsd.org>

controm terminql -> controlling terminal;


# ec5cd23e 10-Sep-2015 schwarze <schwarze@openbsd.org>

use .In rather than .Fd #include


# e0cca1e1 31-Mar-2013 guenther <guenther@openbsd.org>

Add a couple commas, as suggested by jmc@


# 0e9f9e29 30-Mar-2013 guenther <guenther@openbsd.org>

Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but
some other fixes included...

*at() function ERRORS description suggested by matthew@

ok deraadt@


# 59d780ac 26-Jun-2012 tedu <tedu@openbsd.org>

simplify a little of the posix standards talk. ok deraadt guenther jmc


# 408ecb98 21-Jul-2007 jmc <jmc@openbsd.org>

- this page describes getpgid.2 too
- describe when "pid" is zero; from Kristaps Dzonsons

ok millert


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# d4c14dd9 01-Jun-2003 jmc <jmc@openbsd.org>

- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
- tidy up macros


# ee1e5b73 21-Feb-2003 jmc <jmc@openbsd.org>

typos;


# 49bdad57 30-Apr-2002 mpech <mpech@openbsd.org>

Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;

Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;

millert@ ok

show more ...


# ea2542f8 06-Aug-2001 mpech <mpech@openbsd.org>

o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;

millert@ ok


# b3fe5974 12-Sep-2000 millert <millert@openbsd.org>

o add missing getsid() prototype
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 t

o add missing getsid() prototype
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

show more ...


# de517754 04-Jul-1999 aaron <aaron@openbsd.org>

trash some old leftover macros and replace them with -mdoc macros


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# a873166d 15-Jun-1998 mickey <mickey@openbsd.org>

use Bx macro for BSD versions


# 008505de 03-Feb-1998 deraadt <deraadt@openbsd.org>

possessive


# cba9e227 30-May-1997 kstailey <kstailey@openbsd.org>

add getpgrp(2) from NetBSD


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree