diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-05-12 21:10:38 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-05-12 21:10:38 +0000 |
commit | 910c5bd1a07a62c683f5133eeff0125d072ae1f4 (patch) | |
tree | 09ac0a6db121107fb933715dcc3a92b34789193c | |
parent | 95c51c2e2d38006422f41370c38554372cab478a (diff) | |
download | wireshark-910c5bd1a07a62c683f5133eeff0125d072ae1f4.tar.gz wireshark-910c5bd1a07a62c683f5133eeff0125d072ae1f4.tar.bz2 wireshark-910c5bd1a07a62c683f5133eeff0125d072ae1f4.zip |
SYNOPSYS --> SYNOPSIS
svn path=/trunk/; revision=28338
-rw-r--r-- | doc/capinfos.pod | 2 | ||||
-rw-r--r-- | doc/dumpcap.pod | 2 | ||||
-rw-r--r-- | doc/editcap.pod | 2 | ||||
-rw-r--r-- | doc/idl2wrs.pod | 2 | ||||
-rw-r--r-- | doc/mergecap.pod | 2 | ||||
-rw-r--r-- | doc/rawshark.pod | 2 | ||||
-rw-r--r-- | doc/text2pcap.pod | 2 | ||||
-rw-r--r-- | doc/tshark.pod | 2 | ||||
-rw-r--r-- | doc/wireshark-filter.pod.template | 2 | ||||
-rw-r--r-- | doc/wireshark.pod | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/doc/capinfos.pod b/doc/capinfos.pod index 963301ed3f..4af4c39426 100644 --- a/doc/capinfos.pod +++ b/doc/capinfos.pod @@ -3,7 +3,7 @@ capinfos - Prints information about capture files -=head1 SYNOPSYS +=head1 SYNOPSIS B<capinfos> S<[ B<-t> ]> diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod index c21b5c4aac..8be84bf0fc 100644 --- a/doc/dumpcap.pod +++ b/doc/dumpcap.pod @@ -3,7 +3,7 @@ dumpcap - Dump network traffic -=head1 SYNOPSYS +=head1 SYNOPSIS B<dumpcap> S<[ B<-a> E<lt>capture autostop conditionE<gt> ] ...> diff --git a/doc/editcap.pod b/doc/editcap.pod index c25f03eb6c..5499154731 100644 --- a/doc/editcap.pod +++ b/doc/editcap.pod @@ -3,7 +3,7 @@ editcap - Edit and/or translate the format of capture files -=head1 SYNOPSYS +=head1 SYNOPSIS B<editcap> S<[ B<-c> E<lt>packets per fileE<gt> ]> diff --git a/doc/idl2wrs.pod b/doc/idl2wrs.pod index efb3916eaf..5cce2394e5 100644 --- a/doc/idl2wrs.pod +++ b/doc/idl2wrs.pod @@ -3,7 +3,7 @@ idl2wrs - CORBA IDL to Wireshark Plugin Generator -=head1 SYNOPSYS +=head1 SYNOPSIS B<idl2wrs> filename diff --git a/doc/mergecap.pod b/doc/mergecap.pod index 6f59315bd9..5e8ab45448 100644 --- a/doc/mergecap.pod +++ b/doc/mergecap.pod @@ -3,7 +3,7 @@ mergecap - Merges two or more capture files into one -=head1 SYNOPSYS +=head1 SYNOPSIS B<mergecap> S<[ B<-a> ]> diff --git a/doc/rawshark.pod b/doc/rawshark.pod index 439c88ddbf..62818d186b 100644 --- a/doc/rawshark.pod +++ b/doc/rawshark.pod @@ -3,7 +3,7 @@ rawshark - Dump and analyze raw libpcap data -=head1 SYNOPSYS +=head1 SYNOPSIS B<rawshark> S<[ B<-d> E<lt>encap:dltE<gt>|E<lt>proto:protonameE<gt> ]> diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod index 93fc256e4e..ab31f1ed04 100644 --- a/doc/text2pcap.pod +++ b/doc/text2pcap.pod @@ -3,7 +3,7 @@ text2pcap - Generate a capture file from an ASCII hexdump of packets -=head1 SYNOPSYS +=head1 SYNOPSIS B<text2pcap> S<[ B<-h> ]> diff --git a/doc/tshark.pod b/doc/tshark.pod index 021f883137..48e9bd8a76 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -3,7 +3,7 @@ tshark - Dump and analyze network traffic -=head1 SYNOPSYS +=head1 SYNOPSIS B<tshark> S<[ B<-a> E<lt>capture autostop conditionE<gt> ] ...> diff --git a/doc/wireshark-filter.pod.template b/doc/wireshark-filter.pod.template index 9129d73cd0..6b395e7325 100644 --- a/doc/wireshark-filter.pod.template +++ b/doc/wireshark-filter.pod.template @@ -2,7 +2,7 @@ wireshark-filter - Wireshark filter syntax and reference -=head1 SYNOPSYS +=head1 SYNOPSIS B<wireshark> [other options] S<[ B<-R> "filter expression" ]> diff --git a/doc/wireshark.pod b/doc/wireshark.pod index 60da12d19a..729abba0a8 100644 --- a/doc/wireshark.pod +++ b/doc/wireshark.pod @@ -3,7 +3,7 @@ wireshark - Interactively dump and analyze network traffic -=head1 SYNOPSYS +=head1 SYNOPSIS B<wireshark> S<[ B<-a> E<lt>capture autostop conditionE<gt> ] ...> |