In man.conf:
In bwana:MANSECT 1:8:2:3:4:5:6:7:9:0p:1p:3p:tcl:n:l:p:o
Nota bene: Bwana can not locate pages in sections 0p, 1p, 3p, tcl, l, p, or o.NSCharacterSet *sectionCharSet = [NSCharacterSet characterSetWithCharactersInString:@"0123456789n"];
Suggestion: use section names from man.conf.
Secundus, an idea:
man:clock(foo) should be interpreted as man:clock.foo even if foo isn't a section name known to man.conf.
Tertius, after looking at this and poking at the problem for a few brief moments, my hat's off to you and anyone else who's writing software in Objective C that's doing any text manipulation. The NSString class makes me want to convert all the NSStrings to C striungs and then convert back again, it's so brain damaged.
Quartus, Is there a way to make clicking on a link in Bwana to open the new page in the same instance of the plugin rather then a new window/tab?