Module Name:    src
Committed By:   wiz
Date:           Fri Apr 29 12:25:51 UTC 2016

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

Log Message:
Sort a bit more.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 src/lib/libc/sys/wait.2:1.34
--- src/lib/libc/sys/wait.2:1.33	Thu Apr 28 16:07:26 2016
+++ src/lib/libc/sys/wait.2	Fri Apr 29 12:25:51 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wait.2,v 1.33 2016/04/28 16:07:26 christos Exp $
+.\"	$NetBSD: wait.2,v 1.34 2016/04/29 12:25:51 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -362,18 +362,18 @@ Report the status of selected processes 
 or
 .Dv SIGSTOP
 signal.
-.It Dv __WCLONE
-This is an alias for
-.Dv WALTSIG .
-It is provided for compatibility with the Linux
-.Xr clone 2
-API.
 .It Dv __WALL
 This is an alias for
 .Dv WALLSIG .
 It is provided for compatibility with the Linux
 .Xr clone 2
 API .
+.It Dv __WCLONE
+This is an alias for
+.Dv WALTSIG .
+It is provided for compatibility with the Linux
+.Xr clone 2
+API.
 .El
 .sp
 For the

Reply via email to