Grammar and mdoc fixes from jmc@openbsd.
This commit is contained in:
parent
dcc13ddb7d
commit
38107bb637
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: glob.3,v 1.25 2003/04/16 13:34:37 wiz Exp $
|
.\" $NetBSD: glob.3,v 1.26 2003/05/01 13:58:03 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1989, 1991, 1993, 1994
|
.\" Copyright (c) 1989, 1991, 1993, 1994
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -186,7 +186,7 @@ does not match any pathname, then
|
|||||||
returns a list
|
returns a list
|
||||||
consisting of only
|
consisting of only
|
||||||
.Fa pattern ,
|
.Fa pattern ,
|
||||||
with the number of total pathnames is set to 1, and the number of matched
|
with the number of total pathnames set to 1, and the number of matched
|
||||||
pathnames set to 0.
|
pathnames set to 0.
|
||||||
.It Dv GLOB_NOSORT
|
.It Dv GLOB_NOSORT
|
||||||
By default, the pathnames are sorted in ascending
|
By default, the pathnames are sorted in ascending
|
||||||
@ -258,7 +258,7 @@ Expand patterns that start with
|
|||||||
to user name home directories.
|
to user name home directories.
|
||||||
.It Dv GLOB_LIMIT
|
.It Dv GLOB_LIMIT
|
||||||
Limit the amount of memory used by matches to
|
Limit the amount of memory used by matches to
|
||||||
.Li ARG_MAX
|
.Li ARG_MAX .
|
||||||
This option should be set for programs that can be coerced to a denial of
|
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,
|
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: initgroups.3,v 1.13 2003/04/16 13:34:37 wiz Exp $
|
.\" $NetBSD: initgroups.3,v 1.14 2003/05/01 13:58:03 wiz 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.
|
||||||
@ -54,7 +54,7 @@ uses the
|
|||||||
function to calculate the supplementary group IDs for the user
|
function to calculate the supplementary group IDs for the user
|
||||||
specified in
|
specified in
|
||||||
.Fa name .
|
.Fa name .
|
||||||
This group list then set up for the current process using
|
This group list is then set up for the current process using
|
||||||
.Xr setgroups 2 .
|
.Xr setgroups 2 .
|
||||||
The
|
The
|
||||||
.Fa basegid
|
.Fa basegid
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: setjmp.3,v 1.13 2003/04/16 13:34:38 wiz Exp $
|
.\" $NetBSD: setjmp.3,v 1.14 2003/05/01 13:58:03 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1990, 1991, 1993
|
.\" Copyright (c) 1990, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -168,10 +168,10 @@ are corrupted, or correspond to an environment that has already returned,
|
|||||||
the
|
the
|
||||||
.Fn longjmp
|
.Fn longjmp
|
||||||
routine calls the routine
|
routine calls the routine
|
||||||
.Fn longjmperror 3 .
|
.Xr longjmperror 3 .
|
||||||
If
|
If
|
||||||
.Fn longjmperror
|
.Fn longjmperror
|
||||||
returns the program is aborted (see
|
returns, the program is aborted (see
|
||||||
.Xr abort 3 ) .
|
.Xr abort 3 ) .
|
||||||
The default version of
|
The default version of
|
||||||
.Fn longjmperror
|
.Fn longjmperror
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: sysconf.3,v 1.24 2003/04/16 13:34:39 wiz Exp $
|
.\" $NetBSD: sysconf.3,v 1.25 2003/05/01 13:58:03 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993
|
.\" Copyright (c) 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -59,7 +59,7 @@ The
|
|||||||
.Fa name
|
.Fa name
|
||||||
argument specifies the system variable to be queried.
|
argument specifies the system variable to be queried.
|
||||||
Symbolic constants for each name value are found in the include file
|
Symbolic constants for each name value are found in the include file
|
||||||
.Li \*[Lt]unistd.h\*[Gt] .
|
.Aq Pa unistd.h .
|
||||||
.Pp
|
.Pp
|
||||||
The available values are as follows:
|
The available values are as follows:
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: syslog.3,v 1.15 2003/04/16 13:34:39 wiz Exp $
|
.\" $NetBSD: syslog.3,v 1.16 2003/05/01 13:58:03 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1985, 1991, 1993
|
.\" Copyright (c) 1985, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -239,7 +239,7 @@ is calculated by the macro
|
|||||||
the mask for all priorities up to and including
|
the mask for all priorities up to and including
|
||||||
.Fa toppri
|
.Fa toppri
|
||||||
is given by the macro
|
is given by the macro
|
||||||
.Fn LOG_UPTO toppri ; .
|
.Fn LOG_UPTO toppri .
|
||||||
The default allows all priorities to be logged.
|
The default allows all priorities to be logged.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
The routines
|
The routines
|
||||||
|
Loading…
Reference in New Issue
Block a user