Boring whitespace fixes.
This commit is contained in:
parent
3e3b82275d
commit
a0dbe70b74
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: alarm.3,v 1.15 1999/03/22 19:44:38 garbled Exp $
|
||||
.\" $NetBSD: alarm.3,v 1.16 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -54,13 +54,13 @@ This interface is made obsolete by
|
||||
The
|
||||
.Fn alarm
|
||||
function sets a timer to deliver the signal
|
||||
.Dv SIGALRM
|
||||
.Dv SIGALRM
|
||||
to the calling proccess
|
||||
.Ar seconds
|
||||
after the call to
|
||||
after the call to
|
||||
.Fn alarm .
|
||||
If an alarm has already been set with
|
||||
.Fn alarm
|
||||
.Fn alarm
|
||||
but has not been delivered, another call to
|
||||
.Fn alarm
|
||||
will supersede the prior call.
|
||||
@ -72,7 +72,7 @@ alarm and the signal SIGALRM will not be delivered. The maximum number of
|
||||
allowed
|
||||
is 2147483647.
|
||||
.Pp
|
||||
The return value of
|
||||
The return value of
|
||||
.Fn alarm
|
||||
is the amount of time left on the timer from a previous call to
|
||||
.Fn alarm .
|
||||
@ -92,10 +92,10 @@ returns ((unsigned int) -1).
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn alarm
|
||||
function conforms to
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn alarm
|
||||
function appeared in
|
||||
function appeared in
|
||||
.At v7 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: basename.3,v 1.4 1999/09/12 18:47:10 kleink Exp $
|
||||
.\" $NetBSD: basename.3,v 1.5 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -75,9 +75,9 @@ function returns a pointer to the final component of
|
||||
.Xr dirname 3
|
||||
.Sh STANDARDS
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
.It
|
||||
.St -xpg4.2
|
||||
.El
|
||||
.El
|
||||
.Sh BUGS
|
||||
The
|
||||
.Fn basename
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: confstr.3,v 1.11 1999/03/22 19:44:39 garbled Exp $
|
||||
.\" $NetBSD: confstr.3,v 1.12 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -74,7 +74,7 @@ is a non-null pointer, and
|
||||
.Fa name
|
||||
has a value, up to
|
||||
.Fa len
|
||||
\- 1 bytes of the value are copied into the buffer
|
||||
\- 1 bytes of the value are copied into the buffer
|
||||
.Fa buf .
|
||||
The copied value is always null terminated.
|
||||
.Pp
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: daemon.3,v 1.8 1999/09/12 18:47:11 kleink Exp $
|
||||
.\" $NetBSD: daemon.3,v 1.9 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -74,7 +74,7 @@ may fail and set
|
||||
.Va errno
|
||||
for any of the errors specified for the library functions
|
||||
.Xr fork 2
|
||||
and
|
||||
and
|
||||
.Xr setsid 2 .
|
||||
.Sh SEE ALSO
|
||||
.Xr fork 2 ,
|
||||
@ -86,7 +86,7 @@ function first appeared in
|
||||
.Bx 4.4 .
|
||||
.Sh BUGS
|
||||
.Fn daemon
|
||||
uses
|
||||
uses
|
||||
.Fn fork
|
||||
as part of its tty detachment mechanism. Consequently the process id changes
|
||||
when
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: directory.3,v 1.10 1999/03/22 19:44:39 garbled Exp $
|
||||
.\" $NetBSD: directory.3,v 1.11 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -117,7 +117,7 @@ are good only for the lifetime of the
|
||||
pointer,
|
||||
.Fa dirp ,
|
||||
from which they are derived.
|
||||
If the directory is closed and then reopened, the
|
||||
If the directory is closed and then reopened, the
|
||||
.Fn telldir
|
||||
value may be invalidated due to undetected directory compaction.
|
||||
It is safe to use a previous
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: dirname.3,v 1.4 1999/09/12 18:47:11 kleink Exp $
|
||||
.\" $NetBSD: dirname.3,v 1.5 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -78,9 +78,9 @@ function returns a pointer to a string that is the parent directory of
|
||||
.Xr basename 3
|
||||
.Sh STANDARDS
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
.It
|
||||
.St -xpg4.2
|
||||
.El
|
||||
.El
|
||||
.Sh BUGS
|
||||
The
|
||||
.Fn dirname
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: err.3,v 1.12 2001/03/22 01:47:17 cgd Exp $
|
||||
.\" $NetBSD: err.3,v 1.13 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -86,7 +86,7 @@ and
|
||||
.Fn vwarn
|
||||
functions, the error message string affiliated with the current value of
|
||||
the global variable
|
||||
.Va errno
|
||||
.Va errno
|
||||
is output next, preceded by a colon character and a space if
|
||||
.Fa fmt
|
||||
is not NULL.
|
||||
@ -143,5 +143,5 @@ The
|
||||
.Fn err
|
||||
and
|
||||
.Fn warn
|
||||
functions first appeared in
|
||||
functions first appeared in
|
||||
.Bx 4.4 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fnmatch.3,v 1.14 2000/06/28 01:13:36 thorpej Exp $
|
||||
.\" $NetBSD: fnmatch.3,v 1.15 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -127,7 +127,7 @@ extension.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn fnmatch
|
||||
function first appeared in
|
||||
function first appeared in
|
||||
.Bx 4.4 .
|
||||
.Sh BUGS
|
||||
The pattern
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fpgetmask.3,v 1.1 1999/04/30 00:58:31 ross Exp $
|
||||
.\" $NetBSD: fpgetmask.3,v 1.2 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -70,7 +70,7 @@ for rounding towards zero, rounding
|
||||
.Pq Em Minus infinity
|
||||
down, rounding to
|
||||
.Em nearest ,
|
||||
and rounding
|
||||
and rounding
|
||||
.Pq Em Plus infinity
|
||||
up.
|
||||
The default mode is
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: frexp.3,v 1.5 2001/05/23 01:08:50 kleink Exp $
|
||||
.\" $NetBSD: frexp.3,v 1.6 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -65,7 +65,7 @@ function returns the value
|
||||
.Em x ,
|
||||
such that
|
||||
.Em x
|
||||
is a
|
||||
is a
|
||||
.Em double
|
||||
with magnitude in the interval
|
||||
.Bo 1/2 , 1 Pc
|
||||
@ -77,7 +77,7 @@ times 2 raised to the power
|
||||
.Fa *exp .
|
||||
If
|
||||
.Fa value
|
||||
is zero, both parts of the result are zero.
|
||||
is zero, both parts of the result are zero.
|
||||
.Sh SEE ALSO
|
||||
.Xr ldexp 3 ,
|
||||
.Xr modf 3 ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fts.3,v 1.18 1999/09/26 21:18:53 jdolecek Exp $
|
||||
.\" $NetBSD: fts.3,v 1.19 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -42,7 +42,7 @@
|
||||
.Nm fts_read ,
|
||||
.Nm fts_children ,
|
||||
.Nm fts_set ,
|
||||
.Nm fts_close
|
||||
.Nm fts_close
|
||||
.Nd traverse a file hierarchy
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
@ -246,7 +246,7 @@ or
|
||||
.Fn fts_read
|
||||
functions, with its
|
||||
.Fa fts_info
|
||||
field set to
|
||||
field set to
|
||||
.Dv FTS_DNR ,
|
||||
.Dv FTS_ERR
|
||||
or
|
||||
@ -478,7 +478,7 @@ fields of the
|
||||
structures may
|
||||
.Em never
|
||||
be used in this comparison.
|
||||
If the
|
||||
If the
|
||||
.Fa fts_info
|
||||
field is set to
|
||||
.Dv FTS_NS
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getcwd.3,v 1.11 1999/03/22 19:44:40 garbled Exp $
|
||||
.\" $NetBSD: getcwd.3,v 1.12 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -148,7 +148,7 @@ allocate memory as necessary is an extension.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getwd
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.0 .
|
||||
.Sh SECURITY CONSIDERATIONS
|
||||
As
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getdiskbyname.3,v 1.6 1999/03/22 19:44:41 garbled Exp $
|
||||
.\" $NetBSD: getdiskbyname.3,v 1.7 2001/09/16 02:30:23 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -59,7 +59,7 @@ takes a disk name (e.g.
|
||||
and returns a prototype disk label
|
||||
describing its geometry information and the standard
|
||||
disk partition tables. All information is obtained from
|
||||
the
|
||||
the
|
||||
.Xr disktab 5
|
||||
file.
|
||||
.Pp
|
||||
@ -94,7 +94,7 @@ the default database of disk types.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getdiskbyname
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.3 .
|
||||
.Pp
|
||||
The
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getdomainname.3,v 1.8 1999/03/22 19:44:41 garbled Exp $
|
||||
.\" $NetBSD: getdomainname.3,v 1.9 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -55,7 +55,7 @@ previously set by
|
||||
.Fn setdomainname .
|
||||
The parameter
|
||||
.Fa namelen
|
||||
specifies the size of the
|
||||
specifies the size of the
|
||||
.Fa name
|
||||
array. The returned name is null-terminated unless insufficient
|
||||
space is provided.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getfsent.3,v 1.6 1999/03/22 19:44:41 garbled Exp $
|
||||
.\" $NetBSD: getfsent.3,v 1.7 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -136,13 +136,13 @@ returns nothing.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getfsent
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.0 ;
|
||||
the
|
||||
.Fn endfsent ,
|
||||
.Fn getfsfile ,
|
||||
.Fn getfsspec ,
|
||||
and
|
||||
and
|
||||
.Fn setfsent
|
||||
functions appeared in
|
||||
.Bx 4.3 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getgrent.3,v 1.13 1999/04/25 13:47:37 lukem Exp $
|
||||
.\" $NetBSD: getgrent.3,v 1.14 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -135,7 +135,7 @@ The
|
||||
.Fn setgroupent
|
||||
function returns the value 1 if successful, otherwise the value
|
||||
0 is returned.
|
||||
The
|
||||
The
|
||||
.Fn endgrent
|
||||
and
|
||||
.Fn setgrent
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getgrouplist.3,v 1.6 1999/04/25 14:56:10 lukem Exp $
|
||||
.\" $NetBSD: getgrouplist.3,v 1.7 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -59,7 +59,7 @@ the group number from the password database.
|
||||
.Pp
|
||||
The resulting group list is returned in the integer array pointed to by
|
||||
.Fa groups .
|
||||
The caller specifies the size of the
|
||||
The caller specifies the size of the
|
||||
.Fa groups
|
||||
array in the integer pointed to by
|
||||
.Fa ngroups ;
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: gethostname.3,v 1.8 1999/03/22 19:44:42 garbled Exp $
|
||||
.\" $NetBSD: gethostname.3,v 1.9 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -55,7 +55,7 @@ previously set by
|
||||
.Fn sethostname .
|
||||
The parameter
|
||||
.Fa namelen
|
||||
specifies the size of the
|
||||
specifies the size of the
|
||||
.Fa name
|
||||
array. The returned name is null-terminated unless insufficient
|
||||
space is provided.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getpagesize.3,v 1.7 1999/03/22 19:44:42 garbled Exp $
|
||||
.\" $NetBSD: getpagesize.3,v 1.8 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -49,13 +49,13 @@
|
||||
.Bf -symbolic
|
||||
This interface is obsoleted by
|
||||
.Xr sysconf 3 .
|
||||
.Ef
|
||||
.Pp
|
||||
.Ef
|
||||
.Pp
|
||||
.Fn getpagesize
|
||||
returns the number of bytes in a page.
|
||||
Page granularity is the granularity of many of the memory management calls.
|
||||
.Pp
|
||||
The page size is a
|
||||
The page size is a
|
||||
.Em system
|
||||
page size and may not be the same as the underlying
|
||||
hardware page size.
|
||||
|
@ -1,8 +1,8 @@
|
||||
.\" $NetBSD: getprogname.3,v 1.1 2001/02/19 22:13:23 cgd Exp $
|
||||
.\" $NetBSD: getprogname.3,v 1.2 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
@ -18,7 +18,7 @@
|
||||
.\" information about NetBSD.
|
||||
.\" 4. The name of the author may not be used to endorse or promote products
|
||||
.\" derived from this software without specific prior written permission.
|
||||
.\"
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
@ -29,7 +29,7 @@
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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 SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||
.\"
|
||||
.Dd February 11, 2001
|
||||
@ -64,7 +64,7 @@ will return
|
||||
sets the name of the current program to be the last pathname
|
||||
component of the
|
||||
.Fa name
|
||||
argument. It should be invoked at the start of the program, using the
|
||||
argument. It should be invoked at the start of the program, using the
|
||||
.Fa argv[0]
|
||||
passed into the program's
|
||||
.Fn main
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getpwent.3,v 1.16 2000/07/11 12:12:53 ad Exp $
|
||||
.\" $NetBSD: getpwent.3,v 1.17 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1988, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -54,7 +54,7 @@
|
||||
.Ft struct passwd *
|
||||
.Fn getpwnam "const char *login"
|
||||
.Ft struct passwd *
|
||||
.Fn getpwuid "uid_t uid"
|
||||
.Fn getpwuid "uid_t uid"
|
||||
.Ft int
|
||||
.Fn setpassent "int stayopen"
|
||||
.Ft void
|
||||
@ -150,7 +150,7 @@ The
|
||||
function returns 0 on failure and 1 on success.
|
||||
The
|
||||
.Fn endpwent
|
||||
and
|
||||
and
|
||||
.Fn setpwent
|
||||
functions
|
||||
have no return value.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getusershell.3,v 1.6 1999/03/22 19:44:42 garbled Exp $
|
||||
.\" $NetBSD: getusershell.3,v 1.7 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -89,7 +89,7 @@ returns a null pointer (0) on
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getusershell
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.3 .
|
||||
.Sh BUGS
|
||||
The
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: glob.3,v 1.17 2001/03/16 21:09:05 christos Exp $
|
||||
.\" $NetBSD: glob.3,v 1.18 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -261,7 +261,7 @@ Limit the amount of memory used by matches to
|
||||
.Li ARG_MAX
|
||||
This option should be set for programs that can be coerced to a denial of
|
||||
service attack via patterns that expand to a very large number of matches,
|
||||
such as a long string of
|
||||
such as a long string of
|
||||
.Li */../*/..
|
||||
.El
|
||||
.Pp
|
||||
@ -395,7 +395,7 @@ was not set int
|
||||
.Dv flags .
|
||||
.It Dv GLOB_NOSPACE
|
||||
An attempt to allocate memory failed, or if
|
||||
.Va errno
|
||||
.Va errno
|
||||
was 0
|
||||
.Li GLOB_LIMIT
|
||||
was specified in the flags and
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: initgroups.3,v 1.8 1999/03/22 19:44:43 garbled Exp $
|
||||
.\" $NetBSD: initgroups.3,v 1.9 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -72,7 +72,7 @@ returns \-1 if it was not invoked by the super-user.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn initgroups
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
The
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: isalnum.3,v 1.5 1998/02/05 18:47:02 perry Exp $
|
||||
.\" $NetBSD: isalnum.3,v 1.6 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -52,7 +52,7 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn isalnum
|
||||
macro tests for any character for which
|
||||
macro tests for any character for which
|
||||
.Xr isalpha 3
|
||||
or
|
||||
.Xr isdigit 3
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: isalpha.3,v 1.5 1998/02/05 18:47:04 perry Exp $
|
||||
.\" $NetBSD: isalpha.3,v 1.6 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -47,7 +47,7 @@
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <ctype.h>
|
||||
.Ft int
|
||||
.Ft int
|
||||
.Fn isalpha "int c"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
@ -65,7 +65,7 @@ for which none of
|
||||
or
|
||||
.Xr isspace 3
|
||||
is true.
|
||||
In the
|
||||
In the
|
||||
.Em ``C''
|
||||
locale,
|
||||
.Fn isalpha
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: isblank.3,v 1.4 1998/02/05 18:47:07 perry Exp $
|
||||
.\" $NetBSD: isblank.3,v 1.5 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -62,7 +62,7 @@ Space character.
|
||||
Horizontal tab.
|
||||
.El
|
||||
.Pp
|
||||
In the
|
||||
In the
|
||||
.Em ``C''
|
||||
locale,
|
||||
.Fn isblank
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: isinf.3,v 1.6 1999/08/16 23:12:19 kleink Exp $
|
||||
.\" $NetBSD: isinf.3,v 1.7 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -44,9 +44,9 @@
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <math.h>
|
||||
.Ft int
|
||||
.Ft int
|
||||
.Fn isinf double
|
||||
.Ft int
|
||||
.Ft int
|
||||
.Fn isnan double
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: islower.3,v 1.5 1998/02/05 18:47:18 perry Exp $
|
||||
.\" $NetBSD: islower.3,v 1.6 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -62,7 +62,7 @@ for which none of
|
||||
or
|
||||
.Xr isspace 3
|
||||
is true.
|
||||
In the
|
||||
In the
|
||||
.Em ``C''
|
||||
locale,
|
||||
.Fn islower
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: isspace.3,v 1.5 1998/02/05 18:47:22 perry Exp $
|
||||
.\" $NetBSD: isspace.3,v 1.6 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -75,7 +75,7 @@ Horizontal tab.
|
||||
And vertical tab.
|
||||
.El
|
||||
.Pp
|
||||
In the
|
||||
In the
|
||||
.Em ``C''
|
||||
locale,
|
||||
.Fn isspace
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: modf.3,v 1.4 1998/02/05 18:47:30 perry Exp $
|
||||
.\" $NetBSD: modf.3,v 1.5 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -56,7 +56,7 @@ function breaks the argument
|
||||
.Fa value
|
||||
into integral and fractional parts, each of which has the
|
||||
same sign as the argument.
|
||||
It stores the integral part as a
|
||||
It stores the integral part as a
|
||||
.Em double
|
||||
in the object pointed to by
|
||||
.Fa iptr .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: nice.3,v 1.7 1999/03/22 19:44:43 garbled Exp $
|
||||
.\" $NetBSD: nice.3,v 1.8 2001/09/16 02:30:24 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -93,5 +93,5 @@ function conforms to
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn nice
|
||||
syscall appeared in
|
||||
syscall appeared in
|
||||
.At v6 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: pause.3,v 1.11 1999/03/22 19:44:44 garbled Exp $
|
||||
.\" $NetBSD: pause.3,v 1.12 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -92,5 +92,5 @@ function conforms to
|
||||
A
|
||||
.Fn pause
|
||||
syscall
|
||||
appeared in
|
||||
appeared in
|
||||
.At v6 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: psignal.3,v 1.10 1999/03/22 19:44:44 garbled Exp $
|
||||
.\" $NetBSD: psignal.3,v 1.11 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -90,5 +90,5 @@ and
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn psignal
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.2 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: pwcache.3,v 1.9 1998/07/28 17:09:10 mycroft Exp $
|
||||
.\" $NetBSD: pwcache.3,v 1.10 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -60,7 +60,7 @@ The
|
||||
function returns the user name associated with the argument
|
||||
.Fa uid .
|
||||
The user name is cached so that multiple calls with the same
|
||||
.Fa uid
|
||||
.Fa uid
|
||||
do not require additional calls to
|
||||
.Xr getpwuid 3 .
|
||||
If there is no user associated with the
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: realpath.3,v 1.5 1999/04/06 04:54:19 cgd Exp $
|
||||
.\" $NetBSD: realpath.3,v 1.6 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -71,7 +71,7 @@ refer to a buffer capable of storing at least
|
||||
.Dv MAXPATHLEN
|
||||
characters.
|
||||
.Pp
|
||||
The
|
||||
The
|
||||
.Fn realpath
|
||||
function will resolve both absolute and relative paths
|
||||
and return the absolute pathname corresponding to
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: scandir.3,v 1.7 2000/04/16 14:43:57 mrg Exp $
|
||||
.\" $NetBSD: scandir.3,v 1.8 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -106,5 +106,5 @@ The
|
||||
.Fn scandir
|
||||
and
|
||||
.Fn alphasort
|
||||
functions appeared in
|
||||
functions appeared in
|
||||
.Bx 4.2 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: setmode.3,v 1.11 1999/05/26 15:39:36 kleink Exp $
|
||||
.\" $NetBSD: setmode.3,v 1.12 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -88,7 +88,7 @@ If the mode passed to
|
||||
is invalid,
|
||||
.Fn setmode
|
||||
returns
|
||||
.Dv NULL .
|
||||
.Dv NULL .
|
||||
.Sh ERRORS
|
||||
The
|
||||
.Fn setmode
|
||||
|
@ -1,8 +1,8 @@
|
||||
.\" $NetBSD: setproctitle.3,v 1.11 2001/02/19 22:20:15 cgd Exp $
|
||||
.\" $NetBSD: setproctitle.3,v 1.12 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994, 1995 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
@ -18,7 +18,7 @@
|
||||
.\" information about NetBSD.
|
||||
.\" 4. The name of the author may not be used to endorse or promote products
|
||||
.\" derived from this software without specific prior written permission.
|
||||
.\"
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
@ -29,7 +29,7 @@
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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 SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||
.\"
|
||||
.Dd April 13, 1994
|
||||
@ -75,5 +75,5 @@ setproctitle("foo! (%d)", getpid());
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn setproctitle
|
||||
function first appeared in
|
||||
function first appeared in
|
||||
.Nx 1.0 .
|
||||
|
@ -1,8 +1,8 @@
|
||||
.\" $NetBSD: shquote.3,v 1.1 2001/03/10 01:51:49 cgd Exp $
|
||||
.\" $NetBSD: shquote.3,v 1.2 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
@ -18,7 +18,7 @@
|
||||
.\" information about NetBSD.
|
||||
.\" 4. The name of the author may not be used to endorse or promote products
|
||||
.\" derived from this software without specific prior written permission.
|
||||
.\"
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
@ -29,7 +29,7 @@
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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 SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||
.\"
|
||||
.Dd March 1, 2001
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: siginterrupt.3,v 1.7 2000/07/05 15:45:33 msaitoh Exp $
|
||||
.\" $NetBSD: siginterrupt.3,v 1.8 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -64,7 +64,7 @@ and no data has been transferred,
|
||||
the system call will return \-1 with the global variable
|
||||
.Va errno
|
||||
set to
|
||||
.Dv EINTR .
|
||||
.Dv EINTR .
|
||||
Interrupted system calls that have started transferring
|
||||
data will return the amount of data actually transferred.
|
||||
System call interrupt is the signal behavior found on
|
||||
@ -105,5 +105,5 @@ A \-1 value indicates that an invalid signal number has been supplied.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn siginterrupt
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.3 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: signal.3,v 1.11 1999/10/06 17:07:02 jdolecek Exp $
|
||||
.\" $NetBSD: signal.3,v 1.12 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -180,5 +180,5 @@ or
|
||||
.Sh HISTORY
|
||||
This
|
||||
.Fn signal
|
||||
facility appeared in
|
||||
facility appeared in
|
||||
.Bx 4.0 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigsetops.3,v 1.9 2000/06/07 19:47:59 nathanw Exp $
|
||||
.\" $NetBSD: sigsetops.3,v 1.10 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -67,9 +67,9 @@ or
|
||||
must be called for every object of type
|
||||
.Fa sigset_t
|
||||
before any other use of the object.
|
||||
.Fn sigemptyset
|
||||
.Fn sigemptyset
|
||||
and
|
||||
.Fn sigfillset
|
||||
.Fn sigfillset
|
||||
are provided as macros, but actual functions are available
|
||||
if their names are undefined (with #undef
|
||||
.Em name ) .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sleep.3,v 1.9 1998/02/05 18:47:56 perry Exp $
|
||||
.\" $NetBSD: sleep.3,v 1.10 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -56,10 +56,10 @@ action is to invoke a signal-catching function or to terminate the
|
||||
process. The suspension time may be longer than requested due to the
|
||||
scheduling of other activity by the system.
|
||||
.Sh RETURN VALUE
|
||||
If the
|
||||
If the
|
||||
.Fn sleep
|
||||
function returns because the requested time has elapsed, the value
|
||||
returned will be zero. If the
|
||||
returned will be zero. If the
|
||||
.Fn sleep
|
||||
function returns due to the delivery of a signal, the value returned
|
||||
will be the unslept amount (the request time minus the time actually
|
||||
@ -68,9 +68,9 @@ slept) in seconds.
|
||||
.Xr nanosleep 2 ,
|
||||
.Xr usleep 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn sleep
|
||||
function conforms to
|
||||
The
|
||||
.Fn sleep
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: stringlist.3,v 1.6 1999/11/28 03:44:09 lukem Exp $
|
||||
.\" $NetBSD: stringlist.3,v 1.7 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -96,7 +96,7 @@ in case of failure.
|
||||
.It Fn sl_free
|
||||
Releases memory occupied by
|
||||
.Ar sl
|
||||
and the
|
||||
and the
|
||||
.Ar sl->sl_str
|
||||
array.
|
||||
If
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sysconf.3,v 1.15 2000/08/29 06:38:23 kleink Exp $
|
||||
.\" $NetBSD: sysconf.3,v 1.16 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -160,7 +160,7 @@ The maximum number of repeated occurrences of a regular expression
|
||||
permitted when using interval notation.
|
||||
.It Li _SC_2_VERSION
|
||||
The version of POSIX 1003.2 with which the system attempts to comply.
|
||||
.It Li _SC_2_C_BIND
|
||||
.It Li _SC_2_C_BIND
|
||||
Return 1 if the system's C-language development facilities support the
|
||||
C-Language Bindings Option, otherwise \-1.
|
||||
.It Li _SC_2_C_DEV
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sysctl.3,v 1.76 2001/04/12 07:20:39 toshii Exp $
|
||||
.\" $NetBSD: sysctl.3,v 1.77 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -349,7 +349,7 @@ for format of this template). The default value is
|
||||
.Nm %n.core
|
||||
and can be changed with the kernel configuration option
|
||||
.Cd options DEFCORENAME
|
||||
(see
|
||||
(see
|
||||
.Xr options 4
|
||||
).
|
||||
.It Li KERN_DOMAINNAME
|
||||
@ -802,8 +802,8 @@ the MTU of the appropriate interface. Otherwise, it is calculated based on
|
||||
the greater of the MTU of the interface, and the largest (non-loopback)
|
||||
interface MTU on the system.
|
||||
.It Li tcp.sack
|
||||
TCP Selective ACKnowledgement (RFC 2018) is not implemented in
|
||||
.Nx
|
||||
TCP Selective ACKnowledgement (RFC 2018) is not implemented in
|
||||
.Nx
|
||||
at this time.
|
||||
Changing this value will have no effect.
|
||||
.It Li tcp.win_scale
|
||||
@ -1119,14 +1119,14 @@ points to the current process, or the PID of the target process.
|
||||
.It Li PROC_PID_CORENAME
|
||||
The template used for the core dump file name (see
|
||||
.Xr core 5
|
||||
for details). The base name must either be
|
||||
for details). The base name must either be
|
||||
.Nm core
|
||||
or end with the suffix ``.core'' (the super-user may set arbitrary names). By
|
||||
default it points to KERN_DEFCORENAME.
|
||||
.It Li PROC_PID_LIMIT
|
||||
Return resources limits, as defined for the
|
||||
.Xr getrlimit 2
|
||||
and
|
||||
and
|
||||
.Xr setrlimit 2
|
||||
system calls.
|
||||
The fourth level name is one of:
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: times.3,v 1.9 1999/03/22 19:44:47 garbled Exp $
|
||||
.\" $NetBSD: times.3,v 1.10 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -43,7 +43,7 @@
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/times.h>
|
||||
.Ft clock_t
|
||||
.Ft clock_t
|
||||
.Fn times "struct tms *tp"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
@ -117,7 +117,7 @@ If an error occurs,
|
||||
.Fn times
|
||||
returns the value
|
||||
.Pq (clock_t)\-1 ,
|
||||
and sets
|
||||
and sets
|
||||
.Va errno
|
||||
to indicate the error.
|
||||
.Sh ERRORS
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: tolower.3,v 1.5 1998/02/05 18:48:13 perry Exp $
|
||||
.\" $NetBSD: tolower.3,v 1.6 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -59,7 +59,7 @@ If the argument is an upper-case letter, the
|
||||
.Fn tolower
|
||||
function returns the corresponding lower-case letter if there is
|
||||
one; otherwise the argument is returned unchanged.
|
||||
.\" In the
|
||||
.\" In the
|
||||
.\" .Em ``C''
|
||||
.\" locale,
|
||||
.\" .Fn tolower
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: toupper.3,v 1.8 2001/04/02 18:27:13 wiz Exp $
|
||||
.\" $NetBSD: toupper.3,v 1.9 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -52,14 +52,14 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn toupper
|
||||
function converts a lower-case letter to the corresponding
|
||||
function converts a lower-case letter to the corresponding
|
||||
upper-case letter.
|
||||
.Sh RETURN VALUES
|
||||
If the argument is a lower-case letter, the
|
||||
.Fn toupper
|
||||
function returns the corresponding upper-case letter if there is
|
||||
one; otherwise the argument is returned unchanged.
|
||||
.\" In the
|
||||
.\" In the
|
||||
.\" .Em ``C''
|
||||
.\" locale,
|
||||
.\" .Fn toupper
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ttyname.3,v 1.8 1999/02/16 19:36:52 kleink Exp $
|
||||
.\" $NetBSD: ttyname.3,v 1.9 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -51,7 +51,7 @@
|
||||
.Fn isatty "int fd"
|
||||
.Fd #include <stdlib.h>
|
||||
.Ft int
|
||||
.Fn ttyslot
|
||||
.Fn ttyslot
|
||||
.Sh DESCRIPTION
|
||||
These functions operate on the system file descriptors for terminal
|
||||
type devices. These descriptors are not related to the standard
|
||||
@ -95,7 +95,7 @@ The
|
||||
function
|
||||
returns the null terminated name if the device is found and
|
||||
.Fn isatty
|
||||
is true; otherwise
|
||||
is true; otherwise
|
||||
a
|
||||
.Dv NULL
|
||||
pointer is returned and
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ualarm.3,v 1.12 1999/03/22 19:44:47 garbled Exp $
|
||||
.\" $NetBSD: ualarm.3,v 1.13 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -100,5 +100,5 @@ functions conforms to
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn ualarm
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.3 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: unvis.3,v 1.9 1998/04/28 20:11:36 fair Exp $
|
||||
.\" $NetBSD: unvis.3,v 1.10 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -111,7 +111,7 @@ They are:
|
||||
.Bl -tag -width UNVIS_VALIDPUSH
|
||||
.It Li \&0 (zero)
|
||||
Another character is necessary; nothing has been recognized yet.
|
||||
.It Dv UNVIS_VALID
|
||||
.It Dv UNVIS_VALID
|
||||
A valid character has been recognized and is available at the location
|
||||
pointed to by cp.
|
||||
.It Dv UNVIS_VALIDPUSH
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: usleep.3,v 1.11 2000/08/21 23:23:23 soren Exp $
|
||||
.\" $NetBSD: usleep.3,v 1.12 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -70,7 +70,7 @@ returns 0. Otherwhise, it returns -1 and sets errno to indicate the error.
|
||||
The
|
||||
.Fn usleep
|
||||
function may fail if:
|
||||
.Bl -tag -width Er
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EINVAL
|
||||
The
|
||||
.Fa microseconds
|
||||
@ -87,5 +87,5 @@ function conforms to
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn usleep
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 4.3 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: valloc.3,v 1.8 1999/03/22 19:44:48 garbled Exp $
|
||||
.\" $NetBSD: valloc.3,v 1.9 2001/09/16 02:30:25 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -71,7 +71,7 @@ a null pointer is returned
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn valloc
|
||||
function appeared in
|
||||
function appeared in
|
||||
.Bx 3.0 .
|
||||
.Sh BUGS
|
||||
A
|
||||
|
Loading…
Reference in New Issue
Block a user