chiark / gitweb /
client/tripectl: Flush output after each line.
[tripe] / doc / tripectl.1
index 1168a03c1526fa13c566ea73d1441976eb111677..379fcda18b2c294d80152fb36f6c176ef9dc73b6 100644 (file)
@@ -51,8 +51,9 @@ Options:
 .SH DESCRIPTION
 The
 .B tripectl
-is a simple client which can be used, either interactively or from a
-script, to send commands to and read status information from a running
+program is a simple client which can be used, either interactively or
+from a script, to send commands to and read status information from a
+running
 .BR tripe (8)
 server.  It can also be used to start
 .BR tripe (8),
@@ -184,8 +185,9 @@ fatal signal or an end-of-file indication from the server.
 .SS "Use from scripts"
 If arguments are given to
 .BR tripectl ,
-they are concatenated with spaces between and submitted to the server
-after connection.  Any
+they are quoted if necessary to protect spaces and other special
+characters, concatenated with spaces between, and submitted to the
+server after connection.  Any
 .B INFO
 responses returned by the server are written to standard output (without
 the
@@ -242,4 +244,4 @@ or to give it a command and quit, but this is seldom useful.
 .IR "The Trivial IP Encryption Protocol" ,
 .IR "The Wrestlers Protocol" .
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>