comparison docs/man/nginx.8 @ 6188:f08e80409dfd

Documentation: added -T option description to the man page.
author Vladimir Homutov <vl@nginx.com>
date Tue, 16 Jun 2015 16:28:56 +0300
parents 2552afcb74d3
children 54b10b289f0f
comparison
equal deleted inserted replaced
6187:1b7e246e6b38 6188:f08e80409dfd
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 .\" SUCH DAMAGE. 25 .\" SUCH DAMAGE.
26 .\" 26 .\"
27 .\" 27 .\"
28 .Dd March 6, 2012 28 .Dd June 16, 2015
29 .Dt NGINX 8 29 .Dt NGINX 8
30 .Os 30 .Os
31 .Sh NAME 31 .Sh NAME
32 .Nm nginx 32 .Nm nginx
33 .Nd "HTTP and reverse proxy server, mail proxy server" 33 .Nd "HTTP and reverse proxy server, mail proxy server"
34 .Sh SYNOPSIS 34 .Sh SYNOPSIS
35 .Nm 35 .Nm
36 .Op Fl ?hqtVv 36 .Op Fl ?hqTtVv
37 .Op Fl c Ar file 37 .Op Fl c Ar file
38 .Op Fl g Ar directives 38 .Op Fl g Ar directives
39 .Op Fl p Ar prefix 39 .Op Fl p Ar prefix
40 .Op Fl s Ar signal 40 .Op Fl s Ar signal
41 .Sh DESCRIPTION 41 .Sh DESCRIPTION
85 .It Fl t 85 .It Fl t
86 Do not run, just test the configuration file. 86 Do not run, just test the configuration file.
87 .Nm 87 .Nm
88 checks the configuration file syntax and then tries to open files 88 checks the configuration file syntax and then tries to open files
89 referenced in the configuration file. 89 referenced in the configuration file.
90 .It Fl T
91 Same as -t, but additionally dumps configuration files to stdout.
90 .It Fl V 92 .It Fl V
91 Print the 93 Print the
92 .Nm 94 .Nm
93 version, compiler version, and 95 version, compiler version, and
94 .Pa configure 96 .Pa configure