details: http://hg.nginx.org/nginx/rev/f08e80409dfd branches: changeset: 6188:f08e80409dfd user: Vladimir Homutov <[email protected]> date: Tue Jun 16 16:28:56 2015 +0300 description: Documentation: added -T option description to the man page.
diffstat: docs/man/nginx.8 | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diffs (30 lines): diff -r 1b7e246e6b38 -r f08e80409dfd docs/man/nginx.8 --- a/docs/man/nginx.8 Thu May 14 18:54:27 2015 +0300 +++ b/docs/man/nginx.8 Tue Jun 16 16:28:56 2015 +0300 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd March 6, 2012 +.Dd June 16, 2015 .Dt NGINX 8 .Os .Sh NAME @@ -33,7 +33,7 @@ .Nd "HTTP and reverse proxy server, mail proxy server" .Sh SYNOPSIS .Nm -.Op Fl ?hqtVv +.Op Fl ?hqTtVv .Op Fl c Ar file .Op Fl g Ar directives .Op Fl p Ar prefix @@ -87,6 +87,8 @@ Do not run, just test the configuration .Nm checks the configuration file syntax and then tries to open files referenced in the configuration file. +.It Fl T +Same as -t, but additionally dumps configuration files to stdout. .It Fl V Print the .Nm _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
