/[pkgs]/rpms/man/devel/man-1.6f-dashes.patch
ViewVC logotype

Contents of /rpms/man/devel/man-1.6f-dashes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue Sep 2 06:42:27 2008 UTC (14 months, 2 weeks ago) by varekova
Branch: MAIN
CVS Tags: F-12-split, man-1_6f-18_fc12, man-1_6f-23_fc13, man-1_6f-22_fc12, man-1_6f-20_fc12, F-10-split, F-11-split, man-1_6f-15_fc11, man-1_6f-13_fc11, man-1_6f-17_fc11, man-1_6f-21_fc12, man-1_6f-19_fc12, man-1_6f-11_fc10, man-1_6f-10_fc10, man-1_6f-9_fc10, man-1_6f-16_fc11, man-1_6f-12_fc11, man-1_6f-14_fc11, HEAD
Changes since 1.1: +6 -5 lines
File MIME type: text/x-patch
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