aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rawshark.pod
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-07 17:06:27 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-07 17:06:27 +0000
commite62f4cc4f6eb96ca42500c01fb565243344da5ab (patch)
tree60a297d1d6daa42a91e418beca4c65177ca20979 /doc/rawshark.pod
parentf86c7712a33164d8a7631b88729db1fa6760d4fd (diff)
Fix all errors and warnings found by podchecker.
svn path=/trunk/; revision=49837
Diffstat (limited to 'doc/rawshark.pod')
-rw-r--r--doc/rawshark.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index da425a0dbf..fcf9822055 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -206,16 +206,12 @@ byte pcap file header.
Use the specified format string to print each field. The following formats
are supported:
-=over 4
-
B<%D> Field name or description, e.g. "Type" for dns.qry.type
B<%N> Base 10 numeric value of the field.
B<%S> String value of the field.
-=back
-
For something similar to Wireshark's standard display ("Type: A (1)") you
could use B<%D: %S (%N)>.