summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-08-28 08:09:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-08-28 08:09:40 +0000
commita54222d32ede042c5690dea7eadde78b869d9cbf (patch)
tree1b35f528fbfd806ed7624e9c6711d656b67e7c69 /usr.sbin
parentdb81706bee1cac624223e48eb11be162d9b26f7a (diff)
fix previous, and add a SEE ALSO section for httpd;
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/slowcgi/slowcgi.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/slowcgi/slowcgi.8 b/usr.sbin/slowcgi/slowcgi.8
index 7aee9d84746..d3ab4030bed 100644
--- a/usr.sbin/slowcgi/slowcgi.8
+++ b/usr.sbin/slowcgi/slowcgi.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: slowcgi.8,v 1.10 2014/08/26 20:03:31 robert Exp $
+.\" $OpenBSD: slowcgi.8,v 1.11 2014/08/28 08:09:39 jmc Exp $
.\"
.\" Copyright (c) 2013 Florian Obser <florian@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 26 2014 $
+.Dd $Mdocdate: August 28 2014 $
.Dt SLOWCGI 8
.Os
.Sh NAME
@@ -35,8 +35,7 @@ While CGI scripts need to be forked for every request, FastCGI scripts
can be kept running and handle many HTTP requests.
.Pp
.Nm
-is a simple server that translates FastCGI requests coming from
-to the CGI protocol.
+is a simple server that translates FastCGI requests to the CGI protocol.
It executes the requested CGI script and translates its output back to the
FastCGI protocol.
.Pp
@@ -81,7 +80,8 @@ Drop privileges to
.Ar user
instead of default user www.
.El
-.\" .Sh SEE ALSO
+.Sh SEE ALSO
+.Xr httpd 8
.Sh STANDARDS
.Rs
.%A Mark R. Brown