diff options
author | 1999-05-12 13:26:46 +0000 | |
---|---|---|
committer | 1999-05-12 13:26:46 +0000 | |
commit | 892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch) | |
tree | a34d7acad0c105c0435069758dbb89390647eef6 /usr.sbin/httpd/src/regex/regex.3 | |
parent | efault -> default; steve@tightrope.demon.co.uk (diff) | |
download | wireguard-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 'usr.sbin/httpd/src/regex/regex.3')
-rw-r--r-- | usr.sbin/httpd/src/regex/regex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/regex/regex.3 b/usr.sbin/httpd/src/regex/regex.3 index 100c8a7f71c..6d4f9b89b8d 100644 --- a/usr.sbin/httpd/src/regex/regex.3 +++ b/usr.sbin/httpd/src/regex/regex.3 @@ -36,7 +36,7 @@ matches that internal form against a string and reports results, transforms error codes from either into human-readable messages, and .I 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 @@ -353,7 +353,7 @@ caution in software intended to be portable to other systems. Be warned also that they are considered experimental and changes are possible. .PP .I Regfree -frees any dynamically-allocated storage associated with the compiled RE +frees any dynamically allocated storage associated with the compiled RE pointed to by .IR preg . The remaining |