aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-09-23 13:35:05 -0700
committerGerald Combs <gerald@wireshark.org>2021-09-23 13:35:05 -0700
commitda817af97498700b21671addf24cb858c5766a3b (patch)
treef36def31e8a667bf6a0c16844358c314f7f185cd /doc
parentf4c283298febb37631a755d10b89def515f2bd50 (diff)
Docs: More POD markup cleanup.
Diffstat (limited to 'doc')
-rw-r--r--doc/dumpcap.pod2
-rw-r--r--doc/mmdbresolve.pod27
-rw-r--r--doc/wireshark.pod8
3 files changed, 17 insertions, 20 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 7068eff118..c67a0a70f3 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -23,7 +23,7 @@ S<[ B<-g> ]>
S<[ B<-h>|B<--help> ]>
S<[ B<-i>|B<--interface> E<lt>capture interfaceE<gt>|rpcap://E<lt>hostE<gt>:E<lt>portE<gt>/E<lt>capture interfaceE<gt>|TCP@E<lt>hostE<gt>:E<lt>portE<gt>|- ]>
S<[ B<-I>|B<--monitor-mode> ]>
-S<[ B<-k> E<lt>freqE<gt>,[E<lt>typeE<gt>],[E<lt>center_freq1E<gt>],[E<lt>center_freq2>E<gt>] ]>
+S<[ B<-k> E<lt>freqE<gt>,[E<lt>typeE<gt>],[E<lt>center_freq1E<gt>],[E<lt>center_freq2E<gt>] ]>
S<[ B<-L>|B<--list-data-link-types> ]>
S<[ B<-M> ]>
S<[ B<-n> ]>
diff --git a/doc/mmdbresolve.pod b/doc/mmdbresolve.pod
index c1c6ba912b..7d7ffa889f 100644
--- a/doc/mmdbresolve.pod
+++ b/doc/mmdbresolve.pod
@@ -41,19 +41,20 @@ To resolve a single address:
echo 4.4.4.4 | mmdbresolve -f /usr/share/GeoIP/GeoLite2-City.mmdb
- Example output:
-[init]
-db.0.path: /usr/share/GeoIP/GeoLite2-City.mmdb
-db.0.status: OK
-mmdbresolve.status: true
-# End init
-[4.4.4.4]
-# GeoLite2-City
-country.iso_code: US
-country.names.en: United States
-location.latitude: 37.751000
-location.longitude: -97.822000
-# End 4.4.4.4
+Example output:
+
+ [init]
+ db.0.path: /usr/share/GeoIP/GeoLite2-City.mmdb
+ db.0.status: OK
+ mmdbresolve.status: true
+ # End init
+ [4.4.4.4]
+ # GeoLite2-City
+ country.iso_code: US
+ country.names.en: United States
+ location.latitude: 37.751000
+ location.longitude: -97.822000
+ # End 4.4.4.4
=head1 SEE ALSO
diff --git a/doc/wireshark.pod b/doc/wireshark.pod
index 54d31df4eb..2becb6c960 100644
--- a/doc/wireshark.pod
+++ b/doc/wireshark.pod
@@ -1274,13 +1274,9 @@ When Wireshark starts, the color filters are loaded from:
=over
-=item 1.
+=item 1. The user's personal color filters file or, if that does not exist,
-The user's personal color filters file or, if that does not exist,
-
-=item 2.
-
-The global color filters file.
+=item 2. The global color filters file.
=back