Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Sort a bit more.
details: https://anonhg.NetBSD.org/src/rev/49145b70a1df
branches: trunk
changeset: 344958:49145b70a1df
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Apr 29 12:25:51 2016 +0000
description:
Sort a bit more.
diffstat:
lib/libc/sys/wait.2 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 2b66cf3c6487 -r 49145b70a1df lib/libc/sys/wait.2
--- a/lib/libc/sys/wait.2 Fri Apr 29 11:46:17 2016 +0000
+++ b/lib/libc/sys/wait.2 Fri Apr 29 12:25:51 2016 +0000
@@ -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 @@
or
.Dv SIGSTOP
signal.
+.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.
-.It Dv __WALL
-This is an alias for
-.Dv WALLSIG .
-It is provided for compatibility with the Linux
-.Xr clone 2
-API .
.El
.sp
For the
Home |
Main Index |
Thread Index |
Old Index