Module Name:    src
Committed By:   wiz
Date:           Tue Oct 18 07:33:15 UTC 2022

Modified Files:
        src/lib/libc/sys: _exit.2

Log Message:
avoid unnecessary Ns macro


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/_exit.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/_exit.2
diff -u src/lib/libc/sys/_exit.2:1.19 src/lib/libc/sys/_exit.2:1.20
--- src/lib/libc/sys/_exit.2:1.19	Tue Oct 18 02:31:39 2022
+++ src/lib/libc/sys/_exit.2	Tue Oct 18 07:33:15 2022
@@ -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

Reply via email to