From fb0bd22979711c89d92d98ac5db57ebc6f4fd148 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 2 Feb 2021 19:34:21 +0900 Subject: [PATCH] Update manual pages --- doc/h2load.1 | 2 +- doc/nghttp.1 | 2 +- doc/nghttpd.1 | 2 +- doc/nghttpx.1 | 9 ++++++--- doc/nghttpx.1.rst | 7 +++++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/doc/h2load.1 b/doc/h2load.1 index a2d54b1a..6a24ba3f 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" 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 h2load \- HTTP/2 benchmarking tool . diff --git a/doc/nghttp.1 b/doc/nghttp.1 index cd02a7dc..0487dbe7 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" 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 nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index 884e69a2..ff1a2222 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" 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 nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index fc1934ec..ce9f624b 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" 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 nghttpx \- HTTP/2 proxy . @@ -277,8 +277,11 @@ weight becomes 1. "weight" is ignored if session affinity is enabled. .sp Since ";" and ":" are used as delimiter, must -not contain these characters. Since ";" has special -meaning in shell, the option value must be quoted. +not contain these characters. In order to include ":" +in , 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 Default: \fB127.0.0.1,80\fP .UNINDENT diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index 4ca6d57b..9697f7e4 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -261,8 +261,11 @@ Connections affinity is enabled. Since ";" and ":" are used as delimiter, must - not contain these characters. Since ";" has special - meaning in shell, the option value must be quoted. + not contain these characters. In order to include ":" + in , 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``