summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/db/man/hcreate.316
-rw-r--r--lib/libc/db/man/recno.33
-rw-r--r--lib/libc/gen/fpgetmask.36
-rw-r--r--lib/libc/gen/sysctl.317
-rw-r--r--lib/libc/net/getrrsetbyname.35
-rw-r--r--lib/libc/ohash/ohash_interval.35
-rw-r--r--lib/libc/posix1e/posix1e.312
-rw-r--r--lib/libc/stdio/printf.35
-rw-r--r--lib/libc/sys/ioctl.25
-rw-r--r--lib/libc/time/strftime.35
10 files changed, 48 insertions, 31 deletions
diff --git a/lib/libc/db/man/hcreate.3 b/lib/libc/db/man/hcreate.3
index 3b26e926ae3..2afc1f9b211 100644
--- a/lib/libc/db/man/hcreate.3
+++ b/lib/libc/db/man/hcreate.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hcreate.3,v 1.2 2001/08/06 10:42:25 mpech Exp $
+.\" $OpenBSD: hcreate.3,v 1.3 2002/05/01 08:03:29 mpech Exp $
.\" $NetBSD: hcreate.3,v 1.2.4.1 2001/03/13 21:19:18 he Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -65,7 +65,8 @@ function allocates and initializes the table.
The
.Fa nel
argument specifies an estimate of the maximum number of entries to be held
-by the table. Unless further memory allocation fails, supplying an
+by the table.
+Unless further memory allocation fails, supplying an
insufficient
.Fa nel
value will not result in functional harm, although a performance degradation
@@ -85,8 +86,9 @@ the data can no longer be accessed.
.Pp
The
.Fn hsearch
-function is used to search to the hash table. It returns a pointer into the
-hash table indicating the address of an item. The
+function is used to search to the hash table.
+It returns a pointer into the hash table indicating the address of an item.
+The
.Fa item
argument is of type
.Dv ENTRY ,
@@ -121,7 +123,8 @@ and
.Fa data
elements of
.Fa item
-are used directly by the new table entry. The storage for the
+are used directly by the new table entry.
+The storage for the
key must not be modified during the lifetime of the hash table.
.It Dv FIND
Search the hash table without inserting
@@ -130,7 +133,8 @@ Search the hash table without inserting
.Sh RETURN VALUES
If successful, the
.Fn hcreate
-function returns a non-zero value. Otherwise, a value of 0 is returned and
+function returns a non-zero value.
+Otherwise, a value of 0 is returned and
.Va errno
is set to indicate the error.
.Pp
diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3
index 9f9f95db4f8..20af91bfc99 100644
--- a/lib/libc/db/man/recno.3
+++ b/lib/libc/db/man/recno.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recno.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
+.\" $OpenBSD: recno.3,v 1.12 2002/05/01 08:03:29 mpech Exp $
.\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -195,6 +195,7 @@ using the
interface to create a new record will cause the creation of multiple,
empty records if the record number is more than one greater than the
largest record currently in the database.
+.El
.Sh ERRORS
The
.Fa recno
diff --git a/lib/libc/gen/fpgetmask.3 b/lib/libc/gen/fpgetmask.3
index f136158b815..53cb643bf26 100644
--- a/lib/libc/gen/fpgetmask.3
+++ b/lib/libc/gen/fpgetmask.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fpgetmask.3,v 1.1 2002/02/16 05:17:51 pvalchev Exp $
+.\" $OpenBSD: fpgetmask.3,v 1.2 2002/05/01 08:03:29 mpech Exp $
.\" $NetBSD: fpgetmask.3,v 1.3 2001/09/16 02:57:03 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -102,8 +102,8 @@ function will cause future operations to use the specified dynamic mode.
.It Em Note :
On some architectures, instructions can optionally specify static
rounding modes and exception enables that will supersede the specified
-dynamic mode. On other architectures, these features may not be fully
-supported.
+dynamic mode.
+On other architectures, these features may not be fully supported.
.El
.Pp
The
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 5f77fd082ed..f73df5f3d90 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.85 2002/04/30 16:31:42 mpech Exp $
+.\" $OpenBSD: sysctl.3,v 1.86 2002/05/01 08:03:29 mpech Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -546,17 +546,20 @@ The third level name selects the System V style IPC facility.
.Pp
.Bl -tag -width "123456"
.It Li KERN_SYSVIPC_MSG_INFO
-Return information on the System V style message facility. The
+Return information on the System V style message facility.
+The
.Sy msg_sysctl_info
structure is defined in
.Aq Pa sys/msg.h .
.It Li KERN_SYSVIPC_SEM_INFO
-Return information on the System V style semaphore facility. The
+Return information on the System V style semaphore facility.
+The
.Sy sem_sysctl_info
structure is defined in
.Aq Pa sys/sem.h .
.It Li KERN_SYSVIPC_SHM_INFO
-Return information on the System V style shared memory facility. The
+Return information on the System V style shared memory facility.
+The
.Sy shm_sysctl_info
structure is defined in
.Aq Pa sys/shm.h .
@@ -917,7 +920,8 @@ Note that routers will never accept ICMP redirect packets,
and the variable is meaningful on IP hosts only.
.It Li icmp.redirtimeout
The variable specifies lifetime of routing entries generated by incoming
-ICMP redirect. The default timeout is 10 minutes.
+ICMP redirect.
+The default timeout is 10 minutes.
.It Li tcp.rfc1323
Returns 1 if RFC1323 extensions to
.Tn TCP
@@ -1080,7 +1084,8 @@ and
for more details.
.It Li ip6.log_interval
This variable permits adjusting the amount of logs generated by the
-IPv6 packet forwarding engine. The value indicates the number of
+IPv6 packet forwarding engine.
+The value indicates the number of
seconds of interval which must elapse between log output.
.It Li ip6.hdrnestlimit
The number of IPv6 extension headers permitted on incoming IPv6 packets.
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3
index 25bb539f71b..710a5624c87 100644
--- a/lib/libc/net/getrrsetbyname.3
+++ b/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrrsetbyname.3,v 1.5 2002/04/30 16:31:42 mpech Exp $
+.\" $OpenBSD: getrrsetbyname.3,v 1.6 2002/05/01 08:03:29 mpech Exp $
.\"
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
@@ -67,7 +67,8 @@ and
are in uncompressed DNS wire format.
Properties of the rdataset are represented in the
.Li rri_flags
-bitfield. If the
+bitfield.
+If the
.Dv RRSET_VALIDATED
bit is set, the data has been DNSSEC
validated and the signatures verified.
diff --git a/lib/libc/ohash/ohash_interval.3 b/lib/libc/ohash/ohash_interval.3
index b58ae732dcd..f181ed5fba4 100644
--- a/lib/libc/ohash/ohash_interval.3
+++ b/lib/libc/ohash/ohash_interval.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ohash_interval.3,v 1.3 2001/09/24 12:19:24 espie Exp $
+.\" $OpenBSD: ohash_interval.3,v 1.4 2002/05/01 08:03:29 mpech Exp $
.\"
.\" Copyright (c) 2001 Marc Espie.
.\"
@@ -48,7 +48,8 @@
.Fn ohash_qlookup "struct ohash *h" "const char *start"
.Sh DESCRIPTION
These functions are commonly used to simplify open hashing usage, and use
-similar conventions. They operate indifferently on null-terminated strings
+similar conventions.
+They operate indifferently on null-terminated strings
.Po
by setting
.Fa *pend
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3
index a15d887b5df..de88b5a26de 100644
--- a/lib/libc/posix1e/posix1e.3
+++ b/lib/libc/posix1e/posix1e.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix1e.3,v 1.4 2002/04/30 16:31:42 mpech Exp $
+.\" $OpenBSD: posix1e.3,v 1.5 2002/05/01 08:03:29 mpech Exp $
.\"
.\" Copyright (c) 2000 Robert N. M. Watson
.\" All rights reserved.
@@ -34,8 +34,8 @@
.Nd introduction to the POSIX.1e security API
.Sh DESCRIPTION
The IEEE POSIX.1e specification never left draft form, but the interfaces
-it describes are now widely used despite inherent limitations. Currently,
-only a few of the interfaces and features are implemented in
+it describes are now widely used despite inherent limitations.
+Currently, only a few of the interfaces and features are implemented in
.Ox ,
although efforts are underway to complete the integration at this time.
.Pp
@@ -54,14 +54,16 @@ development at this time.
POSIX.1e assigns security labels to all objects, extending the security
functionality described in POSIX.1. These additional labels provide
fine-grained discretionary access control, fine-grained capabilities,
-and labels necessary for mandatory access control. POSIX.2c describes
+and labels necessary for mandatory access control.
+POSIX.2c describes
a set of userland utilities for manipulating these labels.
.Sh SEE ALSO
.Xr extattr 9
.Sh STANDARDS
POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion
of the draft continues on the cross-platform POSIX.1e implementation
-mailing list. To join this list, see the
+mailing list.
+To join this list, see the
.Ox
POSIX.1e implementation
page for more information.
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index fb34315e99d..eb2e5977f0b 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.36 2001/09/06 04:40:55 millert Exp $
+.\" $OpenBSD: printf.3,v 1.37 2002/05/01 08:03:29 mpech Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -387,7 +387,8 @@ argument, or that a following
.Cm n
conversion corresponds to a pointer to a
.Li quad int
-argument. The use of
+argument.
+The use of
.Cm q
has been depreciated as conversion character.
.It
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2
index 8aa51ae9261..4a0d402f990 100644
--- a/lib/libc/sys/ioctl.2
+++ b/lib/libc/sys/ioctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ioctl.2,v 1.11 2001/07/30 01:12:43 deraadt Exp $
+.\" $OpenBSD: ioctl.2,v 1.12 2002/05/01 08:03:29 mpech Exp $
.\" $NetBSD: ioctl.2,v 1.5 1995/02/27 12:33:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -56,7 +56,8 @@ requests.
.Pp
The argument
.Fa d
-must be an open file descriptor. The third argument is called
+must be an open file descriptor.
+The third argument is called
.Fa arg
and contains additional information needed by this device
to perform the requested function.
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3
index 3537f491705..683295c2986 100644
--- a/lib/libc/time/strftime.3
+++ b/lib/libc/time/strftime.3
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $OpenBSD: strftime.3,v 1.13 2001/07/15 20:13:45 nate Exp $
+.\" $OpenBSD: strftime.3,v 1.14 2002/05/01 08:03:30 mpech Exp $
.\"
.Dd January 18, 1998
.Dt STRFTIME 3
@@ -137,7 +137,8 @@ is replaced by the time in the format
is replaced by the locale's representation of 12-hour clock time
using AM/PM notation.
.It Cm \&%S
-is replaced by the second as a decimal number (00-61). The range of
+is replaced by the second as a decimal number (00-61).
+The range of
seconds is (00-61) instead of (00-59) to allow for the periodic occurance
of leap seconds and double leap seconds.
.It Cm %s