From c2e323662b166e5a72389eda29e369bf87ba74ed Mon Sep 17 00:00:00 2001 From: architeuthidae Date: Mon, 15 Jul 2024 10:50:13 +0800 Subject: [PATCH] doc: Put back telnet exit hint --- doc/manual/developing_a_ndsp.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/developing_a_ndsp.rst b/doc/manual/developing_a_ndsp.rst index 0ce1f4d49..60ebd2f25 100644 --- a/doc/manual/developing_a_ndsp.rst +++ b/doc/manual/developing_a_ndsp.rst @@ -69,6 +69,10 @@ In a different console, verify that you can connect to the TCP port: :: Connected to ::1. Escape character is '^]'. +.. tip :: + + To exit telnet, use the escape character combination (Ctrl + ]) to access the ``telnet>`` prompt, and then enter ``quit`` or ``close`` to close the connection. + Also verify that a target (i.e. available service for RPC) named "hello" exists: :: $ sipyco_rpctool ::1 3249 list-targets