[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 0fe9b866d26189ab9071d
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-19 17:19:13
|
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 0fe9b866d26189ab9071dc605de0ad60f2425a0d (commit) from 3d2ab7f379b5be2071d784bb5ef0b4311f41806c (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 0fe9b866d26189ab9071dc605de0ad60f2425a0d Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Jan 19 11:18:38 2021 -0600 Update rigctl.1 man page for W command format diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index e695ce3f..fedc9fcd 100644 --- a/doc/man1/rigctl.1 +++ b/doc/man1/rigctl.1 @@ -1109,8 +1109,8 @@ option above, will terminate each command string sent to the radio. This character should not be a part of the input string. . .TP -.BR W ", " send_cmd_rx " \(aq" \fICmd\fP \(aq -Send a raw command string to the radio and expect a number of bytes returned. +.BR W ", " send_cmd_rx " \(aq" \fICmd\fP\(aq " " \fInbytes\FP +Send a raw command string to the radio and expect nbytes returned. .IP This is useful for testing and troubleshooting radio commands and responses when developing a backend. If the # of bytes requested is <= the number actually returned no timeout will occur. ----------------------------------------------------------------------- Summary of changes: doc/man1/rigctl.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |