aboutsummaryrefslogtreecommitdiffstats
path: root/doc/idl2eth.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-26 06:15:08 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-26 06:15:08 +0000
commit2abe1ac0a69cc245bbc56391da087138619fa24e (patch)
treeb79b3e03c2d81f3e5c033a35a84e3dd695d39f4b /doc/idl2eth.pod
parentb958e865cadfa5a337d5d503d6c7dd324e84ef64 (diff)
downloadwireshark-2abe1ac0a69cc245bbc56391da087138619fa24e.tar.gz
wireshark-2abe1ac0a69cc245bbc56391da087138619fa24e.tar.bz2
wireshark-2abe1ac0a69cc245bbc56391da087138619fa24e.zip
From Andrew Feren:
Man pages don't have any notion of external links and there isn't enough information for pod2html to resolve the links for manpages in the "See Also" section of the man pages. As a result running pod2html generates a bunch of warning messages and just emphasizes/italicizes the text. Therefore, we change the link (L<name>) command to an emphasizes (I<name>) command. The net result is the same, but you don't get the warnings when generating HTML docs. At some point in the future someone might want to do the work to get the links to generate correctly, but until then this will shut up pod2html. svn path=/trunk/; revision=5021
Diffstat (limited to 'doc/idl2eth.pod')
-rw-r--r--doc/idl2eth.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/idl2eth.pod b/doc/idl2eth.pod
index af3f87989f..bf7d06d6d0 100644
--- a/doc/idl2eth.pod
+++ b/doc/idl2eth.pod
@@ -70,7 +70,7 @@ eg: PYTHONPATH=/usr/lib/python1.5/
=head1 SEE ALSO
-L<ethereal(1)>
+I<ethereal(1)>
=head1 NOTES