From 2967945e327d91eb08413140fc80759527ae0c56 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Fri, 6 Jun 2025 19:19:39 +0200 Subject: [PATCH] Fix syntax error Fixes an error that happens when trying to run the example: $ nc -w 1 localhost 4532P nc: port number invalid: 4532P --- doc/man1/rigctld.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .