Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/groff/files: groff-1.19.2-man-unicode-dashes.patch
Date: Sun, 24 Feb 2008 18:59:36
Message-Id: E1JTM4U-0007TU-23@stork.gentoo.org
1 vapier 08/02/24 18:59:34
2
3 Added: groff-1.19.2-man-unicode-dashes.patch
4 Log:
5 Make sure we forces dashes in unicode to the traditional "-" so that users dont get confused by the pretty looking versions #121502.
6 (Portage version: 2.2_pre2)
7
8 Revision Changes Path
9 1.1 sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch?rev=1.1&content-type=text/plain
13
14 Index: groff-1.19.2-man-unicode-dashes.patch
15 ===================================================================
16 format dashes as dashes so as to not confuse people
17
18 http://bugs.gentoo.org/16108
19 http://bugs.gentoo.org/17580
20 http://bugs.gentoo.org/121502
21
22 --- tmac/man.local
23 +++ tmac/man.local
24 @@ -1,2 +1,6 @@
25 .\" This file is loaded after an-old.tmac.
26 .\" Put any local modifications to an-old.tmac here.
27 +.if '\*[.T]'utf8' \{\
28 +. char \- \N'45'
29 +. char - \N'45'
30 +.\}
31 --- tmac/mdoc.local
32 +++ tmac/mdoc.local
33 @@ -1,2 +1,6 @@
34 .\" This file is loaded after doc.tmac.
35 .\" Put any local modifications to doc.tmac here.
36 +.if '\*[.T]'utf8' \{\
37 +. char \- \N'45'
38 +. char - \N'45'
39 +.\}
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list