diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-05-20 01:41:52 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-05-20 01:41:52 +0000 |
commit | 17bbb2dbe9f7c51a64f965b69af269afc15a9808 (patch) | |
tree | 4a609e77e2d514a03da8dacb6ab92ee8fb6c5522 /doc/idl2deb.pod | |
parent | ab10fed5033a782fd7c45ad17033f852ada95e38 (diff) | |
download | wireshark-17bbb2dbe9f7c51a64f965b69af269afc15a9808.tar.gz wireshark-17bbb2dbe9f7c51a64f965b69af269afc15a9808.tar.bz2 wireshark-17bbb2dbe9f7c51a64f965b69af269afc15a9808.zip |
Clean up some documentation a bit, removing non-ASCII characters, formatting like other pages, alphabetizing options, describing options under their own headingadding missing newline at end of file, fixing typos and some minor rewording.
svn path=/trunk/; revision=49424
Diffstat (limited to 'doc/idl2deb.pod')
-rw-r--r-- | doc/idl2deb.pod | 38 |
1 files changed, 25 insertions, 13 deletions
diff --git a/doc/idl2deb.pod b/doc/idl2deb.pod index cd9dd1de52..36e4b35118 100644 --- a/doc/idl2deb.pod +++ b/doc/idl2deb.pod @@ -5,9 +5,21 @@ idl2deb - create a Debian package for CORBA monitoring from IDL =head1 SYNOPSIS -B<idl2deb> [B<-d >I<opts>] [B<--dbopts=>I<opts>] [B<-e >I<address>] [B<--email=>I<address>] [-i I<idlfile>] -[--idl=I<idlfile>] [B<-h>] [B<--help>] [B<-n >I<name>] [B<--name=>I<name>] [B<-p>] [B<--preserve>] [B<-v>] [B<--version>] - +B<idl2deb> +S< [ B<-d> E<lt>optsE<gt> ]> +S< [ B<--dbopts>=E<lt>optsE<gt> ]> +S< [ B<-e> E<lt>addressE<gt> ]> +S< [ B<--email>=E<lt>addressE<gt> ]> +S< [ B<-h> ]> +S< [ B<--help> ]> +S< [ B<-i> E<lt>idlfileE<gt> ]> +S< [ B<--idl>=E<lt>idlfileE<gt> ]> +S< [ B<-n> E<lt>nameE<gt> ]> +S< [ B<--name>=E<lt>nameE<gt> ]> +S< [ B<-p> ]> +S< [ B<--preserve> ]> +S< [ B<-v> ]> +S< [ B<--version> ]> =head1 DESCRIPTION @@ -19,31 +31,31 @@ package contains a loadable module for the wireshark network analyser. =over 4 -=item B<-d>I<opts> B<--dbopts=>I<opts> +=item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt> options for dpkg-buildpackage. -=item B<-e >I<address> B<--email=>I<address> +=item -e E<lt>addressE<gt> --email=E<lt>addressE<gt> use e-mail address. -=item B<-i >I<idlfile> B<--idl=>I<idlfile> +=item -h --help -IDL file to use (mandatory) +print help and exit. -=item B<-h> B<--help> +=item -i E<lt>idlfileE<gt> --idl=E<lt>idlfileE<gt> -print help and exit. +IDL file to use (mandatory) -=item B<-n >I<name> B<--name=>I<name> +=item -n E<lt>nameE<gt> --name=E<lt>nameE<gt> use user name. -=item B<-p> B<--preserve> +=item -p --preserve do not overwrite files. -=item B<-v> B<--version> +=item -v --version print version and exit. @@ -67,7 +79,7 @@ the Free Software Foundation. =head1 AUTHOR -B<W. Borgert> Author. +B<W. Borgert> Author. =head1 COPYRIGHT |