From 892a7bb812461bcc87e204fc070f0c32b02f9e67 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 12 May 1999 13:26:46 +0000 Subject: 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 --- lib/libcompat/regexp/regexp.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libcompat/regexp/regexp.3') 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 -- cgit v1.2.3-59-g8ed1b