kopia lustrzana https://github.com/Hamlib/Hamlib
Fix manpage errors.
rodzic
b5e63fed0c
commit
182a014597
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue