Gentoo Archives: gentoo-alt

From: Mathias Laurin <mathias.laurin@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [OSX] man.conf, add -c option to NROFF
Date: Sun, 20 Jul 2008 03:16:52
Message-Id: b8eadae30807192016v1e5d6011nd0cbe9c2019d9c30@mail.gmail.com
In Reply to: Re: [gentoo-alt] [OSX] man.conf, add -c option to NROFF by Fabian Groffen
1 Yes exactly, I should have checked bugzie before posting...
2
3 Cheers,
4 Mathias
5
6 On Wed, Jul 2, 2008 at 5:40 PM, Fabian Groffen <grobian@g.o> wrote:
7 > This sounds like bug http://bugs.gentoo.org/show_bug.cgi?id=102800
8 >
9 > On 02-07-2008 17:28:20 +0900, Mathias Laurin wrote:
10 >> Hi,
11 >>
12 >> I found that I need to add the -c option to NROFF (i.e., get rid of the
13 >> colours) on my system in $EPREFIX/etc/man.conf; without this options,
14 >> escape sequences appear in the man page instead of colours, making them
15 >> unreadable. I tried from zsh and bash, I also tried getting rid of my old
16 >> ~/.Xdefaults and the -c option is present in /etc/man.conf, the original
17 >> OS X man.conf so I think it is real.
18 >>
19 >> Here is the diff:
20 >>
21 >> 17:25 /Users/laurin/Library/Gentoo/etc [0]1 % diff -u man.conf{.orig,}
22 >> --- man.conf.orig 2008-07-02 17:06:44 +0900
23 >> +++ man.conf 2008-07-02 17:25:37 +0900
24 >> @@ -93,8 +93,8 @@
25 >> # causes problems, add the -c option to TROFF, NROFF, JNROFF.
26 >> #
27 >> TROFF /Users/laurin/Library/Gentoo/usr/bin/groff -Tps -mandoc
28 >> -NROFF /Users/laurin/Library/Gentoo/usr/bin/nroff -mandoc
29 >> -JNROFF /Users/laurin/Library/Gentoo/usr/bin/groff -Tnippon -mandocj
30 >> +NROFF /Users/laurin/Library/Gentoo/usr/bin/nroff -mandoc -c
31 >> +JNROFF /Users/laurin/Library/Gentoo/usr/bin/groff -Tnippon -mandocj -c
32 >> EQN /Users/laurin/Library/Gentoo/usr/bin/geqn -Tps
33 >> NEQN /Users/laurin/Library/Gentoo/usr/bin/geqn -Tlatin1
34 >> JNEQN /Users/laurin/Library/Gentoo/usr/bin/geqn -Tnippon
35 >>
36 >> --
37 >> gentoo-alt@l.g.o mailing list
38 >>
39 >
40 > --
41 > Fabian Groffen
42 > Gentoo on a different level
43 > --
44 > gentoo-alt@l.g.o mailing list
45 >
46 >