Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 105

Summary: man command does not work with zsh
Product: Gentoo Linux Reporter: Mark Bolusmjak <z5h>
Component: [OLD] Core systemAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Bolusmjak 2002-01-09 17:39:29 UTC
To reproduce the bug:
1. Set a user's default shell to /bin/zsh.
2. Log in as that user.
3. Try to "man" a man page.
Comment 1 Mark Bolusmjak 2002-01-10 07:50:23 UTC
Sorry, my mistake.
It turns out zsh is not reading /etc/zprofile. Without proper 
environmental variables set man won't work.
"source /etc/zprofile" fixes the problem.