GNOME Bugzilla – Bug 340173
Doesn't handle manual page inclusion
Last modified: 2006-05-12 04:31:20 UTC
In yelp, the bzcmp(1) manual page appears empty. The manual page itself looks like this: 12:20 joss@utena ~ > zcat /usr/share/man/man1/bzcmp.1.gz .so man1/bzdiff.1 When directly invoking the bzdiff(1) manual page, it renders fine.
Created attachment 64987 [details] [review] give a clickable link to the referenced page instead of a blank page. this should fix it
Workaround in HEAD. Actual inclusion would be a pain... 2006-05-11 Brent Smith <gnome@nextreality.net> * src/yelp-man-parser.c: (macro_reference_handler): When a man page uses the .so macro to include another file, just provide a link to the file; Only works for man pages that have .so as the first and only macro; sort of fixes #340173