initial commit
This commit is contained in:
22
ct.1
Normal file
22
ct.1
Normal file
@@ -0,0 +1,22 @@
|
||||
.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.
|
||||
Reference in New Issue
Block a user