Fix manpage errors.

Hamlib-3.0
Bill Somerville 2014-05-02 20:06:35 +01:00
rodzic b5e63fed0c
commit 182a014597
2 zmienionych plików z 42 dodań i 42 usunięć

Wyświetl plik

@ -187,33 +187,33 @@ the '#' character, all text up until the end of the current line
including the '#' character is ignored.
.sp
Example:
$ cat <<.EOF. >cmds.txt
> # File of commands
> v f m # query rig
> V VFOB F 14200000 M CW 500 # set rig
> v f m # query rig
> .EOF.
$ rigctl -m1 - <cmds.txt
v VFOA
f 145000000
m FM
15000
V VFOB
F 14200000
M CW 500
v VFOB
f 14200000
m CW
500
$
$ cat <<.EOF. >cmds.txt
> # File of commands
> v f m # query rig
> V VFOB F 14200000 M CW 500 # set rig
> v f m # query rig
> .EOF.
$ rigctl -m1 - <cmds.txt
v VFOA
f 145000000
m FM
15000
V VFOB
F 14200000
M CW 500
v VFOB
f 14200000
m CW
500
$
.PP
Here is a summary of the supported commands (In the case of "set" commands the
quoted string is replaced by the value in the description. In the case of "get"

Wyświetl plik

@ -151,21 +151,21 @@ the '#' character, all text up until the end of the current line
including the '#' character is ignored.
.sp
Example:
$ cat <<.EOF. >cmds.txt
> # File of commands
> set_pos 180.0 10.0 # rotate
> pause 30 # wait for action to complete
> get_pos # query rotator
> .EOF.
$ rotctl -m1 - <cmds.txt
set_pos 180.0 10.0
pause 30
get_pos 180.000000
10.000000
$
$ cat <<.EOF. >cmds.txt
> # File of commands
> set_pos 180.0 10.0 # rotate
> pause 30 # wait for action to complete
> get_pos # query rotator
> .EOF.
$ rotctl -m1 - <cmds.txt
set_pos 180.0 10.0
pause 30
get_pos 180.000000
10.000000
$
.PP
A summary of commands is included below (In the case of "set" commands the
quoted string is replaced by the value in the description. In the case of