diff options
author | 1999-05-12 13:26:46 +0000 | |
---|---|---|
committer | 1999-05-12 13:26:46 +0000 | |
commit | 892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch) | |
tree | a34d7acad0c105c0435069758dbb89390647eef6 /lib/libcompat/regexp/regexp.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 'lib/libcompat/regexp/regexp.3')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |