Module Name: src
Committed By: wiz
Date: Sun Nov 20 09:38:37 UTC 2016
Modified Files:
src/lib/libc/sys: wait.2
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/sys/wait.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/wait.2
diff -u src/lib/libc/sys/wait.2:1.38 src/lib/libc/sys/wait.2:1.39
--- src/lib/libc/sys/wait.2:1.38 Sun Nov 20 07:05:20 2016
+++ src/lib/libc/sys/wait.2 Sun Nov 20 09:38:37 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: wait.2,v 1.38 2016/11/20 07:05:20 dholland Exp $
+.\" $NetBSD: wait.2,v 1.39 2016/11/20 09:38:37 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -626,7 +626,7 @@ An invalid value was specified for
.El
.Sh SEE ALSO
.Xr _exit 2 ,
-.Xr fork 2,
+.Xr fork 2 ,
.Xr ptrace 2 ,
.Xr sigaction 2 ,
.Xr siginfo 2 ,