]> git.kaiwu.me - nginx.git/commitdiff
Documentation: added -T option description to the man page.
authorVladimir Homutov <vl@nginx.com>
Tue, 16 Jun 2015 13:28:56 +0000 (16:28 +0300)
committerVladimir Homutov <vl@nginx.com>
Tue, 16 Jun 2015 13:28:56 +0000 (16:28 +0300)
docs/man/nginx.8

index f119a2327a85e4d034a6ed3a12387c4800bad8ed..70d82d4fe257b17b1e4eddcae5fa53d1bdd331bf 100644 (file)
@@ -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 file.
 .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