LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1005 - pod2html links unresolvable
Summary: pod2html links unresolvable
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: General docs (show other bugs)
Version: trunk
Hardware: All All
: P normal
Assignee: Chris Lattner
URL:
Keywords: documentation
Depends on:
Blocks:
 
Reported: 2006-11-16 14:21 PST by Reid Spencer
Modified: 2010-03-06 14:00 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reid Spencer 2006-11-16 14:21:23 PST
/usr/bin/pod2html: llvm-nm.pod: cannot resolve L<ar(1)> in paragraph 51.
/usr/bin/pod2html: llvm-nm.pod: cannot resolve L<nm(1)> in paragraph 51.
/usr/bin/pod2html: llvm-ar.pod: cannot resolve L<ar(1)> in paragraph 114.
Comment 1 Chris Lattner 2006-11-20 12:57:33 PST
I'll take this one if noone else will.

-Chris
Comment 2 Chris Lattner 2006-11-20 12:58:27 PST
Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061120/040139.html

-Chris