summaryrefslogtreecommitdiffstats
path: root/lib/libform
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-12 13:26:46 +0000
committeraaron <aaron@openbsd.org>1999-05-12 13:26:46 +0000
commit892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch)
treea34d7acad0c105c0435069758dbb89390647eef6 /lib/libform
parentefault -> default; steve@tightrope.demon.co.uk (diff)
downloadwireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.tar.xz
wireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.zip
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/libform')
-rw-r--r--lib/libform/form_field_opts.34
-rw-r--r--lib/libform/form_opts.34
2 files changed, 4 insertions, 4 deletions
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.