From 196de5db89b1e18f45e04943f0a8a72e8f6b1ac2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 25 Jan 2016 19:44:41 +0900 Subject: [PATCH] Update man pages --- doc/h2load.1 | 2 +- doc/nghttp.1 | 2 +- doc/nghttpd.1 | 2 +- doc/nghttpx.1 | 13 +++++-------- doc/nghttpx.1.rst | 11 ++++------- 5 files changed, 12 insertions(+), 18 deletions(-) diff --git a/doc/h2load.1 b/doc/h2load.1 index 1c2548af..18b49f3d 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "H2LOAD" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" +.TH "H2LOAD" "1" "January 25, 2016" "1.7.0" "nghttp2" .SH NAME h2load \- HTTP/2 benchmarking tool . diff --git a/doc/nghttp.1 b/doc/nghttp.1 index 62b893ab..cc302ba7 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTP" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" +.TH "NGHTTP" "1" "January 25, 2016" "1.7.0" "nghttp2" .SH NAME nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index 2f9e536f..dceb0a0a 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPD" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" +.TH "NGHTTPD" "1" "January 25, 2016" "1.7.0" "nghttp2" .SH NAME nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index 97ebba26..9c26395c 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPX" "1" "January 19, 2016" "1.6.1-DEV" "nghttp2" +.TH "NGHTTPX" "1" "January 25, 2016" "1.7.0" "nghttp2" .SH NAME nghttpx \- HTTP/2 proxy . @@ -305,7 +305,7 @@ Default: \fB16K\fP .B \-\-backend\-response\-buffer= Set buffer size used to store backend response. .sp -Default: \fB16K\fP +Default: \fB128K\fP .UNINDENT .INDENT 0.0 .TP @@ -870,7 +870,7 @@ the string is randomly generated at startup. If "ip" is given, the interface address of the connection, including port number, is sent with "by" parameter. User can also specify the static obfuscated string. The -limitation is that it must starts with "_", and only +limitation is that it must start with "_", and only consists of character set [A\-Za\-z0\-9._\-], as described in RFC 7239. .sp @@ -878,16 +878,13 @@ Default: \fBobfuscated\fP .UNINDENT .INDENT 0.0 .TP -.B \-\-forwarded\-for=(obfuscated|ip|) +.B \-\-forwarded\-for=(obfuscated|ip) Specify the parameter value sent out with "for" parameter of Forwarded header field. If "obfuscated" is given, the string is randomly generated for each client connection. If "ip" is given, the remote client address of the connection, without port number, is sent with -"for" parameter. User can also specify the static -obfuscated string. The limitation is that it must -starts with "_", and only consists of character set -[A\-Za\-z0\-9._\-], as described in RFC 7239. +"for" parameter. .sp Default: \fBobfuscated\fP .UNINDENT diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index a423b924..ba5ac4ed 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -270,7 +270,7 @@ Performance Set buffer size used to store backend response. - Default: ``16K`` + Default: ``128K`` .. option:: --fastopen= @@ -775,23 +775,20 @@ HTTP given, the interface address of the connection, including port number, is sent with "by" parameter. User can also specify the static obfuscated string. The - limitation is that it must starts with "_", and only + limitation is that it must start with "_", and only consists of character set [A-Za-z0-9._-], as described in RFC 7239. Default: ``obfuscated`` -.. option:: --forwarded-for=(obfuscated|ip|) +.. option:: --forwarded-for=(obfuscated|ip) Specify the parameter value sent out with "for" parameter of Forwarded header field. If "obfuscated" is given, the string is randomly generated for each client connection. If "ip" is given, the remote client address of the connection, without port number, is sent with - "for" parameter. User can also specify the static - obfuscated string. The limitation is that it must - starts with "_", and only consists of character set - [A-Za-z0-9._-], as described in RFC 7239. + "for" parameter. Default: ``obfuscated``