summaryrefslogtreecommitdiff
path: root/fcgiwrap.8
diff options
context:
space:
mode:
authorJordi Mallach <jordi@sindominio.net>2010-09-01 21:45:42 +0200
committerGrzegorz Nosek <root@localdomain.pl>2010-09-08 17:53:27 +0200
commitc2804465ea561e84feded99cd08fc700eeeea3bb (patch)
tree71dc635534fcdba4b3a15412fab96e94e265fffc /fcgiwrap.8
parent3c2ff94a4fd134ff6457ad8ad41385d565a94bbc (diff)
downloadfcgiwrap-c2804465ea561e84feded99cd08fc700eeeea3bb.tar.xz
fcgiwrap-c2804465ea561e84feded99cd08fc700eeeea3bb.zip
Add missing escaping to minus signs.
"-" must be escaped ("\-") to be interpreted as minus. Signed-off-by: Jordi Mallach <jordi@debian.org>
Diffstat (limited to 'fcgiwrap.8')
-rw-r--r--fcgiwrap.84
1 files changed, 2 insertions, 2 deletions
diff --git a/fcgiwrap.8 b/fcgiwrap.8
index 15c8523..504a9c2 100644
--- a/fcgiwrap.8
+++ b/fcgiwrap.8
@@ -64,7 +64,7 @@ complete path to CGI script. When set, overrides DOCUMENT_ROOT and SCRIPT_NAME
The fastest way to see \fBfcgiwrap\fP do something is to launch it at the command line
like this:
.br
-fcgiwrap -s unix:/var/run/fcgiwrap.sock
+fcgiwrap \-s unix:/var/run/fcgiwrap.sock
.br
Apart from potential permission problems etc., it should be ready to accept FastCGI
requests and run CGI scripts.
@@ -81,7 +81,7 @@ FCGI_USER=nginx
.br
FCGI_GROUP=www
.br
-FCGI_EXTRA_OPTIONS="-M 0700"
+FCGI_EXTRA_OPTIONS="\-M 0700"
.br
ALLOWED_ENV="PATH"