Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Drop trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/a4834d626b7b
branches:  trunk
changeset: 344598:a4834d626b7b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 06 08:18:35 2016 +0000

description:
Drop trailing whitespace.

diffstat:

 lib/libc/sys/wait.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fd8846d783b -r a4834d626b7b lib/libc/sys/wait.2
--- a/lib/libc/sys/wait.2       Wed Apr 06 07:59:26 2016 +0000
+++ b/lib/libc/sys/wait.2       Wed Apr 06 08:18:35 2016 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index