Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Sort errors. Bump date for previous.



details:   https://anonhg.NetBSD.org/src/rev/6b8ed6b629b4
branches:  trunk
changeset: 793296:6b8ed6b629b4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 02 16:59:13 2014 +0000

description:
Sort errors. Bump date for previous.

diffstat:

 lib/libc/gen/posix_spawn_file_actions_addopen.3 |  12 ++++++------
 lib/libc/gen/posix_spawn_file_actions_init.3    |   8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (72 lines):

diff -r 3b4ff1162b51 -r 6b8ed6b629b4 lib/libc/gen/posix_spawn_file_actions_addopen.3
--- a/lib/libc/gen/posix_spawn_file_actions_addopen.3   Sun Feb 02 16:59:06 2014 +0000
+++ b/lib/libc/gen/posix_spawn_file_actions_addopen.3   Sun Feb 02 16:59:13 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: posix_spawn_file_actions_addopen.3,v 1.4 2014/02/02 14:48:57 martin Exp $
+.\" $NetBSD: posix_spawn_file_actions_addopen.3,v 1.5 2014/02/02 16:59:13 wiz Exp $
 .\"
 .\" Copyright (c) 2008 Ed Schouten <ed%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -36,7 +36,7 @@
 .\"
 .\" $FreeBSD: src/lib/libc/gen/posix_spawn_file_actions_addopen.3,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
 .\"
-.Dd December 20, 2011
+.Dd February 2, 2014
 .Dt POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 3
 .Os
 .Sh NAME
@@ -147,16 +147,16 @@
 These
 functions fail if:
 .Bl -tag -width Er
-.It Bq Er EINVAL
-The value specified by
-.Fa file_actions
-is invalid.
 .It Bq Er EBADF
 The value specified by
 .Fa fildes
 or
 .Fa newfildes
 is negative.
+.It Bq Er EINVAL
+The value specified by
+.Fa file_actions
+is invalid.
 .It Bq Er ENOMEM
 Insufficient memory exists to add to the spawn file actions object.
 .El
diff -r 3b4ff1162b51 -r 6b8ed6b629b4 lib/libc/gen/posix_spawn_file_actions_init.3
--- a/lib/libc/gen/posix_spawn_file_actions_init.3      Sun Feb 02 16:59:06 2014 +0000
+++ b/lib/libc/gen/posix_spawn_file_actions_init.3      Sun Feb 02 16:59:13 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: posix_spawn_file_actions_init.3,v 1.4 2014/02/02 14:48:57 martin Exp $
+.\" $NetBSD: posix_spawn_file_actions_init.3,v 1.5 2014/02/02 16:59:13 wiz Exp $
 .\"
 .\" Copyright (c) 2008 Ed Schouten <ed%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -36,7 +36,7 @@
 .\"
 .\" $FreeBSD: src/lib/libc/gen/posix_spawn_file_actions_init.3,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
 .\"
-.Dd December 20, 2011
+.Dd February 2, 2014
 .Dt POSIX_SPAWN_FILE_ACTIONS_INIT 3
 .Os
 .Sh NAME
@@ -79,12 +79,12 @@
 .Fn posix_spawn_file_actions_init
 function will fail if:
 .Bl -tag -width Er
-.It Bq Er ENOMEM
-Insufficient memory exists to initialize the spawn file actions object.
 .It Bq Er EINVAL
 The value specified by
 .Fa file_actions
 is invalid.
+.It Bq Er ENOMEM
+Insufficient memory exists to initialize the spawn file actions object.
 .El
 .Sh SEE ALSO
 .Xr posix_spawn 3 ,



Home | Main Index | Thread Index | Old Index