Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys move section around.



details:   https://anonhg.NetBSD.org/src/rev/422042066efa
branches:  trunk
changeset: 344959:422042066efa
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 29 13:17:09 2016 +0000

description:
move section around.

diffstat:

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

diffs (37 lines):

diff -r 49145b70a1df -r 422042066efa lib/libc/sys/wait.2
--- a/lib/libc/sys/wait.2       Fri Apr 29 12:25:51 2016 +0000
+++ b/lib/libc/sys/wait.2       Fri Apr 29 13:17:09 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: wait.2,v 1.34 2016/04/29 12:25:51 wiz Exp $
+.\"    $NetBSD: wait.2,v 1.35 2016/04/29 13:17:09 christos Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -301,6 +301,13 @@
 .It Dv WALTSIG
 If this option is specified, the call will wait only for processes that
 are configured to post a signal other than
+.Dv SIGCHLD
+when they exit.
+If
+.Dv WALTSIG
+is not specified, the call will wait only for processes that
+are configured to post 
+.Dv SIGCHLD .
 .It Dv WCONTINUED
 Report the status of selected processes that
 have continued from a job control stop by receiving a
@@ -328,13 +335,6 @@
 .It Dv WNOWAIT
 Keep the process whose status is returned in a waitable state.
 The process may be waited for again after this call completes.
-.Dv SIGCHLD
-when they exit.
-If
-.Dv WALTSIG
-is not specified, the call will wait only for processes that
-are configured to post
-.Dv SIGCHLD .
 .It Dv WSTOPPED
 An alias for
 .Dv WUNTRACED .



Home | Main Index | Thread Index | Old Index