Bwana question

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
leodbil
Contributor
Contributor
Posts: 6
Joined: Sun Oct 22, 2006 1:35 am
Location: indiana

Bwana question

Post by leodbil »

Hi,

I just downloaded Bwana. Thank you, what great little app. It certainly makes the man pages
easier to read, navigate and use. (hyperlinks etc.)

Just one question so far....
How do I specify what section of the man pages I want to access?

For instance; when I'm in the terminal I can use the command <man 3 printf> to get info for the printf
command in relation to the Standard C library functions. Or <man 1 printf> to get the info related to
general commands. There are links for printf (3) at the bottom of the printf(1) page in Bwana, but they
just lead back to the top of the current page.



Thanks
Bill
User avatar
Conor
Top Dog
Posts: 5344
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Post by Conor »

Adding a dot and a number should take you to the correct page. [url=man://printf.1]printf(1)[/url] and [url=man://printf.3]printf(3)[/url]. The strange thing is that the printf(3) at the bottom of printf(1) should take you to the correct page and vice versa; the link is created in the same way. I don't know what the reason might be for the link not to work on your system.
hildjj
Inductee
Inductee
Posts: 1
Joined: Tue Feb 20, 2007 12:16 pm

Post by hildjj »

Conor wrote:Adding a dot and a number should take you to the correct page. [url=man://printf.1]printf(1)[/url] and [url=man://printf.3]printf(3)[/url]. The strange thing is that the printf(3) at the bottom of printf(1) should take you to the correct page and vice versa; the link is created in the same way. I don't know what the reason might be for the link not to work on your system.
This works great, unless there is a "." in the page you want to see. For example, how do you get to syslog.conf(5)?
User avatar
Conor
Top Dog
Posts: 5344
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Post by Conor »

With [url=man://syslog.conf]man:syslog.conf[/url] I get 5, true that a link from another man page with syslog.conf.5 will not work; it's a minor bug; thank you for letting us know.
Post Reply