History log of /openbsd-src/lib/libc/compat-43/killpg.3 (Results 1 – 14 of 14)
Revision Date Author Comments
# 156d8733 07-May-2017 millert <millert@openbsd.org>

killpg() is covered by XSI so add a STANDARDS section to that effect
and document that handling of process group 0 is not specified by
the standard.


# ee10762e 29-Jan-2015 schwarze <schwarze@openbsd.org>

Use .Rv where appropriate, and move it to RETURN VALUES;
remove .Tn, and a few minor macro adjustments.
Patch from Kaspars at Bankovskis dot net.


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


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

convert to new .Dd format;


# 04d01246 11-Oct-2006 jmc <jmc@openbsd.org>

SIGCONT may be sent to any process with the same session ID as the caller,
not to any process that is a descendant of the current process.

from ryan younce (freebsd pr #58710);
confirmed by otto and

SIGCONT may be sent to any process with the same session ID as the caller,
not to any process that is a descendant of the current process.

from ryan younce (freebsd pr #58710);
confirmed by otto and ok

show more ...


# 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.


# 83332665 18-Apr-2000 aaron <aaron@openbsd.org>

Repairs.


# a3542fad 15-Apr-2000 aaron <aaron@openbsd.org>

- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.


# 62127031 07-Jul-1999 aaron <aaron@openbsd.org>

when using `-' as a negative sign, escape it with a backslash so troff knows
it's not supposed to be a hyphen/dash


# 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


# 350bb3b8 16-May-1999 alex <alex@openbsd.org>

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove dup

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.

show more ...


# 960f8fbd 27-Feb-1999 deraadt <deraadt@openbsd.org>

make function names the correct case


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


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

initial import of NetBSD tree