Magellan Linux

Annotation of /trunk/groff/patches/groff-1.19.2-man-unicode-dashes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 534 - (hide annotations) (download)
Tue Mar 25 13:41:03 2008 UTC (16 years, 2 months ago) by niro
File size: 574 byte(s)
-new unicode fixups

1 niro 534 format dashes as dashes so as to not confuse people
2    
3     http://bugs.gentoo.org/16108
4     http://bugs.gentoo.org/17580
5     http://bugs.gentoo.org/121502
6    
7     --- tmac/man.local
8     +++ tmac/man.local
9     @@ -1,2 +1,6 @@
10     .\" This file is loaded after an-old.tmac.
11     .\" Put any local modifications to an-old.tmac here.
12     +.if '\*[.T]'utf8' \{\
13     +. char \- \N'45'
14     +. char - \N'45'
15     +.\}
16     --- tmac/mdoc.local
17     +++ tmac/mdoc.local
18     @@ -1,2 +1,6 @@
19     .\" This file is loaded after doc.tmac.
20     .\" Put any local modifications to doc.tmac here.
21     +.if '\*[.T]'utf8' \{\
22     +. char \- \N'45'
23     +. char - \N'45'
24     +.\}