/var/lib/ax25/node/help/telnet.hlp is in uronode 2.8.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | USAGE
Telnet <host> [<port>] [s|d]
DESCRIPTION
Initiates a telnet session to a remote host using TCP/IP.
You might not be able to connect to a given host due to the
local operator's policy of using this node, or simply because
the host is unreachable due to a network failure. You can use
the ping command to check if a host is reachable.
By default, the telnet command connects to the TCP port 23
(allocated for telnet). You can specify another TCP port or
a TCP port name.
If a single `s' is entered as the last parameter, then when
the remote host disconnects you will be returned to this node.
This is only valid if the user connects into your node via
NetRom, otherwise the user is automatically reconnected to
the node.
EXAMPLES
telnet aripisa.ampr.org
telnet aripisa.ampr.org 1024
telnet 44.134.208.29 s
telnet 44.88.0.9 23 s
|