From 4170953aa0fca9c9c351a13cd4847ac43d4f8fff Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 18 Aug 2024 16:51:11 -0500 Subject: [PATCH] Update man pages --- doc/man1/rigctld.1 | 4 ++-- doc/man1/rotctld.1 | 25 +++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/doc/man1/rigctld.1 b/doc/man1/rigctld.1 index fc701018b..8e80db79d 100644 --- a/doc/man1/rigctld.1 +++ b/doc/man1/rigctld.1 @@ -236,8 +236,8 @@ rigctl -m 2 -r ::1 (on Linux rigctld doesn't listen on IPV6 by default) .IP rigctld -T 127.0.0.1 .in +4n -rigctl -m 2 -rigctl -m 2 -r 127.0.0.1 +rigctl -m 2 (binds to all interfaces) +rigctl -m 2 -r 127.0.0.1 (bind only to 127.0.0.1) .EE Exceptions: .EX diff --git a/doc/man1/rotctld.1 b/doc/man1/rotctld.1 index f65bbcf3d..234b71a04 100644 --- a/doc/man1/rotctld.1 +++ b/doc/man1/rotctld.1 @@ -138,6 +138,27 @@ Use as the listening IP address. .IP The default is ANY. +.IP +.B rotctld +can be run and connected to like this: +. +.IP +.EX +rotctld (binds to all interfaces) +. +.in +4n +rotctl -m 2 +rotctl -m 2 -r 127.0.0.1 +rotctl -m 2 -r localhost +rotctl -m 2 -r 192.168.1.1 (local IP address) +rotctl -m 2 -r ::1 (on Linux rotctld doesn't listen on IPV6 by default) +.in +. +.IP +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) . .TP .BR \-t ", " \-\-port = \fInumber\fP @@ -149,8 +170,8 @@ The default is 4533. .IP .BR Note : As -.BR rigctld \(aqs -default port is 4532, it is advisable to use odd numbered ports for +.BR rotctld \(aqs +default port is 4533, it is advisable to use odd numbered ports for .BR rotctld , e.g. 4533, 4535, 4537, etc. .