Parent Directory
|
Revision Log
update patches
| 1 | diff -up man-1.6f/src/makewhatis.sh.dash man-1.6f/src/makewhatis.sh |
| 2 | --- man-1.6f/src/makewhatis.sh.dash 2008-09-01 17:37:13.000000000 +0200 |
| 3 | +++ man-1.6f/src/makewhatis.sh 2008-09-01 17:37:13.000000000 +0200 |
| 4 | @@ -415,7 +415,7 @@ do |
| 5 | sub(/ $/, "", x); # Kill trailing spaces (again) |
| 6 | sub(/\.$/, "", x); # Kill trailing period |
| 7 | |
| 8 | - if (!match(x, / - /)) |
| 9 | + if (!match(x, / --? /)) |
| 10 | return; |
| 11 | |
| 12 | after_dash = substr(x, RSTART); |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |