diff options
author | Remi Collet <remi@php.net> | 2014-11-19 16:49:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-11-19 16:49:05 +0100 |
commit | c5a1c5f5a4c69ef9af505655b371a63b29a289b4 (patch) | |
tree | e0bd7dae6ddbac928979bf4c398c5c0e0987f11d | |
parent | 4a36482378373aa5dc584213f100f92525f50eb4 (diff) | |
download | php-git-c5a1c5f5a4c69ef9af505655b371a63b29a289b4.tar.gz |
Fixed bug #68452 php-fpm man page is oudated (-O)
-rw-r--r-- | sapi/fpm/php-fpm.8.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sapi/fpm/php-fpm.8.in b/sapi/fpm/php-fpm.8.in index f6ad963aed..3a697c6a65 100644 --- a/sapi/fpm/php-fpm.8.in +++ b/sapi/fpm/php-fpm.8.in @@ -120,6 +120,13 @@ Force to run in background and ignore daemonize option from configuration file. Force to stay in foreground and ignore daemonize option from configuration file. .TP .PD 0 +.B \-\-force-stderr +.TP +.PD 1 +.B \-O +Force output to stderr in nodaemonize even if stderr is not a TTY. +.TP +.PD 0 .B \-\-allow\-to\-run\-as\-root .TP .PD 1 |