diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
commit | 41434dbdbf3099a023505b5b3915bf4d9b778ee1 (patch) | |
tree | 1ca936fb3301ad4347fcc3a38fd2c83e87a15817 /lib/libcompat/4.3/re_comp.3 | |
parent | 04e9f1abe6384e852ca0207d882814dab9237dd4 (diff) |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libcompat/4.3/re_comp.3')
-rw-r--r-- | lib/libcompat/4.3/re_comp.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3 index 10f2bb42906..c1489580137 100644 --- a/lib/libcompat/4.3/re_comp.3 +++ b/lib/libcompat/4.3/re_comp.3 @@ -67,7 +67,8 @@ function returns 0 if the string .Fa s was compiled successfully; otherwise a string containing an -error message is returned. If +error message is returned. +If .Fn re_comp is passed 0 or a null string, it returns without changing the currently compiled regular expression. |