diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-11-24 17:19:40 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-11-24 17:19:40 +0000 |
| commit | 5a9a897d7b632d6123aacabf1c0f141db0ad799b (patch) | |
| tree | bbc25e7a291e8721d91cd11186627068eaab7cad /docs/man | |
| parent | 219053e3e3bd18ecb195815df0023da40dbdff9d (diff) | |
| parent | 84a2201964df4c255f7b605951a0ddbae124184f (diff) | |
| download | nginx-5a9a897d7b632d6123aacabf1c0f141db0ad799b.tar.gz nginx-5a9a897d7b632d6123aacabf1c0f141db0ad799b.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/nginx.8 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/man/nginx.8 b/docs/man/nginx.8 index 573d935e6..10db3e6cb 100644 --- a/docs/man/nginx.8 +++ b/docs/man/nginx.8 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd December 5, 2019 +.Dd November 5, 2020 .Dt NGINX 8 .Os .Sh NAME @@ -35,6 +35,7 @@ .Nm .Op Fl ?hqTtVv .Op Fl c Ar file +.Op Fl e Ar file .Op Fl g Ar directives .Op Fl p Ar prefix .Op Fl s Ar signal @@ -54,6 +55,12 @@ Print help. .It Fl c Ar file Use an alternative configuration .Ar file . +.It Fl e Ar file +Use an alternative error log +.Ar file . +Special value +.Cm stderr +indicates that the standard error output should be used. .It Fl g Ar directives Set global configuration directives. See @@ -198,10 +205,10 @@ Development of started in 2002, with the first public release on October 4, 2004. .Sh AUTHORS .An -nosplit -.An Igor Sysoev Aq igor@sysoev.ru . +.An Igor Sysoev Aq Mt igor@sysoev.ru . .Pp This manual page was originally written by -.An Sergey A. Osokin Aq osa@FreeBSD.org.ru +.An Sergey A. Osokin Aq Mt osa@FreeBSD.org.ru as a result of compiling many .Nm documents from all over the world. |
