Don't refer to errno as "global integer variable".
This commit is contained in:
parent
a95e31fea6
commit
d355352b08
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: closefrom.3,v 1.4 2004/06/01 16:06:43 kleink Exp $
|
.\" $NetBSD: closefrom.3,v 1.5 2004/06/01 16:12:51 kleink Exp $
|
||||||
.\" $OpenBSD: closefrom.2,v 1.2 2004/01/12 20:52:09 jmc Exp $
|
.\" $OpenBSD: closefrom.2,v 1.2 2004/01/12 20:52:09 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2004 Ted Unangst. All rights reserved.
|
.\" Copyright (c) 2004 Ted Unangst. All rights reserved.
|
||||||
@ -23,7 +23,7 @@
|
|||||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.Dd January 11, 2004
|
.Dd June 1, 2004
|
||||||
.Dt CLOSEFROM 3
|
.Dt CLOSEFROM 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -44,7 +44,7 @@ It is effectively the same as calling
|
|||||||
on each descriptor.
|
on each descriptor.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
Upon successful completion, a value of 0 is returned.
|
Upon successful completion, a value of 0 is returned.
|
||||||
Otherwise, a value of \-1 is returned and the global integer variable
|
Otherwise, a value of \-1 is returned and
|
||||||
.Va errno
|
.Va errno
|
||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: close.2,v 1.16 2004/05/13 10:20:57 wiz Exp $
|
.\" $NetBSD: close.2,v 1.17 2004/06/01 16:14:10 kleink Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -103,7 +103,7 @@ restores the default, which is to not close descriptor
|
|||||||
.Dq Fa d .
|
.Dq Fa d .
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
Upon successful completion, a value of 0 is returned.
|
Upon successful completion, a value of 0 is returned.
|
||||||
Otherwise, a value of \-1 is returned and the global integer variable
|
Otherwise, a value of \-1 is returned and
|
||||||
.Va errno
|
.Va errno
|
||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
|
Loading…
Reference in New Issue
Block a user