Update manual pages
This commit is contained in:
parent
3dc6c0afa2
commit
fb0bd22979
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
.TH "H2LOAD" "1" "Feb 02, 2021" "1.43.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
.TH "NGHTTP" "1" "Feb 02, 2021" "1.43.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 client
|
nghttp \- HTTP/2 client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
.TH "NGHTTPD" "1" "Feb 02, 2021" "1.43.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 server
|
nghttpd \- HTTP/2 server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
.TH "NGHTTPX" "1" "Feb 02, 2021" "1.43.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -277,8 +277,11 @@ weight becomes 1. "weight" is ignored if session
|
||||||
affinity is enabled.
|
affinity is enabled.
|
||||||
.sp
|
.sp
|
||||||
Since ";" and ":" are used as delimiter, <PATTERN> must
|
Since ";" and ":" are used as delimiter, <PATTERN> must
|
||||||
not contain these characters. Since ";" has special
|
not contain these characters. In order to include ":"
|
||||||
meaning in shell, the option value must be quoted.
|
in <PATTERN>, one has to specify "%3A" (which is
|
||||||
|
percent\-encoded from of ":") instead. Since ";" has
|
||||||
|
special meaning in shell, the option value must be
|
||||||
|
quoted.
|
||||||
.sp
|
.sp
|
||||||
Default: \fB127.0.0.1,80\fP
|
Default: \fB127.0.0.1,80\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
|
|
@ -261,8 +261,11 @@ Connections
|
||||||
affinity is enabled.
|
affinity is enabled.
|
||||||
|
|
||||||
Since ";" and ":" are used as delimiter, <PATTERN> must
|
Since ";" and ":" are used as delimiter, <PATTERN> must
|
||||||
not contain these characters. Since ";" has special
|
not contain these characters. In order to include ":"
|
||||||
meaning in shell, the option value must be quoted.
|
in <PATTERN>, one has to specify "%3A" (which is
|
||||||
|
percent-encoded from of ":") instead. Since ";" has
|
||||||
|
special meaning in shell, the option value must be
|
||||||
|
quoted.
|
||||||
|
|
||||||
|
|
||||||
Default: ``127.0.0.1,80``
|
Default: ``127.0.0.1,80``
|
||||||
|
|
Loading…
Reference in New Issue