forked from pool/wireshark
35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
|
From: Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
Date: Sat, 27 Jul 2013 00:37:00 +0100
|
||
|
Subject: Fix "./reordercap.pod: unterminated list(s) at =head in paragraph 14. ignoring."
|
||
|
References: http://anonsvn.wireshark.org/viewvc?view=revision&revision=49436
|
||
|
Upstream: Committed
|
||
|
|
||
|
Fixes openSUSE:Factory build
|
||
|
|
||
|
[ 535s] POD2MAN reordercap.1
|
||
|
[ 535s] reordercap.pod around line 43: You forgot a '=back' before '=head1'
|
||
|
[ 535s] POD document had syntax errors at /usr/bin/pod2man line 71.
|
||
|
[ 535s] make[2]: *** [reordercap.1] Error 255
|
||
|
|
||
|
------------------------------------------------------------------------
|
||
|
r49436 | eapache | 2013-05-20 15:56:18 +0100 (Mon, 20 May 2013) | 2 lines
|
||
|
Changed paths:
|
||
|
M /trunk/doc/reordercap.pod
|
||
|
|
||
|
Fix "./reordercap.pod: unterminated list(s) at =head in paragraph 14. ignoring."
|
||
|
|
||
|
------------------------------------------------------------------------
|
||
|
Index: trunk/doc/reordercap.pod
|
||
|
===================================================================
|
||
|
--- trunk/doc/reordercap.pod (revision 49435)
|
||
|
+++ trunk/doc/reordercap.pod (revision 49436)
|
||
|
@@ -40,6 +40,8 @@
|
||
|
When the B<-n> option is used, B<reordercap> will not write out the output
|
||
|
file if it finds that the input file is already in order.
|
||
|
|
||
|
+=back
|
||
|
+
|
||
|
=head1 SEE ALSO
|
||
|
|
||
|
pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), mergecap(1),
|