Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47552
Collapse All | Expand All

(-)/usr/sbin/makewhatis (-1 / +1 lines)
Lines 274-280 Link Here
274
		    if (!after && $0 ~ progname"-") {  # Fix old cat pages
274
		    if (!after && $0 ~ progname"-") {  # Fix old cat pages
275
			sub(progname"-", progname" - ");
275
			sub(progname"-", progname" - ");
276
		    }
276
		    }
277
		    if ($0 ~ /[^ ]-$/) {
277
		    if (($0 ~ /[^ ]-$/) && ($0 !~ /\\\-$/)) {
278
		      sub(/-$/, "");	  # Handle Hyphenations
278
		      sub(/-$/, "");	  # Handle Hyphenations
279
		      nextjoin = 1;
279
		      nextjoin = 1;
280
		    } else if ($0 ~ /\\c$/) {
280
		    } else if ($0 ~ /\\c$/) {

Return to bug 47552