fix up case of function names
This commit is contained in:
parent
47fa59a196
commit
d8c6c15bb4
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: mount.2,v 1.15 1998/02/02 05:20:32 perry Exp $
|
.\" $NetBSD: mount.2,v 1.16 1998/06/08 09:45:50 lukem Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1989, 1993
|
.\" Copyright (c) 1980, 1989, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -206,7 +206,7 @@ and the variable
|
|||||||
.Va errno
|
.Va errno
|
||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Fn Mount
|
.Fn mount
|
||||||
will fail when one of the following occurs:
|
will fail when one of the following occurs:
|
||||||
.Bl -tag -width Er
|
.Bl -tag -width Er
|
||||||
.It Bq Er EPERM
|
.It Bq Er EPERM
|
||||||
@ -345,7 +345,7 @@ mounted.
|
|||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Some of the error codes need translation to more obvious messages.
|
Some of the error codes need translation to more obvious messages.
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
.Fn Mount
|
.Fn mount
|
||||||
and
|
and
|
||||||
.Fn umount
|
.Fn umount
|
||||||
(now unmount) function calls appeared in
|
(now unmount) function calls appeared in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: select.2,v 1.9 1997/11/01 06:37:49 mycroft Exp $
|
.\" $NetBSD: select.2,v 1.10 1998/06/08 09:48:37 lukem Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1991, 1993
|
.\" Copyright (c) 1983, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -50,7 +50,7 @@
|
|||||||
.Fn FD_ISSET fd &fdset
|
.Fn FD_ISSET fd &fdset
|
||||||
.Fn FD_ZERO &fdset
|
.Fn FD_ZERO &fdset
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Fn Select
|
.Fn select
|
||||||
examines the I/O descriptor sets whose addresses are passed in
|
examines the I/O descriptor sets whose addresses are passed in
|
||||||
.Fa readfds ,
|
.Fa readfds ,
|
||||||
.Fa writefds ,
|
.Fa writefds ,
|
||||||
@ -70,7 +70,7 @@ On return,
|
|||||||
replaces the given descriptor sets
|
replaces the given descriptor sets
|
||||||
with subsets consisting of those descriptors that are ready
|
with subsets consisting of those descriptors that are ready
|
||||||
for the requested operation.
|
for the requested operation.
|
||||||
.Fn Select
|
.Fn select
|
||||||
returns the total number of ready descriptors in all the sets.
|
returns the total number of ready descriptors in all the sets.
|
||||||
.Pp
|
.Pp
|
||||||
The descriptor sets are stored as bit fields in arrays of integers.
|
The descriptor sets are stored as bit fields in arrays of integers.
|
||||||
@ -117,7 +117,7 @@ and
|
|||||||
.Fa exceptfds
|
.Fa exceptfds
|
||||||
may be given as nil pointers if no descriptors are of interest.
|
may be given as nil pointers if no descriptors are of interest.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
.Fn Select
|
.Fn select
|
||||||
returns the number of ready descriptors that are contained in
|
returns the number of ready descriptors that are contained in
|
||||||
the descriptor sets,
|
the descriptor sets,
|
||||||
or -1 if an error occurred.
|
or -1 if an error occurred.
|
||||||
@ -178,7 +178,7 @@ a larger definition of
|
|||||||
before the inclusion of
|
before the inclusion of
|
||||||
.Aq Pa sys/types.h .
|
.Aq Pa sys/types.h .
|
||||||
.Pp
|
.Pp
|
||||||
.Fn Select
|
.Fn select
|
||||||
should probably return the time remaining from the original timeout,
|
should probably return the time remaining from the original timeout,
|
||||||
if any, by modifying the time value in place.
|
if any, by modifying the time value in place.
|
||||||
This may be implemented in future versions of the system.
|
This may be implemented in future versions of the system.
|
||||||
|
Loading…
Reference in New Issue
Block a user