Module Name:    src
Committed By:   wiz
Date:           Wed Apr  6 08:18:35 UTC 2016

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

Log Message:
Drop trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 src/lib/libc/sys/wait.2:1.32
--- src/lib/libc/sys/wait.2:1.31	Wed Apr  6 04:09:10 2016
+++ src/lib/libc/sys/wait.2	Wed Apr  6 08:18:35 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wait.2,v 1.31 2016/04/06 04:09:10 christos Exp $
+.\"	$NetBSD: wait.2,v 1.32 2016/04/06 08:18:35 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -510,7 +510,7 @@ or if the child process is being traced 
 .Xr ptrace 2 ) .
 .It Fn WIFCONTINUED status
 True if the process has not terminated, but has been continued via the
-delivery of the 
+delivery of the
 .Dv SIGCONT
 signal.
 This macro can be true only if the wait call specified the

Reply via email to