From: openKylin Developers <packaging@lists.openkylin.top>
Date: Tue, 30 Apr 2024 15:49:33 +0800
Subject: chat_man

chat(8): document the TIMEOUT directive
---
 chat/chat.8 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/chat/chat.8 b/chat/chat.8
index 6d10836..2273a12 100644
--- a/chat/chat.8
+++ b/chat/chat.8
@@ -35,7 +35,8 @@ Set the timeout for the expected string to be received. If the string
 is not received within the time limit then the reply string is not
 sent. An alternate reply may be sent or the script will fail if there
 is no alternate reply string. A failed script will cause the
-\fIchat\fR program to terminate with a non-zero error code.
+\fIchat\fR program to terminate with a non-zero error code. You can
+also use the TIMEOUT string in order to specify the timeout.
 .TP
 .B \-r \fI<report file>
 Set the file for output of the report strings. If you use the keyword
@@ -349,7 +350,7 @@ ogin:\-\-BREAK\-\-ogin: real_account
 .LP
 .SH TIMEOUT
 The initial timeout value is 45 seconds. This may be changed using the \fB\-t\fR
-parameter.
+parameter. You can also specify "TIMEOUT 0".
 .LP
 To change the timeout value for the next expect string, the following
 example may be used:
