1826080 Members
2654 Online
109690 Solutions
New Discussion

Re: using man problem

 
yatin
Frequent Advisor

using man problem

I have made a very simple manpage how can i view it using the man command. "nroff -man mypage" gives me a proper output.
4 REPLIES 4
Karthik S S
Honored Contributor

Re: using man problem

Add the directory that contains your man page to your MANPATH

export MANPATH=$MANPATh:/dir_path

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
yatin
Frequent Advisor

Re: using man problem

I am attaching my man file can u tell me what to do next this file is in /home directory
Karthik S S
Honored Contributor

Re: using man problem

Yatin,

Did u try exporting the MANPATH with the directory that containing the man file??

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Fragon
Trusted Contributor

Re: using man problem

Guy,
I'm making my own manpage now also!
I use "man nroff", and get most of the help.
I'll post the result when success!

-ux