What program is needed to display a manual [Solved]

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
Béèm
Posts: 513
Joined: Sun 16 Apr 2006, 16:18
Location: Brussels

What program is needed to display a manual [Solved]

#1 Post by Béèm »

With udf and udftools I got two manuals.
With a text editor they are pritty unreadable as they contain some formating code starting with a . (dot)
What program is to be used for such manuals (I tried man but that doesn't work)
Last edited by Béèm on Wed 18 Oct 2006, 08:34, edited 1 time in total.
Puppy Linux 2.02 SMkey, KDE354mini, wine0.9.20, devx-qt-renamed.
Puppy Linux 2.10r1 SMkey, JWM, devx_qt_renamed_210, KDE355mini

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

man2html

Mark

User avatar
Béèm
Posts: 513
Joined: Sun 16 Apr 2006, 16:18
Location: Brussels

#3 Post by Béèm »

Thank you, Mark.
It took me a moment to understand how to create the html doc, but it's done now, Bernard
Puppy Linux 2.02 SMkey, KDE354mini, wine0.9.20, devx-qt-renamed.
Puppy Linux 2.10r1 SMkey, JWM, devx_qt_renamed_210, KDE355mini

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#4 Post by Pizzasgood »

For the record, you do something like this:
man2html dermanual.1 > dermanual.html

Just so people who see this don't have to ask :wink:
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

User avatar
Béèm
Posts: 513
Joined: Sun 16 Apr 2006, 16:18
Location: Brussels

#5 Post by Béèm »

You're right Pizzasgood, I should have mentioned it.
This indeed the way I did it, alltho it's not mentioned in the man2html help.
Puppy Linux 2.02 SMkey, KDE354mini, wine0.9.20, devx-qt-renamed.
Puppy Linux 2.10r1 SMkey, JWM, devx_qt_renamed_210, KDE355mini

User avatar
Nathan F
Posts: 1764
Joined: Wed 08 Jun 2005, 14:45
Location: Wadsworth, OH (occasionally home)
Contact:

#6 Post by Nathan F »

I've begun to do this with every program I compile, and place the results into /usr/share/doc. Then you can use the man command to view the manual.

Code: Select all

man myprogram
For programs that come with several man pages they can be placed into a subdirectory of /usr/share/doc, and then you will get an index with links to each page when you use man.

Nathan
Bring on the locusts ...

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#7 Post by Dougal »

Nathan F wrote:I've begun to do this with every program I compile, and place the results into /usr/share/doc. Then you can use the man command to view the manual.

Code: Select all

man myprogram
For programs that come with several man pages they can be placed into a subdirectory of /usr/share/doc, and then you will get an index with links to each page when you use man.

Nathan
Good thing you mentioned that, Nathan, I was thinking of asking Barry if additional html "man"-pages will be recognised.
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

Post Reply