aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat/4.3/re_comp.3
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
commitc6ff3a1bf74d96278726113478b2c66884aab584 (patch)
tree6fdc69d4aab26ec98c8573dbb7c07e9edbb0900a /lib/libcompat/4.3/re_comp.3
parent55609eba05d32edc56e3f69740099d4d9b095cef (diff)
downloadsrc-c6ff3a1bf74d96278726113478b2c66884aab584.tar.gz
src-c6ff3a1bf74d96278726113478b2c66884aab584.zip
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Notes
Notes: svn path=/head/; revision=57686
Diffstat (limited to 'lib/libcompat/4.3/re_comp.3')
-rw-r--r--lib/libcompat/4.3/re_comp.33
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 34cd19deab07..322413f99599 100644
--- a/lib/libcompat/4.3/re_comp.3
+++ b/lib/libcompat/4.3/re_comp.3
@@ -66,7 +66,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.