man page

Hi, I haved moved my man page to from /usr/share/man to /usr/share/man.orig , now .......... man cmd is not working, is there any way to access man pages without moving it back to its original .rgds TaD
[223 byte] By [tarud123a] at [2007-11-27 4:17:13]
# 1
Update your MANPATH ...MANPATH=$MANPATH:/usr/share/man.origexport MANPATHThat will do it on a temporary basis (until you logoff). To make it perm you'll need to update your .profile (or equivalent)
SimonJMa at 2007-7-12 9:23:49 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
you can also use man -M /usr/share/man.orig <man page> .7/M.
mAbrantea at 2007-7-12 9:23:49 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...