summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-03-05 21:52:40 +0100
committerAki <please@ignore.pl>2021-03-05 21:52:40 +0100
commit83458bc03c1527d637c1c2ec15e7a39aa05a62fd (patch)
tree70528cd353b9a40ac5e4d2f92090fad89b7ecd36
parent7f686c13db864be03d7a5e144b0be7478c4b0a96 (diff)
downloadplop-83458bc03c1527d637c1c2ec15e7a39aa05a62fd.zip
plop-83458bc03c1527d637c1c2ec15e7a39aa05a62fd.tar.gz
plop-83458bc03c1527d637c1c2ec15e7a39aa05a62fd.tar.bz2
Updated manual page according to new project goals
-rw-r--r--plop.18
1 files changed, 4 insertions, 4 deletions
diff --git a/plop.1 b/plop.1
index 3c9b4df..f638463 100644
--- a/plop.1
+++ b/plop.1
@@ -1,6 +1,6 @@
-.TH plop 1 "2021-02-24"
+.TH plop 1 "2021-03-05"
.SH NAME
-plop \- Small hackable standalone engine for Lua web applications
+plop \- framework for prototyping protocols and servers
.SH SYNOPSIS
.SY plop
.OP \-p PORT
@@ -11,7 +11,7 @@ plop \- Small hackable standalone engine for Lua web applications
.B plop
loads
.IR HANDLER
-Lua script and starts a HTTP/1.1 server listening on a designated
+Lua script and starts a TCP server listening on a designated
.IR PORT .
.P
If
@@ -27,7 +27,7 @@ is not specified then default path defined during compilation is used instead. T
was used with module name
.B handler
and the return value is set as global variable with the same name. Loaded script is expected to return a function which
-will be used to handle each request.
+will be used to handle each connection over it's entire lifetime.
.P
If
.B \-h