summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
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/libc/regex
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/libc/regex')
-rw-r--r--lib/libc/regex/regex.36
1 files changed, 3 insertions, 3 deletions
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