summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-12 13:26:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-12 13:26:54 +0000
commit2f0ae5298a5c0f026d9fcf8a395ca3bf9b702046 (patch)
tree29b9f7cdf0c99c9e0775a5cace052906d0f60378 /lib
parent751a8779a00a4ebc981ea786d9fea9e8f0517d8b (diff)
grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
Diffstat (limited to 'lib')
-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
-rw-r--r--lib/libcompat/4.1/vlimit.32
-rw-r--r--lib/libcompat/regexp/regexp.34
-rw-r--r--lib/libform/form_field_opts.34
-rw-r--r--lib/libform/form_opts.34
-rw-r--r--lib/libmenu/menu_opts.34
-rw-r--r--lib/libmenu/mitem_opts.34
15 files changed, 31 insertions, 31 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
diff --git a/lib/libcompat/4.1/vlimit.3 b/lib/libcompat/4.1/vlimit.3
index 86e7780013b..c88fef25891 100644
--- a/lib/libcompat/4.1/vlimit.3
+++ b/lib/libcompat/4.1/vlimit.3
@@ -74,7 +74,7 @@ the maximum growth of the data+stack region via
beyond the end of the program text
.It Dv LIM_STACK
the maximum
-size of the automatically-extended stack region
+size of the automatically extended stack region
.It Dv LIM_CORE
the size of the largest core dump that will be created.
.It Dv LIM_MAXRSS
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3
index c9089e43a9d..97b6712cb2f 100644
--- a/lib/libcompat/regexp/regexp.3
+++ b/lib/libcompat/regexp/regexp.3
@@ -279,7 +279,7 @@ for a failure
.Pf ( Fn regerror
permitting),
where failures are syntax errors, exceeding implementation limits,
-or applying `+' or `*' to a possibly-null operand.
+or applying `+' or `*' to a possibly NULL operand.
.Sh SEE ALSO
.Xr ed 1 ,
.Xr ex 1 ,
@@ -305,7 +305,7 @@ but are not derived from Bell code.
Empty branches and empty regular expressions are not portable to V8.
.Pp
The restriction against
-applying `*' or `+' to a possibly-null operand is an artifact of the
+applying `*' or `+' to a possibly NULL operand is an artifact of the
simplistic implementation.
.Pp
Does not support
diff --git a/lib/libform/form_field_opts.3 b/lib/libform/form_field_opts.3
index d8f93f6a1b9..87baa239a81 100644
--- a/lib/libform/form_field_opts.3
+++ b/lib/libform/form_field_opts.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_opts.3,v 1.7 1999/01/22 03:30:53 millert Exp $
+.\" $OpenBSD: form_field_opts.3,v 1.8 1999/05/12 13:26:48 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -46,7 +46,7 @@ OPTIONS field_opts(const FIELD *field);
.br
.SH DESCRIPTION
The function \fBset_field_opts\fR sets all the given field's option bits (field
-option bits may be logically-OR'ed together).
+option bits may be logically OR'ed together).
The function \fBfield_opts_on\fR turns on the given option bits, and leaves
others alone.
diff --git a/lib/libform/form_opts.3 b/lib/libform/form_opts.3
index ef2e366b4f6..36906fe181d 100644
--- a/lib/libform/form_opts.3
+++ b/lib/libform/form_opts.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_opts.3,v 1.7 1999/01/22 03:30:54 millert Exp $
+.\" $OpenBSD: form_opts.3,v 1.8 1999/05/12 13:26:49 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -46,7 +46,7 @@ OPTIONS form_opts(const FORM *form);
.br
.SH DESCRIPTION
The function \fBset_form_opts\fR sets all the given form's option bits (form
-option bits may be logically-OR'ed together).
+option bits may be logically OR'ed together).
The function \fBform_opts_on\fR turns on the given option bits, and leaves
others alone.
diff --git a/lib/libmenu/menu_opts.3 b/lib/libmenu/menu_opts.3
index 3e6f1c48a35..c9eecc8f1be 100644
--- a/lib/libmenu/menu_opts.3
+++ b/lib/libmenu/menu_opts.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: menu_opts.3,v 1.6 1999/01/22 03:45:07 millert Exp $
+.\" $OpenBSD: menu_opts.3,v 1.7 1999/05/12 13:26:49 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -46,7 +46,7 @@ OPTIONS menu_opts(const MENU *menu);
.br
.SH DESCRIPTION
The function \fBset_menu_opts\fR sets all the given menu's option bits (menu
-option bits may be logically-OR'ed together).
+option bits may be logically OR'ed together).
The function \fBmenu_opts_on\fR turns on the given option bits, and leaves
others alone.
diff --git a/lib/libmenu/mitem_opts.3 b/lib/libmenu/mitem_opts.3
index 368d181f9cf..714937a0ea7 100644
--- a/lib/libmenu/mitem_opts.3
+++ b/lib/libmenu/mitem_opts.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: mitem_opts.3,v 1.4 1999/01/22 03:45:07 millert Exp $
+.\" $OpenBSD: mitem_opts.3,v 1.5 1999/05/12 13:26:49 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -46,7 +46,7 @@ OPTIONS item_opts(const ITEM *item);
.br
.SH DESCRIPTION
The function \fBset_item_opts\fR sets all the given item's option bits (menu
-option bits may be logically-OR'ed together).
+option bits may be logically OR'ed together).
The function \fBitem_opts_on\fR turns on the given option bits, and leaves
others alone.