Update man pages

This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-16 00:10:41 +09:00
parent a99085891a
commit 6bd728b3c2
6 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "H2LOAD" "1" "May 15, 2015" "0.7.15" "nghttp2"
.TH "H2LOAD" "1" "May 16, 2015" "1.0.0" "nghttp2"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.
@ -116,9 +116,9 @@ Add/Override a header to the requests.
.B \-p, \-\-no\-tls\-proto=<PROTOID>
Specify ALPN identifier of the protocol to be used when
accessing http URI without SSL/TLS.
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c\-14
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c
.sp
Default: \fBh2c\-14\fP
Default: \fBh2c\fP
.UNINDENT
.INDENT 0.0
.TP

View File

@ -88,9 +88,9 @@ OPTIONS
Specify ALPN identifier of the protocol to be used when
accessing http URI without SSL/TLS.
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c-14
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c
Default: ``h2c-14``
Default: ``h2c``
.. option:: -d, --data=<FILE>

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTP" "1" "May 15, 2015" "0.7.15" "nghttp2"
.TH "NGHTTP" "1" "May 16, 2015" "1.0.0" "nghttp2"
.SH NAME
nghttp \- HTTP/2 experimental client
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPD" "1" "May 15, 2015" "0.7.15" "nghttp2"
.TH "NGHTTPD" "1" "May 16, 2015" "1.0.0" "nghttp2"
.SH NAME
nghttpd \- HTTP/2 experimental server
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPX" "1" "May 15, 2015" "0.7.15" "nghttp2"
.TH "NGHTTPX" "1" "May 16, 2015" "1.0.0" "nghttp2"
.SH NAME
nghttpx \- HTTP/2 experimental proxy
.
@ -690,10 +690,10 @@ will not be altered regardless of this option.
.B \-\-altsvc=<PROTOID,PORT[,HOST,[ORIGIN]]>
Specify protocol ID, port, host and origin of
alternative service. <HOST> and <ORIGIN> are optional.
They are advertised in alt\-svc header field or HTTP/2
ALTSVC frame. This option can be used multiple times to
specify multiple alternative services. Example:
\fI\%\-\-altsvc\fP=h2,443
They are advertised in alt\-svc header field only in
HTTP/1.1 frontend. This option can be used multiple
times to specify multiple alternative services.
Example: \fI\%\-\-altsvc\fP=h2,443
.UNINDENT
.INDENT 0.0
.TP

View File

@ -608,10 +608,10 @@ HTTP
Specify protocol ID, port, host and origin of
alternative service. <HOST> and <ORIGIN> are optional.
They are advertised in alt-svc header field or HTTP/2
ALTSVC frame. This option can be used multiple times to
specify multiple alternative services. Example:
:option:`--altsvc`\=h2,443
They are advertised in alt-svc header field only in
HTTP/1.1 frontend. This option can be used multiple
times to specify multiple alternative services.
Example: :option:`--altsvc`\=h2,443
.. option:: --add-response-header=<HEADER>