[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 477c94c8fbf1ec4b82fb9
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2022-12-09 14:26:01
|
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 477c94c8fbf1ec4b82fb976d569c9d87357f7d1d (commit) from aa50482c831001eef1bd585035b83dace93fdbfc (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 477c94c8fbf1ec4b82fb976d569c9d87357f7d1d Author: Nate Bargmann <n0...@n0...> Date: Fri Dec 9 08:24:36 2022 -0600 Quell groff warning of "font p not found". Font names need to be upper case in nroff. diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index 772173be..73bc1320 100644 --- a/doc/man1/rigctl.1 +++ b/doc/man1/rigctl.1 @@ -1289,7 +1289,7 @@ CW Skimmer is started and "set_lock_mode 0" when CW Skimmer is stopped. Returns current lock mode status 1=On, 2=Off (only useful when using rigctld) . .TP -.BR send_raw " \(aq" \fITerminator\fP "\(aq \(aq" \fIString\fp \(aq +.BR send_raw " \(aq" \fITerminator\fP "\(aq \(aq" \fIString\fP \(aq .EX Can send ASCII string or 0xnn values -- there can be no spaces in the command string. Possible terminator values are CR, LF, ;, ICOM, 0-100 (bytes to read), or -1 meaning unknown (will timeout on read) ----------------------------------------------------------------------- Summary of changes: doc/man1/rigctl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |