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.
|
including the '#' character is ignored.
|
||||||
.sp
|
.sp
|
||||||
Example:
|
Example:
|
||||||
$ cat <<.EOF. >cmds.txt
|
$ cat <<.EOF. >cmds.txt
|
||||||
> # File of commands
|
> # File of commands
|
||||||
> v f m # query rig
|
> v f m # query rig
|
||||||
> V VFOB F 14200000 M CW 500 # set rig
|
> V VFOB F 14200000 M CW 500 # set rig
|
||||||
> v f m # query rig
|
> v f m # query rig
|
||||||
> .EOF.
|
> .EOF.
|
||||||
|
|
||||||
$ rigctl -m1 - <cmds.txt
|
$ rigctl -m1 - <cmds.txt
|
||||||
|
|
||||||
v VFOA
|
v VFOA
|
||||||
|
|
||||||
f 145000000
|
f 145000000
|
||||||
|
|
||||||
m FM
|
m FM
|
||||||
15000
|
15000
|
||||||
|
|
||||||
V VFOB
|
V VFOB
|
||||||
F 14200000
|
F 14200000
|
||||||
M CW 500
|
M CW 500
|
||||||
v VFOB
|
v VFOB
|
||||||
|
|
||||||
f 14200000
|
f 14200000
|
||||||
|
|
||||||
m CW
|
m CW
|
||||||
500
|
500
|
||||||
|
|
||||||
$
|
$
|
||||||
.PP
|
.PP
|
||||||
Here is a summary of the supported commands (In the case of "set" commands the
|
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"
|
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.
|
including the '#' character is ignored.
|
||||||
.sp
|
.sp
|
||||||
Example:
|
Example:
|
||||||
$ cat <<.EOF. >cmds.txt
|
$ cat <<.EOF. >cmds.txt
|
||||||
> # File of commands
|
> # File of commands
|
||||||
> set_pos 180.0 10.0 # rotate
|
> set_pos 180.0 10.0 # rotate
|
||||||
> pause 30 # wait for action to complete
|
> pause 30 # wait for action to complete
|
||||||
> get_pos # query rotator
|
> get_pos # query rotator
|
||||||
> .EOF.
|
> .EOF.
|
||||||
|
|
||||||
$ rotctl -m1 - <cmds.txt
|
$ rotctl -m1 - <cmds.txt
|
||||||
|
|
||||||
set_pos 180.0 10.0
|
set_pos 180.0 10.0
|
||||||
pause 30
|
pause 30
|
||||||
get_pos 180.000000
|
get_pos 180.000000
|
||||||
10.000000
|
10.000000
|
||||||
|
|
||||||
$
|
$
|
||||||
.PP
|
.PP
|
||||||
A summary of commands is included below (In the case of "set" commands the
|
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
|
quoted string is replaced by the value in the description. In the case of
|
||||||
|
|
Ładowanie…
Reference in New Issue