diff options
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 5f8a0a2621f..97a66f61ab8 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: _exit.2,v 1.19 2022/10/18 02:31:39 jschauma Exp $ +.\" $NetBSD: _exit.2,v 1.20 2022/10/18 07:33:15 wiz Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -71,7 +71,7 @@ is set as defined by (Note that only the least significant 8 bits of .Em status are preserved and returned to the parent via -.Xr wait 2 Ns .) +.Xr wait 2 . ) .It The parent process-ID of all of the calling process's existing child processes are set to 1; the initialization process |
