]> git.wh0rd.org - patches.git/blame - sed-help2man-locales.patch
scummvm random work
[patches.git] / sed-help2man-locales.patch
CommitLineData
5e993f12 1Index: build-aux/help2man
2===================================================================
3RCS file: /sources/sed/sed/build-aux/help2man,v
4retrieving revision 1.1
5diff -u -p -r1.1 help2man
6--- build-aux/help2man 27 Sep 2006 12:28:23 -0000 1.1
7+++ build-aux/help2man 26 Sep 2007 06:55:16 -0000
8@@ -353,7 +353,7 @@ while (length)
9 s/(.)\n(Copyright |This +is +free +software)/$1\n.br\n$2/g;
10
11 # Join hyphenated lines.
12- s/([A-Za-z])-\n */$1/g;
13+ s/([[:alpha:]])-\n */$1/g;
14 }
15
16 $include{$sect} .= $copy;