diff options
author | jmc | 2021-09-02 14:14:44 +0000 |
---|---|---|
committer | Wolfgang Müller | 2021-09-08 15:40:46 +0200 |
commit | 0be49518a018ea21d92535f2813c70419e16bbfa (patch) | |
tree | 39e983e295c6387f6202fe7f2686c3d899b0e54a /slowcgi.8 | |
parent | 664721b2882217fae1eb2ae506d65757a68cb007 (diff) | |
download | slowcgi-0be49518a018ea21d92535f2813c70419e16bbfa.tar.gz |
list -v with -d in SYNOPSIS, instead of seperately, and add -v to usage();7.0
Diffstat (limited to '')
-rw-r--r-- | slowcgi.8 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: slowcgi.8,v 1.15 2021/09/02 13:18:04 florian Exp $ +.\" $OpenBSD: slowcgi.8,v 1.16 2021/09/02 14:14:44 jmc Exp $ .\" .\" Copyright (c) 2013 Florian Obser <florian@openbsd.org> .\" @@ -22,12 +22,11 @@ .Nd a FastCGI to CGI wrapper server .Sh SYNOPSIS .Nm -.Op Fl d +.Op Fl dv .Op Fl p Ar path .Op Fl s Ar socket .Op Fl U Ar user .Op Fl u Ar user -.Op Fl v .Sh DESCRIPTION .Nm is a server which implements the FastCGI Protocol to execute CGI scripts. |