summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/resolver.36
-rw-r--r--lib/libc/regex/regex.36
-rw-r--r--lib/libc/stdio/funopen.34
-rw-r--r--lib/libc/stdio/printf.34
-rw-r--r--lib/libc/stdio/setbuf.34
-rw-r--r--lib/libc/stdio/stdio.34
-rw-r--r--lib/libc/sys/_exit.24
-rw-r--r--lib/libc/sys/mlock.24
-rw-r--r--lib/libc/sys/ptrace.24
9 files changed, 20 insertions, 20 deletions
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index 389906d8a30..6545132d500 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolver.3,v 1.6 1999/02/27 21:55:34 deraadt Exp $
+.\" $OpenBSD: resolver.3,v 1.7 1999/05/12 13:26:47 aaron Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -212,7 +212,7 @@ The query requests information of the specified
.Fa type
and
.Fa class
-for the specified fully-qualified domain name
+for the specified fully qualified domain name
.Fa dname .
The reply message is left in the
.Fa answer
@@ -281,7 +281,7 @@ is given by
The compression uses
an array of pointers
.Fa dnptrs
-to previously-compressed names in the current message.
+to previously compressed names in the current message.
The first pointer points
to the beginning of the message and the list ends with
.Dv NULL .
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index ede04ac696e..254b55ff66f 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: regex.3,v 1.6 1999/02/27 21:55:37 deraadt Exp $
+.\" $OpenBSD: regex.3,v 1.7 1999/05/12 13:26:47 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -80,7 +80,7 @@ matches that internal form against a string and reports results,
.Fn regerror
transforms error codes from either into human-readable messages, and
.Fn regfree
-frees any dynamically-allocated storage used by the internal form
+frees any dynamically allocated storage used by the internal form
of an RE.
.Pp
The header
@@ -401,7 +401,7 @@ caution in software intended to be portable to other systems.
Be warned also that they are considered experimental and changes are possible.
.Pp
.Fn regfree
-frees any dynamically-allocated storage associated with the compiled RE
+frees any dynamically allocated storage associated with the compiled RE
pointed to by
.Fa preg .
The remaining
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index 4c4278c92db..268f415e939 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: funopen.3,v 1.6 1998/06/15 17:54:50 mickey Exp $
+.\" $OpenBSD: funopen.3,v 1.7 1999/05/12 13:26:47 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -60,7 +60,7 @@ Either
or
.Fa writefn
must be specified;
-the others can be given as an appropriately-typed
+the others can be given as an appropriately typed
.Dv NULL
pointer.
These
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index f2b8b9ff547..49c906125f0 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.15 1999/03/01 20:41:56 deraadt Exp $
+.\" $OpenBSD: printf.3,v 1.16 1999/05/12 13:26:48 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -682,6 +682,6 @@ interface is not portable.
.Pp
There is no way for printf to know the size of each argument passed. If
you use positional arguments you must ensure that all parameters, up to the
-last positionally-specified parameter, are used in the format string. This
+last positionally specified parameter, are used in the format string. This
allows for the format string to be parsed for this information. Failure
to do this will mean your code is non-portable and liable to fail.
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index f6b235aceaa..513406c13f5 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setbuf.3,v 1.4 1999/02/24 08:22:31 deraadt Exp $
+.\" $OpenBSD: setbuf.3,v 1.5 1999/05/12 13:26:48 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@ When the first
operation occurs on a file,
.Xr malloc 3
is called,
-and an optimally-sized buffer is obtained.
+and an optimally sized buffer is obtained.
If a stream refers to a terminal
(as
.Em stdout
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 687a62ab659..3c33fe14ae0 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.6 1999/05/10 17:56:29 aaron Exp $
+.\" $OpenBSD: stdio.3,v 1.7 1999/05/12 13:26:48 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -134,7 +134,7 @@ device, as determined by the
function.
In fact,
.Em all
-freshly-opened streams that refer to terminal devices
+freshly opened streams that refer to terminal devices
default to line buffering, and
pending output to such streams is written automatically
whenever such an input stream is read.
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2
index 0f695e1bf76..5e188e786af 100644
--- a/lib/libc/sys/_exit.2
+++ b/lib/libc/sys/_exit.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: _exit.2,v 1.3 1998/07/06 18:27:00 deraadt Exp $
+.\" $OpenBSD: _exit.2,v 1.4 1999/05/12 13:26:48 aaron Exp $
.\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -84,7 +84,7 @@ the
.Dv SIGHUP
signal and the
.Dv SIGCONT
-signal are sent to all members of the newly-orphaned process group.
+signal are sent to all members of the newly orphaned process group.
.It
If the process is a controlling process (see
.Xr intro 2 ) ,
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index b60b1d50d9e..cf91232275e 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mlock.2,v 1.6 1999/02/27 21:56:32 deraadt Exp $
+.\" $OpenBSD: mlock.2,v 1.7 1999/05/12 13:26:48 aaron Exp $
.\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -82,7 +82,7 @@ The physical pages remain in memory until all locked mappings for the pages
are removed.
Multiple processes may have the same physical pages locked via their own
virtual address mappings.
-A single process may likewise have pages multiply-locked via different virtual
+A single process may likewise have pages multiply locked via different virtual
mappings of the same pages or via nested
.Nm mlock
calls on the same address range.
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 2596924be74..fbe4d2d351b 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ptrace.2,v 1.4 1999/02/01 08:13:01 d Exp $
+.\" $OpenBSD: ptrace.2,v 1.5 1999/05/12 13:26:48 aaron Exp $
.\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $
.\"
.\" This file is in the public domain.
@@ -155,7 +155,7 @@ arguments are ignored. This request requires that the target process
must have the same real UID as the tracing process, and that it must
not be executing a setuid or setgid executable. (If the tracing
process is running as root, these restrictions do not apply.) The
-tracing process will see the newly-traced process stop and may then
+tracing process will see the newly traced process stop and may then
control it as if it had been traced all along.
.It Dv PT_DETACH
This request is like PT_CONTINUE, except that it does not allow