From 50083f0d22f14245bf1bf3f98d15f26120f458ee Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 26 May 2016 22:35:51 +0900 Subject: [PATCH] Update man pages --- doc/h2load.1 | 2 +- doc/nghttp.1 | 2 +- doc/nghttpd.1 | 2 +- doc/nghttpx.1 | 15 +++++++-------- doc/nghttpx.1.rst | 13 ++++++------- 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/doc/h2load.1 b/doc/h2load.1 index ef9dd4d2..a56d4577 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "H2LOAD" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2" +.TH "H2LOAD" "1" "May 26, 2016" "1.11.0" "nghttp2" .SH NAME h2load \- HTTP/2 benchmarking tool . diff --git a/doc/nghttp.1 b/doc/nghttp.1 index b2c0a00c..e6537d53 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTP" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2" +.TH "NGHTTP" "1" "May 26, 2016" "1.11.0" "nghttp2" .SH NAME nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index fe78781c..fb6120ee 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPD" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2" +.TH "NGHTTPD" "1" "May 26, 2016" "1.11.0" "nghttp2" .SH NAME nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index 403ec089..9bc3a09b 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPX" "1" "May 21, 2016" "1.11.0-DEV" "nghttp2" +.TH "NGHTTPX" "1" "May 26, 2016" "1.11.0" "nghttp2" .SH NAME nghttpx \- HTTP/2 proxy . @@ -129,13 +129,12 @@ value. Each parameter is described as follows. .sp The backend application protocol can be specified using optional "proto" parameter, and in the form of -"proto=". All that share the same must -have the same value if it is given. -should be one of the following list without quotes: -"h2", "http/1.1". The default value of is -"http/1.1". Note that usually "h2" refers to HTTP/2 -over TLS. But in this option, it may mean HTTP/2 over -cleartext TCP unless "tls" keyword is used (see below). +"proto=". should be one of the following +list without quotes: "h2", "http/1.1". The default +value of is "http/1.1". Note that usually "h2" +refers to HTTP/2 over TLS. But in this option, it may +mean HTTP/2 over cleartext TCP unless "tls" keyword is +used (see below). .sp TLS can be enabled by specifying optional "tls" parameter. TLS is not enabled by default. diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index a54f48be..718694ba 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -113,13 +113,12 @@ Connections The backend application protocol can be specified using optional "proto" parameter, and in the form of - "proto=". All that share the same must - have the same value if it is given. - should be one of the following list without quotes: - "h2", "http/1.1". The default value of is - "http/1.1". Note that usually "h2" refers to HTTP/2 - over TLS. But in this option, it may mean HTTP/2 over - cleartext TCP unless "tls" keyword is used (see below). + "proto=". should be one of the following + list without quotes: "h2", "http/1.1". The default + value of is "http/1.1". Note that usually "h2" + refers to HTTP/2 over TLS. But in this option, it may + mean HTTP/2 over cleartext TCP unless "tls" keyword is + used (see below). TLS can be enabled by specifying optional "tls" parameter. TLS is not enabled by default.