[doc] client: a couple of minor improvements

This commit is contained in:
Matteo Cypriani 2013-06-23 21:24:37 -04:00 committed by Matteo Cypriani
parent a6c9c12a30
commit b930333fbb
1 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ June 2013
%!preproc(man): "(owlps-architecture)\.t2t" "**\1**(7)" %!preproc(man): "(owlps-architecture)\.t2t" "**\1**(7)"
%!preproc(man): "(owlps-deployment)\.t2t" "**\1**(7)" %!preproc(man): "(owlps-deployment)\.t2t" "**\1**(7)"
%!preproc(man): "(owlps-[^ ]*)\.t2t" "**\1**(1)" %!preproc(man): "(owlps-[^ ]*)\.t2t" "**\1**(1)"
%!preproc(man): "(owlps-[^ ]*\.h)" "**\1**(3)" %!preproc(man): "(owlps[^ ]*\.h)" "**\1**(3)"
%%% %%%
@ -21,7 +21,7 @@ June 2013
= Synopsis = = Synopsis =
**owlps-client** [ **-v** | **-q** ] **-i** dest_ip [ **-p** //dest_port// ] [ **-I** //iface// ] **owlps-client** [ **-v** | **-q** ] **-i** //dest_ip// [ **-p** //dest_port// ] [ **-I** //iface// ]
[ **-t** //delay// ] [ **-n** //nb_packets// ] [ **-s** //packet_size// ] [ **-t** //delay// ] [ **-n** //nb_packets// ] [ **-s** //packet_size// ]
[ **-F** [ //delay// ] [ **-N** //nb_requests// ] [ **-D** ] ] [ **-l** [ //port// ] ] [ **-F** [ //delay// ] [ **-N** //nb_requests// ] [ **-D** ] ] [ **-l** [ //port// ] ]
@ -100,9 +100,9 @@ Where:
= Options = = Options =
: **-h** : **-h**
Print help message. Print help message and exit.
: **-V** : **-V**
Print version information. Print version information and exit.
: **-v** : **-v**
Turn on verbose mode (default). Turn on verbose mode (default).
: **-q** : **-q**
@ -113,8 +113,8 @@ Where:
: **-p** //dest_port// : **-p** //dest_port//
Destination port of the localisation request (default: 9900). Destination port of the localisation request (default: 9900).
: **-t** //delay// : **-t** //delay//
Time between each packet transmission in milliseconds (default: 25 ms Time between two packet transmissions in milliseconds. The default is
for a normal request, 50 ms for a calibration request). 25 ms for normal requests and 50 ms for calibration requests.
: **-n** //nb_packets// : **-n** //nb_packets//
Number of packet transmitted for the request (default: 10 for a normal Number of packet transmitted for the request (default: 10 for a normal
request, 20 for a calibration request). request, 20 for a calibration request).
@ -134,7 +134,7 @@ Where:
With -F, stop after //nb_requests// requests transmitted instead of With -F, stop after //nb_requests// requests transmitted instead of
looping indefinitely. looping indefinitely.
: **-D** : **-D**
Daemon mode. Useful only in flood mode. Daemon mode (fork to the background). Useful only in flood mode.
: **-l** [ //port// ] : **-l** [ //port// ]
Wait for the computed position and display it. The optional argument Wait for the computed position and display it. The optional argument
//port// allows to specify the listening port (default: 9910). //port// allows to specify the listening port (default: 9910).