26 lines
535 B
Groff
26 lines
535 B
Groff
.TH "Threaded Network Chat" 1
|
|
|
|
.SH NAME
|
|
\fBct\fR - Threaded Network Chat
|
|
|
|
.SH SYNOPSIS
|
|
.SY
|
|
./ct # start as server
|
|
|
|
./ct # start as client
|
|
|
|
/quit # while program running
|
|
.YS
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.LP
|
|
This program is meant to run as two instances. One for a "host" or "server" user
|
|
to initiate a session and the other for a "client" user to join the host.
|
|
|
|
.LP
|
|
Messages are sent as buffered plain text with minimal processing, if any.
|
|
|
|
.LP
|
|
The program is intialized in server mode and waits for a client the send a message in the textbox
|