From 83086ba91a20a444a3b151bd5e0f55037795a31a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 2 Jun 2020 21:04:57 +0900 Subject: [PATCH] Update manual pages --- doc/h2load.1 | 8 +++++++- doc/h2load.1.rst | 5 +++++ doc/nghttp.1 | 2 +- doc/nghttpd.1 | 2 +- doc/nghttpx.1 | 4 ++-- doc/nghttpx.1.rst | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/h2load.1 b/doc/h2load.1 index d47e8b80..1070ebbe 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "H2LOAD" "1" "Nov 15, 2019" "1.40.0" "nghttp2" +.TH "H2LOAD" "1" "Jun 02, 2020" "1.41.0" "nghttp2" .SH NAME h2load \- HTTP/2 benchmarking tool . @@ -284,6 +284,12 @@ to buffering. Status code is \-1 for failed streams. .UNINDENT .INDENT 0.0 .TP +.B \-\-connect\-to=[:] +Host and port to connect instead of using the authority +in . +.UNINDENT +.INDENT 0.0 +.TP .B \-v, \-\-verbose Output debug information. .UNINDENT diff --git a/doc/h2load.1.rst b/doc/h2load.1.rst index 3edc9d90..265ae838 100644 --- a/doc/h2load.1.rst +++ b/doc/h2load.1.rst @@ -239,6 +239,11 @@ OPTIONS appear slightly out of order with multiple threads due to buffering. Status code is -1 for failed streams. +.. option:: --connect-to=[:] + + Host and port to connect instead of using the authority + in . + .. option:: -v, --verbose Output debug information. diff --git a/doc/nghttp.1 b/doc/nghttp.1 index d34cf1e2..8b8237d5 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTP" "1" "Nov 15, 2019" "1.40.0" "nghttp2" +.TH "NGHTTP" "1" "Jun 02, 2020" "1.41.0" "nghttp2" .SH NAME nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index 315d50b9..fb46e54a 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPD" "1" "Nov 15, 2019" "1.40.0" "nghttp2" +.TH "NGHTTPD" "1" "Jun 02, 2020" "1.41.0" "nghttp2" .SH NAME nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index 9f18c70e..c1016618 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPX" "1" "Nov 15, 2019" "1.40.0" "nghttp2" +.TH "NGHTTPX" "1" "Jun 02, 2020" "1.41.0" "nghttp2" .SH NAME nghttpx \- HTTP/2 proxy . @@ -316,7 +316,7 @@ specify "healthmon" parameter. This is disabled by default. Any requests which come through this address are replied with 200 HTTP status, without no body. .sp -To accept PROXY protocol version 1 on frontend +To accept PROXY protocol version 1 and 2 on frontend connection, specify "proxyproto" parameter. This is disabled by default. .sp diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index 67ebff0a..5259eb97 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -300,7 +300,7 @@ Connections default. Any requests which come through this address are replied with 200 HTTP status, without no body. - To accept PROXY protocol version 1 on frontend + To accept PROXY protocol version 1 and 2 on frontend connection, specify "proxyproto" parameter. This is disabled by default.