diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-29 09:08:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-29 09:08:42 +0000 |
commit | e3a0801da3b8c824dca69ecf0ff8620d7777f63f (patch) | |
tree | 1ce28ad386ac379929f1d46d9e484f08aea9e790 /lib/libc/sys/_exit.2 | |
parent | 106bbb613d5b225c861fa33f57375ff5faec1da0 (diff) |
do not use Sx for sections outwith the page;
man4 still to go...
Diffstat (limited to 'lib/libc/sys/_exit.2')
-rw-r--r-- | lib/libc/sys/_exit.2 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 82cd5645a4e..3169f6dcfa2 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.18 2013/06/05 04:06:08 guenther Exp $ +.\" $OpenBSD: _exit.2,v 1.19 2013/06/29 09:08:41 jmc Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)_exit.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: June 29 2013 $ .Dt _EXIT 2 .Os .Sh NAME @@ -72,16 +72,13 @@ are passed on to the parent, thus negative values have less meaning.) .It The parent process ID of all of the calling process's existing child processes are set to 1; the initialization process (see the -.Sx DEFINITIONS -section of +DEFINITIONS section of .Xr intro 2 ) inherits each of these processes. .It If the termination of the process causes any process group to become orphaned (usually because the parents of all members -of the group have now exited; see -.Sx Orphaned Process Group -in +of the group have now exited; see Orphaned Process Group in .Xr intro 2 ) , and if any member of the orphaned group is stopped, the .Dv SIGHUP |