Bug 86863 - makewhatis does not create whatis-files of 0p, 1p and 3p.
Bug#: 86863 Product:  Gentoo Linux Version: 2004.3 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P3
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: oku.ns@dream.com
Component: Applications
URL: 
Summary: makewhatis does not create whatis-files of 0p, 1p and 3p.
Keywords:  
Status Whiteboard: 
Opened: 2005-03-27 07:01 0000
Description:   Opened: 2005-03-27 07:01 0000
/usr/sbin/makewhatis of sys-apps/man-1.5p does not create 'whatis' files for
0p, 1p and 3p section.
I think 'sections' variable of /usr/sbin/makewhatis should be similar to
'MANSECT' of /etc/man.conf, which includes '0p', '1p' and '3p' (and 'tcl', 'p'
and 'o').

------- Comment #1 From SpanKY 2005-11-04 15:37:12 0000 -------
Created an attachment (id=72141) [details]
man-1.6a-makewhatis.patch

try this patch ... makewhatis hard codes the sections rather than using
man.conf, but this patch fixes that

------- Comment #2 From OKUMURA N. Shin-ya 2005-11-04 23:06:02 0000 -------
The patch works well, thank you.

------- Comment #3 From SpanKY 2005-11-10 15:49:58 0000 -------
fixed in man-1.6b, thanks for testing