Gentoo Archives: gentoo-dev

From: Fernand Albarracin <fernand8@×××××××.fr>
To: gentoo-dev@g.o
Subject: [gentoo-dev] man page in the wrong place
Date: Fri, 27 Sep 2002 04:19:33
Message-Id: 20020927093042.GB12567@spirou.test-domain
1 Hi,
2
3 Looks like some packages install their man pages in /usr/share/man :
4
5 $ ls /usr/share/man/*.[0-9]
6 /usr/share/man/fetchmail.1 /usr/share/man/xmlwf.1
7 /usr/share/man/fetchmailconf.1
8
9 Shouldn't these be in /usr/share/man/man1 instead ? Unfortunately I've
10 looked at fetchmail's Makefile.in and didn't find anything wrong with
11 the way it installs its manual. Also I quickly looked at bugzilla and
12 didn't find any related problems.
13
14 Anyone with the same problem ? Get a list of faulty ebuilds :
15
16 $ find /usr/share/man -maxdepth 1 -name '*.[0-9]' -exec qpkg -nc -f {} \; | uniq
17 dev-libs/expat
18 net-mail/fetchmail
19
20 Thanks.
21 Fernand

Replies

Subject Author
Re: [gentoo-dev] man page in the wrong place "Thomas M. Beaudry" <k8la@×××××××××.com>