Sort errors. Bump date for previous.

This commit is contained in:
wiz 2014-02-02 16:59:13 +00:00
parent 08c720a8d8
commit d88140fcc8
2 changed files with 10 additions and 10 deletions

View File

@ -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>
.\" 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 to indicate the error.
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

View File

@ -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>
.\" 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 ,