man for local man files

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
8-bit
Posts: 3406
Joined: Wed 04 Apr 2007, 03:37
Location: Oregon

man for local man files

#1 Post by 8-bit »

It seems that in the new versions of Puppy, that if you install a PET that has a man page help file, you cannot view it any more by opening a terminal and typing "man [name of program]".

For those that need to include a man page with their pet, or to convert one so it can be viewed, I would suggest getting the utility (included in Puppy 421) called "man2html".
Place "man2html" in /usr/bin.
I converted a man file called ufiformat.8 to an htm file.
As an example, you would open a terminal in the directory containing the file and type "man2html ufiformat.8 > ufiformat.htm"
Then so it can be seen, you need to place it in /usr/share/doc/[name of converted file].

I still think it is a pain that a man file that its part of an installed package cannot be viewed with the man command!

Post Reply