diff options
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.1/vlimit.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcompat/4.1/vlimit.3 b/lib/libcompat/4.1/vlimit.3 index 86e7780013b..c88fef25891 100644 --- a/lib/libcompat/4.1/vlimit.3 +++ b/lib/libcompat/4.1/vlimit.3 @@ -74,7 +74,7 @@ the maximum growth of the data+stack region via beyond the end of the program text .It Dv LIM_STACK the maximum -size of the automatically-extended stack region +size of the automatically extended stack region .It Dv LIM_CORE the size of the largest core dump that will be created. .It Dv LIM_MAXRSS 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 |