From 83458bc03c1527d637c1c2ec15e7a39aa05a62fd Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 5 Mar 2021 21:52:40 +0100 Subject: Updated manual page according to new project goals --- plop.1 | 8 ++++---- 1 file 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 -- cgit v1.1