After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 340173 - Doesn't handle manual page inclusion
Doesn't handle manual page inclusion
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: Man Pages
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Brent Smith (smitten)
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-30 10:21 UTC by Josselin Mouette
Modified: 2006-05-12 04:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
give a clickable link to the referenced page instead of a blank page. (2.63 KB, patch)
2006-05-08 05:13 UTC, Brent Smith (smitten)
none Details | Review

Description Josselin Mouette 2006-04-30 10:21:31 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.
Comment 1 Brent Smith (smitten) 2006-05-08 05:13:43 UTC
Created attachment 64987 [details] [review]
give a clickable link to the referenced page instead of a blank page.

this should fix it
Comment 2 Brent Smith (smitten) 2006-05-12 04:31:20 UTC
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