Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105 - man command does not work with zsh
Summary: man command does not work with zsh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-09 17:39 UTC by Mark Bolusmjak
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.