Very trivial patches.
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 just emphasizes/italicizes the
text.
This patch just changes 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 shutup
pod2html.
-Andrew
Index: editcap.pod
===================================================================
RCS file: /cvsroot/ethereal/doc/editcap.pod,v
retrieving revision 1.18
diff -u -r1.18 editcap.pod
--- editcap.pod 2002/01/29 09:45:56 1.18
+++ editcap.pod 2002/03/25 21:41:56
@@ -127,7 +127,7 @@
=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
Index: ethereal.pod.template
===================================================================
RCS file: /cvsroot/ethereal/doc/ethereal.pod.template,v
retrieving revision 1.276
diff -u -r1.276 ethereal.pod.template
--- ethereal.pod.template 2002/03/22 23:42:27 1.276
+++ ethereal.pod.template 2002/03/25 21:41:59
@@ -1189,7 +1189,7 @@
=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
Index: idl2eth.pod
===================================================================
RCS file: /cvsroot/ethereal/doc/idl2eth.pod,v
retrieving revision 1.3
diff -u -r1.3 idl2eth.pod
--- idl2eth.pod 2001/09/10 21:59:57 1.3
+++ idl2eth.pod 2002/03/25 21:41:57
@@ -70,7 +70,7 @@
=head1 SEE ALSO
-L<ethereal(1)>
+I<ethereal(1)>
=head1 NOTES
Index: mergecap.pod
===================================================================
RCS file: /cvsroot/ethereal/doc/mergecap.pod,v
retrieving revision 1.11
diff -u -r1.11 mergecap.pod
--- mergecap.pod 2002/01/29 09:45:56 1.11
+++ mergecap.pod 2002/03/25 21:41:58
@@ -124,7 +124,7 @@
=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
Index: tethereal.pod.template
===================================================================
RCS file: /cvsroot/ethereal/doc/tethereal.pod.template,v
retrieving revision 1.49
diff -u -r1.49 tethereal.pod.template
--- tethereal.pod.template 2002/03/22 23:42:27 1.49
+++ tethereal.pod.template 2002/03/25 21:42:01
@@ -563,7 +563,7 @@
=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
Index: text2pcap.pod
===================================================================
RCS file: /cvsroot/ethereal/doc/text2pcap.pod,v
retrieving revision 1.9
diff -u -r1.9 text2pcap.pod
--- text2pcap.pod 2002/01/20 22:36:03 1.9
+++ text2pcap.pod 2002/03/25 21:41:58
@@ -161,7 +161,7 @@
=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
--
-Andrew Feren
Cetacean Networks, Inc.
Portsmouth, NH