diff options
| author | wiz <wiz@NetBSD.org> | 2022-10-18 07:33:15 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2022-10-18 07:33:15 +0000 |
| commit | cf825a2f95076fc4ea4fc900525ba2a1577720da (patch) | |
| tree | 4643346d08c611404e7be57a55d0d41d8f56413c /lib/libc/sys/_exit.2 | |
| parent | 085288068c4624fa64952c6b81479a673280b49b (diff) | |
avoid unnecessary Ns macro
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 |
