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.
.
.TH "H2LOAD" "1" "September 06, 2015" "1.3.1-DEV" "nghttp2"
.TH "H2LOAD" "1" "September 12, 2015" "1.3.1" "nghttp2"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttp \- HTTP/2 experimental client
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttpd \- HTTP/2 experimental server
.

View File

@ -1,6 +1,6 @@
.\" 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
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
\fI\%\-\-backend\-write\-timeout\fP options.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-accept\-proxy\-protocol
Accept PROXY protocol version 1 on frontend connection.
.UNINDENT
.SS Performance
.INDENT 0.0
.TP

View File

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