Update man pages

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-25 19:44:41 +09:00
parent 25a3510501
commit 196de5db89
5 changed files with 12 additions and 18 deletions

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "H2LOAD" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2"
.TH "H2LOAD" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTP" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2"
.TH "NGHTTP" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME
nghttp \- HTTP/2 client
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPD" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2"
.TH "NGHTTPD" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME
nghttpd \- HTTP/2 server
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPX" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2"
.TH "NGHTTPX" "1" "January 25, 2016" "1.7.0" "nghttp2"
.SH NAME
nghttpx \- HTTP/2 proxy
.
@ -305,7 +305,7 @@ Default: \fB16K\fP
.B \-\-backend\-response\-buffer=<SIZE>
Set buffer size used to store backend response.
.sp
Default: \fB16K\fP
Default: \fB128K\fP
.UNINDENT
.INDENT 0.0
.TP
@ -870,7 +870,7 @@ the string is randomly generated at startup. If "ip" is
given, the interface address of the connection,
including port number, is sent with "by" parameter.
User can also specify the static obfuscated string. The
limitation is that it must starts with "_", and only
limitation is that it must start with "_", and only
consists of character set [A\-Za\-z0\-9._\-], as described
in RFC 7239.
.sp
@ -878,16 +878,13 @@ Default: \fBobfuscated\fP
.UNINDENT
.INDENT 0.0
.TP
.B \-\-forwarded\-for=(obfuscated|ip|<VALUE>)
.B \-\-forwarded\-for=(obfuscated|ip)
Specify the parameter value sent out with "for"
parameter of Forwarded header field. If "obfuscated" is
given, the string is randomly generated for each client
connection. If "ip" is given, the remote client address
of the connection, without port number, is sent with
"for" parameter. User can also specify the static
obfuscated string. The limitation is that it must
starts with "_", and only consists of character set
[A\-Za\-z0\-9._\-], as described in RFC 7239.
"for" parameter.
.sp
Default: \fBobfuscated\fP
.UNINDENT

View File

@ -270,7 +270,7 @@ Performance
Set buffer size used to store backend response.
Default: ``16K``
Default: ``128K``
.. option:: --fastopen=<N>
@ -775,23 +775,20 @@ HTTP
given, the interface address of the connection,
including port number, is sent with "by" parameter.
User can also specify the static obfuscated string. The
limitation is that it must starts with "_", and only
limitation is that it must start with "_", and only
consists of character set [A-Za-z0-9._-], as described
in RFC 7239.
Default: ``obfuscated``
.. option:: --forwarded-for=(obfuscated|ip|<VALUE>)
.. option:: --forwarded-for=(obfuscated|ip)
Specify the parameter value sent out with "for"
parameter of Forwarded header field. If "obfuscated" is
given, the string is randomly generated for each client
connection. If "ip" is given, the remote client address
of the connection, without port number, is sent with
"for" parameter. User can also specify the static
obfuscated string. The limitation is that it must
starts with "_", and only consists of character set
[A-Za-z0-9._-], as described in RFC 7239.
"for" parameter.
Default: ``obfuscated``