diff options
author | 2003-02-25 08:26:38 +0000 | |
---|---|---|
committer | 2003-02-25 08:26:38 +0000 | |
commit | 7cbfd693c61c9e698bf609be2efabb6330dba675 (patch) | |
tree | f2bb460881b1336622de5a7fe4c431c6b0b13a00 /lib/libc/sys/_exit.2 | |
parent | Destaticize, and add RAMDISK_HOOK glue for bsd.rd (diff) | |
download | wireguard-openbsd-7cbfd693c61c9e698bf609be2efabb6330dba675.tar.xz wireguard-openbsd-7cbfd693c61c9e698bf609be2efabb6330dba675.zip |
typos;
intro(2): help deraadt@
Diffstat (limited to 'lib/libc/sys/_exit.2')
-rw-r--r-- | lib/libc/sys/_exit.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 30a52c59c6d..c56dc32e4ce 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.12 2002/11/10 03:21:48 fgsch Exp $ +.\" $OpenBSD: _exit.2,v 1.13 2003/02/25 08:26:38 jmc Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -64,7 +64,7 @@ is set as defined by .Xr wait 2 . (Note that typically only the lower 8 bits of .Fa status -is passed on to the parent, thus negative values have less meaning.) +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 |