Module Name: src
Committed By: wiz
Date: Sun Feb 2 16:59:13 UTC 2014
Modified Files:
src/lib/libc/gen: posix_spawn_file_actions_addopen.3
posix_spawn_file_actions_init.3
Log Message:
Sort errors. Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/gen/posix_spawn_file_actions_addopen.3 \
src/lib/libc/gen/posix_spawn_file_actions_init.3
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/gen/posix_spawn_file_actions_addopen.3
diff -u src/lib/libc/gen/posix_spawn_file_actions_addopen.3:1.4 src/lib/libc/gen/posix_spawn_file_actions_addopen.3:1.5
--- src/lib/libc/gen/posix_spawn_file_actions_addopen.3:1.4 Sun Feb 2 14:48:57 2014
+++ src/lib/libc/gen/posix_spawn_file_actions_addopen.3 Sun Feb 2 16:59:13 2014
@@ -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 <[email protected]>
.\" 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 @@ otherwise, an error number is returned t
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
Index: src/lib/libc/gen/posix_spawn_file_actions_init.3
diff -u src/lib/libc/gen/posix_spawn_file_actions_init.3:1.4 src/lib/libc/gen/posix_spawn_file_actions_init.3:1.5
--- src/lib/libc/gen/posix_spawn_file_actions_init.3:1.4 Sun Feb 2 14:48:57 2014
+++ src/lib/libc/gen/posix_spawn_file_actions_init.3 Sun Feb 2 16:59:13 2014
@@ -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 <[email protected]>
.\" 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 @@ The
.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 ,