From 477c94c8fbf1ec4b82fb976d569c9d87357f7d1d Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Fri, 9 Dec 2022 08:24:36 -0600 Subject: [PATCH] Quell groff warning of "font p not found". Font names need to be upper case in nroff. --- doc/man1/rigctl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index 772173bef..73bc13207 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)