diff options
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 |