aboutsummaryrefslogtreecommitdiffstats
path: root/doc/idl2wrs.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/idl2wrs.pod
parentf86c7712a33164d8a7631b88729db1fa6760d4fd (diff)
Fix all errors and warnings found by podchecker.
svn path=/trunk/; revision=49837
Diffstat (limited to 'doc/idl2wrs.pod')
-rw-r--r--doc/idl2wrs.pod9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/idl2wrs.pod b/doc/idl2wrs.pod
index b6fb7998cd..922a7dcf83 100644
--- a/doc/idl2wrs.pod
+++ b/doc/idl2wrs.pod
@@ -16,14 +16,17 @@ This resulting file can be compiled as a B<Wireshark> plugin, and
used to monitor B<GIOP/IIOP> traffic that is using this IDL.
B<idl2wrs> is actually a shell script wrapper for two B<Python> programs.
-
These programs are:
=over 4
-B<wireshark_be.py> - Contains the main IDL Visitor Class
+=item * B<wireshark_be.py>
+
+Contains the main IDL Visitor Class
+
+=item * B<wireshark_gen.py>
-B<wireshark_gen.py> - Contains the Source Code Generator Class
+Contains the Source Code Generator Class
=back