aboutsummaryrefslogtreecommitdiffstats
path: root/utils/say.1
diff options
context:
space:
mode:
Diffstat (limited to 'utils/say.1')
-rw-r--r--utils/say.135
1 files changed, 35 insertions, 0 deletions
diff --git a/utils/say.1 b/utils/say.1
new file mode 100644
index 0000000..1807b76
--- /dev/null
+++ b/utils/say.1
@@ -0,0 +1,35 @@
+.TH "say" "1" "January 1997" "Speak 0.2" "Text-to-Speech"
+.PP
+.SH NAME
+.PP
+\fBsay\fP - send output string to text-to-speech service.
+.PP
+.SH SYNOPSIS
+.PP
+\fBspeak\fP \fIhostname\fP "\fImessage\fP"
+.PP
+.SH DESCRIPTION
+.PP
+The Text-to-speech package introduces a standard TCP/IP port service for
+attaching text-to-speech resources to your network. These resources can
+be used to monitor system status, provide verbal alarms, etc. This network
+service may be accessed by telnetting to a machine running a "speak" server,
+or by using the various application utilities, such as \fBsay\fP.
+.PP
+
+The \fBsay\fP program will send a specified string of text to a specified
+network speech server. The intent is to use say to produce verbal output
+much like the way "echo" may be used to create screen output. \fBsay\fP
+will form a momentary connection with the speech server (such as
+\fBspo256\fP), send the message, and then disconnect. The TCP
+service port used for the connection is specified in \fI/etc/services\fP.
+
+.PP
+.SH SEE ALSO
+.PP
+.BR speak (1)
+.PP
+.SH AUTHOR
+.PP
+David Sugar (dyfet@tycho.com)
+.PP