Update man pages

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-12 22:51:40 +09:00
parent 063e1d7606
commit 39fb5972d4
5 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "H2LOAD" "1" "September 06, 2015" "1.3.1-DEV" "nghttp2" .TH "H2LOAD" "1" "September 12, 2015" "1.3.1" "nghttp2"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
. .

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTP" "1" "September 06, 2015" "1.3.1-DEV" "nghttp2" .TH "NGHTTP" "1" "September 12, 2015" "1.3.1" "nghttp2"
.SH NAME .SH NAME
nghttp \- HTTP/2 experimental client nghttp \- HTTP/2 experimental client
. .

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPD" "1" "September 06, 2015" "1.3.1-DEV" "nghttp2" .TH "NGHTTPD" "1" "September 12, 2015" "1.3.1" "nghttp2"
.SH NAME .SH NAME
nghttpd \- HTTP/2 experimental server nghttpd \- HTTP/2 experimental server
. .

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPX" "1" "September 06, 2015" "1.3.1-DEV" "nghttp2" .TH "NGHTTPX" "1" "September 12, 2015" "1.3.1" "nghttp2"
.SH NAME .SH NAME
nghttpx \- HTTP/2 experimental proxy nghttpx \- HTTP/2 experimental proxy
. .
@ -158,6 +158,11 @@ timeouts when connecting and making CONNECT request can
be specified by \fI\%\-\-backend\-read\-timeout\fP and be specified by \fI\%\-\-backend\-read\-timeout\fP and
\fI\%\-\-backend\-write\-timeout\fP options. \fI\%\-\-backend\-write\-timeout\fP options.
.UNINDENT .UNINDENT
.INDENT 0.0
.TP
.B \-\-accept\-proxy\-protocol
Accept PROXY protocol version 1 on frontend connection.
.UNINDENT
.SS Performance .SS Performance
.INDENT 0.0 .INDENT 0.0
.TP .TP

View File

@ -137,6 +137,10 @@ Connections
be specified by :option:`--backend-read-timeout` and be specified by :option:`--backend-read-timeout` and
:option:`--backend-write-timeout` options. :option:`--backend-write-timeout` options.
.. option:: --accept-proxy-protocol
Accept PROXY protocol version 1 on frontend connection.
Performance Performance
~~~~~~~~~~~ ~~~~~~~~~~~