Clean up the example for the "-m" flag.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 27 Apr 2003 00:50:06 +0000 (00:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 27 Apr 2003 00:50:06 +0000 (00:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7573 f5534014-38df-0310-8fa8-9805f1628bb7

doc/text2pcap.pod

index 0947b20f99a4c0e3bf0b75233a4d8db17532e7bf..1b83aac24d7897bd9e5173c38ceb20aaab5311a7 100644 (file)
@@ -138,7 +138,9 @@ Ethernet header as well. Example: I<-i 46> to specify an RSVP packet
 Set the maximum packet length, default is 64000.
 Useful for testing various packet boundaries when only an application
 level datastream is available.  Example:
- od -Ax -tx1 stream | text2pcap -m1460 -T1234,1234 - stream.pcap
+
+I<od -Ax -tx1 stream | text2pcap -m1460 -T1234,1234 - stream.pcap>
+
 will convert from plain datastream format to a sequence of Ethernet
 TCP packets.