Bug 80893

Summary: Setting MANWIDTH in environment does not successfully affect the displayed width of man pages.
Product: [Retired] Red Hat Linux Reporter: David Sumbler <david>
Component: manAssignee: Eido Inoue <havill>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.5o1-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-09 22:17:28 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 David Sumbler 2003-01-01 21:03:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-GB; rv:1.0.1) Gecko/20020823
Netscape/7.0

Description of problem:
Man pages display 78 characters per line, even after I enter a command such as 

export MANWIDTH=100

The variable is being correctly set, but 'man' does not use this value, contrary
to what is stated in the 'man' manual.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Enter command 'export MANWIDTH=60' (for instance)
2. Enter command 'man ls' (for instance)

    

Actual Results:  Displayed width of man page is unaffected (78 characters).

Expected Results:  Width should have been 60 characters

Additional info:

Comment 1 Michael Wardle 2003-01-21 00:27:41 UTC
Seems to be related to bug 79172. 
 

Comment 2 Eido Inoue 2003-02-07 20:17:30 UTC

*** This bug has been marked as a duplicate of 79172 ***

Comment 3 Florian La Roche 2003-02-08 00:59:25 UTC
/ll is not setup from the current man, so this really looks like
a problem in man. Seems also it only allows setting the width in
a certain range, so I am not sure this is really a supported option.

greetings,

Florian La Roche


Comment 4 Eido Inoue 2004-11-09 22:17:28 UTC
man was not passing -rLT and -rLL to nroff/groff; fixed in current rawhide