diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
commit | b3ede3ba86748e4de8ce13bd3a82cd3fc08d205a (patch) | |
tree | cb73e5097f77ad8256469528fecb4358412745ba /lib/libcompat/regexp | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index d57716e2230..c9089e43a9d 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -267,7 +267,7 @@ Note that if is tried against `xabyabbbz', it will match `ab' just after `x', due to the begins-earliest rule. (In effect, the decision on where to start the match is the first choice -to be made, hence subsequent choices must respect it even if this leads them +to be made; hence subsequent choices must respect it even if this leads them to less-preferred alternatives.) .Sh RETURN VALUES The |