[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 98d1d4f57b0d0a297dc3e
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-06-07 02:08:17
|
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, master has been updated
via 98d1d4f57b0d0a297dc3e082cb693dfdae74efe5 (commit)
via 0123cce1356b99ff15d9d3a400556bd0b8de7e8b (commit)
via 2967945e327d91eb08413140fc80759527ae0c56 (commit)
from b17644d4e3d53b36ec168574cec8b5a770c7fe46 (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 98d1d4f57b0d0a297dc3e082cb693dfdae74efe5
Merge: b17644d4e 0123cce13
Author: Nate Bargmann <n0...@n0...>
Date: Fri Jun 6 21:05:04 2025 -0500
Merge GitHub PR #1756
commit 0123cce1356b99ff15d9d3a400556bd0b8de7e8b
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
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 2967945e327d91eb08413140fc80759527ae0c56
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
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
|