aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
parentb958e865cadfa5a337d5d503d6c7dd324e84ef64 (diff)
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')
-rw-r--r--doc/editcap.pod2
-rw-r--r--doc/ethereal.pod.template2
-rw-r--r--doc/idl2eth.pod2
-rw-r--r--doc/mergecap.pod2
-rw-r--r--doc/tethereal.pod.template2
-rw-r--r--doc/text2pcap.pod2
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 8c3d23dde1..f2aebe1ff1 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -127,7 +127,7 @@ Prints the version and options and exits.
=head1 SEE ALSO
-L<tcpdump(8)>, L<pcap(3)>, L<ethereal(1)>, L<mergecap(1)>
+I<tcpdump(8)>, I<pcap(3)>, I<ethereal(1)>, I<mergecap(1)>
=head1 NOTES
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 44991711ce..e772ea3562 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1189,7 +1189,7 @@ For example, these four lines are valid lines of an ipxnets file.
=head1 SEE ALSO
-L<tethereal(1)>, L<editcap(1)>, L<tcpdump(8)>, L<pcap(3)>
+I<tethereal(1)>, I<editcap(1)>, I<tcpdump(8)>, I<pcap(3)>
=head1 NOTES
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
diff --git a/doc/mergecap.pod b/doc/mergecap.pod
index afe8e273a7..4c4475d6f1 100644
--- a/doc/mergecap.pod
+++ b/doc/mergecap.pod
@@ -124,7 +124,7 @@ Prints the version and options and exits.
=head1 SEE ALSO
-L<tcpdump(8)>, L<pcap(3)>, L<ethereal(1)>, L<editcap(1)>
+I<tcpdump(8)>, I<pcap(3)>, I<ethereal(1)>, I<editcap(1)>
=head1 NOTES
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index f74c5674c9..99d7b6b122 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -563,7 +563,7 @@ For example, these four lines are valid lines of an ipxnets file.
=head1 SEE ALSO
-L<ethereal(1)>, L<editcap(1)>, L<tcpdump(8)>, L<pcap(3)>
+I<ethereal(1)>, I<editcap(1)>, I<tcpdump(8)>, I<pcap(3)>
=head1 NOTES
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index b0a5186fdc..aad903e78e 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -161,7 +161,7 @@ a second.
=head1 SEE ALSO
-L<tcpdump(8)>, L<pcap(3)>, L<ethereal(1)>, L<editcap(1)>, L<strptime(3)>.
+I<tcpdump(8)>, I<pcap(3)>, I<ethereal(1)>, I<editcap(1)>, I<strptime(3)>.
=head1 NOTES