[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.6.3 updated. d901969d351b867
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-06-07 02:10:05
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, Hamlib-4.6.3 has been updated via d901969d351b867ee6a176125c3ac4bdbbbacaaf (commit) via 8a4e550978fd0a499781710ed0fd581e6099dde8 (commit) from bb8b764412e033b30a07c2b28aaf5bda29580180 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d901969d351b867ee6a176125c3ac4bdbbbacaaf Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Fri Jun 6 21:00:40 2025 +0200 Fix typo Do the same change as in commit 42f41773 (cherry picked from commit 0123cce1356b99ff15d9d3a400556bd0b8de7e8b) diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index 2fec9b6a9..557b3028c 100644 --- a/doc/man1/rigctl.1 +++ b/doc/man1/rigctl.1 @@ -538,7 +538,7 @@ option above) only a single VFO parameter is required: .IP .in +4n .EX -.RB $ " rigctl -m 229 -r /dev/rig -o" +.RB $ " rigctl -m 2029 -r /dev/rig -o" Rig command: V VFO: VFOB commit 8a4e550978fd0a499781710ed0fd581e6099dde8 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Fri Jun 6 19:19:39 2025 +0200 Fix syntax error Fixes an error that happens when trying to run the example: $ nc -w 1 localhost 4532P nc: port number invalid: 4532P (cherry picked from commit 2967945e327d91eb08413140fc80759527ae0c56) diff --git a/doc/man1/rigctld.1 b/doc/man1/rigctld.1 index 187ecfce1..b8bd84949 100644 --- a/doc/man1/rigctld.1 +++ b/doc/man1/rigctld.1 @@ -1741,7 +1741,7 @@ default protocol from the shell prompt: .PP .in +4n .EX -$ \fBecho "\\set_freq 14266000" | nc -w 1 localhost 4532\P +$ \fBecho "\\set_freq 14266000" | nc -w 1 localhost 4532\fP .EE .in . ----------------------------------------------------------------------- Summary of changes: doc/man1/rigctl.1 | 2 +- doc/man1/rigctld.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |