From 1c8e625045b7cf5fb2d7753ab1b73d34e8b18676 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 25 Feb 2016 23:35:23 +0900 Subject: [PATCH] Update man pages --- doc/h2load.1 | 2 +- doc/nghttp.1 | 2 +- doc/nghttpd.1 | 2 +- doc/nghttpx.1 | 10 +--------- doc/nghttpx.1.rst | 13 ------------- 5 files changed, 4 insertions(+), 25 deletions(-) diff --git a/doc/h2load.1 b/doc/h2load.1 index a6db9aea..c01af0ee 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "H2LOAD" "1" "February 14, 2016" "1.8.0-DEV" "nghttp2" +.TH "H2LOAD" "1" "February 25, 2016" "1.8.0" "nghttp2" .SH NAME h2load \- HTTP/2 benchmarking tool . diff --git a/doc/nghttp.1 b/doc/nghttp.1 index 24beec68..66165b1d 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTP" "1" "February 14, 2016" "1.8.0-DEV" "nghttp2" +.TH "NGHTTP" "1" "February 25, 2016" "1.8.0" "nghttp2" .SH NAME nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index a3b7bc9f..52eb071e 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPD" "1" "February 14, 2016" "1.8.0-DEV" "nghttp2" +.TH "NGHTTPD" "1" "February 25, 2016" "1.8.0" "nghttp2" .SH NAME nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index a89f545f..a8b465af 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPX" "1" "February 14, 2016" "1.8.0-DEV" "nghttp2" +.TH "NGHTTPX" "1" "February 25, 2016" "1.8.0" "nghttp2" .SH NAME nghttpx \- HTTP/2 proxy . @@ -697,14 +697,6 @@ Allow black listed cipher suite on HTTP/2 connection. See \fI\%https://tools.ietf.org/html/rfc7540#appendix\-A\fP for the complete HTTP/2 cipher suites black list. .UNINDENT -.INDENT 0.0 -.TP -.B \-\-backend\-tls\-session\-cache\-per\-worker= -Set the maximum number of backend TLS session cache -stored per worker. -.sp -Default: \fB10000\fP -.UNINDENT .SS HTTP/2 and SPDY .INDENT 0.0 .TP diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index 49bb5e27..22f98ff0 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -622,13 +622,6 @@ SSL/TLS See https://tools.ietf.org/html/rfc7540#appendix-A for the complete HTTP/2 cipher suites black list. -.. option:: --backend-tls-session-cache-per-worker= - - Set the maximum number of backend TLS session cache - stored per worker. - - Default: ``10000`` - HTTP/2 and SPDY ~~~~~~~~~~~~~~~ @@ -1474,12 +1467,6 @@ addresses: App.new -NOTES ------ - -1. nghttpx - HTTP/2 proxy - HOW-TO - https://nghttp2.org/documentation/nghttpx-howto.html - SEE ALSO --------