Jan 16, 2006 #1 delfy MIS Joined Feb 8, 2005 Messages 96 Location JM how would i add for example $PVSW_ROOT/man to my manpath?
Jan 16, 2006 #2 SamBones Programmer Joined Aug 8, 2002 Messages 3,186 Location US Code: MANPATH=${MANPATH}:${PVSW_ROOT}/man export MANPATH Upvote 0 Downvote
Jan 16, 2006 #3 SamBones Programmer Joined Aug 8, 2002 Messages 3,186 Location US You can place these lines in your own [tt].profile[/tt] file or in [tt]/etc/profile[/tt] to make the change for all users. Upvote 0 Downvote
You can place these lines in your own [tt].profile[/tt] file or in [tt]/etc/profile[/tt] to make the change for all users.