From da817af97498700b21671addf24cb858c5766a3b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 23 Sep 2021 13:35:05 -0700 Subject: Docs: More POD markup cleanup. --- doc/dumpcap.pod | 2 +- doc/mmdbresolve.pod | 27 ++++++++++++++------------- doc/wireshark.pod | 8 ++------ 3 files changed, 17 insertions(+), 20 deletions(-) (limited to 'doc') 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> Ecapture interfaceE|rpcap://EhostE:EportE/Ecapture interfaceE|TCP@EhostE:EportE|- ]> S<[ B<-I>|B<--monitor-mode> ]> -S<[ B<-k> EfreqE,[EtypeE],[Ecenter_freq1E],[Ecenter_freq2>E] ]> +S<[ B<-k> EfreqE,[EtypeE],[Ecenter_freq1E],[Ecenter_freq2E] ]> 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 -- cgit v1.2.3