Bug#230750: dpkg: Minor error in german man page of md5sum
On Mon, Feb 02, 2004 at 10:24:28AM +0100, Helge Kreutzmann wrote:
> There is a minor error in the german version:
> Der verwandte MD4-Pr?fsummen-Algorithmus wurde im Oktober 1995 gek-
> nackt. MD5 sieht nicht mehr so sicher aus wie fr?her.
>
> The word bracking has to go "ge-knackt" and not "gek-nackt".
This hyphenation is done by groff, not by the man page itself. groff
doesn't currently have hyphenation patterns for German, so you have to
trust to luck somewhat.
However, the hyphenation can be manipulated in the md5sum.1 translation
itself. You can either write the word as:
ge\%knackt
Or, alternatively, you can put this request near the start of the
document to fix the hyphenation of all instances of that word:
.hw ge-knackt
See the "Manipulating Hyphenation" node in 'info groff' for more
information.
Cheers,
--
Colin Watson [cjwatson@flatline.org.uk]
Reply to: