Bug 502120

Summary: All of the manpages in netpbm-progs appear to be merely textual, rather than troff source
Product: Red Hat Enterprise Linux 5 Reporter: Dave Malcolm <dmalcolm>
Component: netpbmAssignee: Jindrich Novy <jnovy>
Status: CLOSED CURRENTRELEASE QA Contact: BaseOS QE <qe-baseos-auto>
Severity: low Docs Contact:
Priority: low    
Version: 5.3CC: pknirsch, rvokal
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-13 13:01:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dave Malcolm 2009-05-21 23:31:01 UTC
Description of problem:
Minor issue: all of the manpages in netpbm-progs are plain text, rather than troff macros.
for f in `rpm -ql netpbm-progs | grep /man/` ; 
do 
  echo $f; gunzip -c $f | file - ; 
done

Looking at the manpages, either directly through "man", or via "gunzip -c $file | less" it looks like all of them have been already processed with troff, and the resulting text had been packaged.

Version-Release number of selected component (if applicable):
netpbm-progs-10.35-6.fc6

How reproducible:
100%

Steps to Reproduce:
As above; for instance: man /usr/share/man/man1/pamx.1.gz
  
Actual results:
- manpages have already been processed with troff; they appear without any emboldening on a tty that can handle it

Expected results:
- manpages should contain troff macros

Comment 1 Dave Malcolm 2009-05-21 23:31:54 UTC
(related to bug 204991 ?)

Comment 3 Radek Vokál 2010-04-13 13:01:09 UTC
Sounds like it should be fixed in current netpbm release.