[scripts] *.pl: fix synopsis' typesetting

This commit is contained in:
Matteo Cypriani 2013-08-01 11:07:33 -04:00
parent 3bc4c3bb8d
commit 725d804bc2
2 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ owlps-aggcheck - verifies an aggregation CSV file
=head1 SYNOPSIS
B<owlps-aggcheck> [ B<-h> | B<-V> ] [ B<-v> ] [ B<-d> ] [ B<-n> ]
[ <I<aggregation_files>> ]
[ I<aggregation_files> ]
=head1 DESCRIPTION
@ -21,7 +21,7 @@ printed in CSV format. With the B<-d> option, the global distribution of the
signal strength values for each transmitter and each receiver in the input
file(s) is printed.
<I<aggregation_files>> is a list of one or more aggregation files to work on,
I<aggregation_files> is a list of one or more aggregation files to work on,
which I<must> be placed after the options. If no file is provided, the standard
input is read.

View File

@ -10,10 +10,10 @@ owlps-aggsetcoord - set the coordinates in an aggregation CSV file
B<owlps-aggsetcoord>
[ B<-h> | B<-V> ]
[ B<-v> ]
[ B<-i> | B<-I> <I<suffix>> ]
[ B<-c> <I<coordinates>> [ B<-l> <I<line_selection>> ] ]
[ B<-m> <I<mac>> ]
[ <I<aggregation_file>> ]
[ B<-i> | B<-I> I<suffix> ]
[ B<-c> I<coordinates> [ B<-l> I<line_selection> ] ]
[ B<-m> I<mac> ]
[ I<aggregation_file> ]
=head1 DESCRIPTION
@ -72,26 +72,26 @@ Turn on verbose mode (displays a trace on the standard error).
Modify the input file in-place. The original file is saved with suffix ".orig".
=item B<-I> <I<suffix>>
=item B<-I> I<suffix>
Same as B<-i>, but the original file is suffixed with I<suffix> instead of
".orig". If both B<-i> and B<-I> are used, the latter has precedence over the
former. If I<suffix> is an empty string, this option is ignored.
=item B<-c> <I<coordinates>>
=item B<-c> I<coordinates>
Apply I<coordinates> to every positioning request with default X, Y and Z. A
line in which at least one of the three coordinates is set to a non-default
value will be left untouched. I<coordinates> is a string "X;Y;Z".
=item B<-l> <I<line_selection>>
=item B<-l> I<line_selection>
Skip lines that are not part of the selection pattern I<line_selection>, which
is evaluated as a Perl numeric list. For example, "3, 5, 8..10" will select the
lines 3, 5, 8, 9 and 10; "1..25,42..45" will select the lines 1 to 25 and 42 to
77. This works only with the B<-c> option.
=item B<-m> <I<mac>>
=item B<-m> I<mac>
Work only on positioning requests transmitted by MAC address I<mac>.