If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Man Pages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-08-04, 06:07
adityanlal adityanlal is offline
Registered User
 
Join Date: Jul 2003
Location: Calcutta, India
Posts: 42
Man Pages

Hi!

I have created some Unix shell scripts (utilities for my application) and now my client want me to create the manual pages too for these utilities and I am in a fix. I Know the MANPATH is the environment variables where the manual pages should be located but my problem is how to create a manual page, like formatting, how does it start (I suppose with "."). Any help in regard will be great. Anyone url will be quite helpful.

Thanks in advance
adityanlal
Reply With Quote
  #2 (permalink)  
Old 01-08-04, 08:44
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Man Pages

Quote:
Originally posted by adityanlal
Hi!

I have created some Unix shell scripts (utilities for my application) and now my client want me to create the manual pages too for these utilities and I am in a fix. I Know the MANPATH is the environment variables where the manual pages should be located but my problem is how to create a manual page, like formatting, how does it start (I suppose with "."). Any help in regard will be great. Anyone url will be quite helpful.

Thanks in advance
adityanlal
Hi,

Please check the command nroff:

nroff -man [option]... [file]...

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On