This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Trent,
> .bash_profile
> # .bash_profile
> 
> # Get the aliases and functions
> if [ -f ~/.bashrc ]; then
> . ~/.bashrc
> fi
> # User specific environment and startup programs
> export PATH=$HOME/bin:$PATH
> export MANPATH=$HOME/share/man:/user/share/man
The MANPATH line should be
    export MANPATH=$HOME/share/man:/usr/share/man
Note "usr", not "user".
Regards,
Steve Emmerson
Ticket Details
===================
Ticket ID: KTG-709466
Department: Support LDM
Priority: Normal
Status: Closed