Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Grammar and mdoc fixes from jmc@openbsd.
details: https://anonhg.NetBSD.org/src/rev/f9f90db62975
branches: trunk
changeset: 546555:f9f90db62975
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 01 13:58:03 2003 +0000
description:
Grammar and mdoc fixes from jmc@openbsd.
diffstat:
lib/libc/gen/glob.3 | 6 +++---
lib/libc/gen/initgroups.3 | 4 ++--
lib/libc/gen/setjmp.3 | 6 +++---
lib/libc/gen/sysconf.3 | 4 ++--
lib/libc/gen/syslog.3 | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diffs (103 lines):
diff -r 09f13cf4df56 -r f9f90db62975 lib/libc/gen/glob.3
--- a/lib/libc/gen/glob.3 Thu May 01 13:50:58 2003 +0000
+++ b/lib/libc/gen/glob.3 Thu May 01 13:58:03 2003 +0000
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -186,7 +186,7 @@
returns a list
consisting of only
.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.
.It Dv GLOB_NOSORT
By default, the pathnames are sorted in ascending
@@ -258,7 +258,7 @@
to user name home directories.
.It Dv GLOB_LIMIT
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
service attack via patterns that expand to a very large number of matches,
such as a long string of
diff -r 09f13cf4df56 -r f9f90db62975 lib/libc/gen/initgroups.3
--- a/lib/libc/gen/initgroups.3 Thu May 01 13:50:58 2003 +0000
+++ b/lib/libc/gen/initgroups.3 Thu May 01 13:58:03 2003 +0000
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -54,7 +54,7 @@
function to calculate the supplementary group IDs for the user
specified in
.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 .
The
.Fa basegid
diff -r 09f13cf4df56 -r f9f90db62975 lib/libc/gen/setjmp.3
--- a/lib/libc/gen/setjmp.3 Thu May 01 13:50:58 2003 +0000
+++ b/lib/libc/gen/setjmp.3 Thu May 01 13:58:03 2003 +0000
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -168,10 +168,10 @@
the
.Fn longjmp
routine calls the routine
-.Fn longjmperror 3 .
+.Xr longjmperror 3 .
If
.Fn longjmperror
-returns the program is aborted (see
+returns, the program is aborted (see
.Xr abort 3 ) .
The default version of
.Fn longjmperror
diff -r 09f13cf4df56 -r f9f90db62975 lib/libc/gen/sysconf.3
--- a/lib/libc/gen/sysconf.3 Thu May 01 13:50:58 2003 +0000
+++ b/lib/libc/gen/sysconf.3 Thu May 01 13:58:03 2003 +0000
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -59,7 +59,7 @@
.Fa name
argument specifies the system variable to be queried.
Symbolic constants for each name value are found in the include file
-.Li \*[Lt]unistd.h\*[Gt] .
+.Aq Pa unistd.h .
.Pp
The available values are as follows:
.Pp
diff -r 09f13cf4df56 -r f9f90db62975 lib/libc/gen/syslog.3
--- a/lib/libc/gen/syslog.3 Thu May 01 13:50:58 2003 +0000
+++ b/lib/libc/gen/syslog.3 Thu May 01 13:58:03 2003 +0000
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -239,7 +239,7 @@
the mask for all priorities up to and including
.Fa toppri
is given by the macro
-.Fn LOG_UPTO toppri ; .
+.Fn LOG_UPTO toppri .
The default allows all priorities to be logged.
.Sh RETURN VALUES
The routines
Home |
Main Index |
Thread Index |
Old Index