[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.6.3 updated. f0ac83bcba5b7bf
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-05-26 15:52:30
|
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 f0ac83bcba5b7bf0a6a2db18d31069bbd118cd41 (commit) via ffb61c29a5aa0eca95d4cf62e3cb15c610a223ce (commit) from e641162a6be7570a20b6e0189a53063cdbca1a39 (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 f0ac83bcba5b7bf0a6a2db18d31069bbd118cd41 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Mon May 26 08:25:17 2025 +0200 Fix typo Add closing tag for example text. (cherry picked from commit 43017b38f08c6ed75fa9c5a4d88bdb0875e7c15a) diff --git a/doc/man1/rotctld.1 b/doc/man1/rotctld.1 index 234b71a04..d1cd13ed1 100644 --- a/doc/man1/rotctld.1 +++ b/doc/man1/rotctld.1 @@ -159,6 +159,7 @@ rotctld -T 127.0.0.1 (bind only to 127.0.0.1) .in +4n rotctl -m 2 (binds to all interfaces) rotctl -m 2 -r 127.0.0.1 (bind only to 127.0.0.1) +.EE . .TP .BR \-t ", " \-\-port = \fInumber\fP commit ffb61c29a5aa0eca95d4cf62e3cb15c610a223ce Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Sat May 24 20:03:33 2025 +0200 Fix typo (cherry picked from commit 3034631b2f99f32680e2939035f45019a2fc38c3) diff --git a/rigs/dummy/amp_dummy.c b/rigs/dummy/amp_dummy.c index d04d586e6..1b94884a5 100644 --- a/rigs/dummy/amp_dummy.c +++ b/rigs/dummy/amp_dummy.c @@ -186,7 +186,7 @@ static int dummy_amp_get_level(AMP *amp, setting_t level, value_t *val) return RIG_OK; case AMP_LEVEL_NH: - rig_debug(RIG_DEBUG_VERBOSE, "%s AMP_LEVEL_UH\n", __func__); + rig_debug(RIG_DEBUG_VERBOSE, "%s AMP_LEVEL_NH\n", __func__); val->i = flag == 0 ? 0 : 8370; return RIG_OK; ----------------------------------------------------------------------- Summary of changes: doc/man1/rotctld.1 | 1 + rigs/dummy/amp_dummy.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |