From 928b49a9168c563dccb22504fa10950bad6a60b9 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 1 Feb 2015 18:33:24 +0900 Subject: [PATCH] Update man pages --- doc/h2load.1 | 2 +- doc/h2load.1.rst | 4 ++-- doc/nghttp.1 | 2 +- doc/nghttp.1.rst | 4 ++-- doc/nghttpd.1 | 2 +- doc/nghttpd.1.rst | 4 ++-- doc/nghttpx.1 | 24 ++++++++++++------------ doc/nghttpx.1.rst | 48 +++++++++++++++++++++++------------------------ 8 files changed, 45 insertions(+), 45 deletions(-) diff --git a/doc/h2load.1 b/doc/h2load.1 index 4d46d085..7f4417b0 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -46,7 +46,7 @@ so on. The scheme, host and port in the subsequent URIs, if present, are ignored. Those in the first URI are used solely. .UNINDENT -.SH OPTIONS: +.SH OPTIONS .INDENT 0.0 .TP .B \-n, \-\-requests= diff --git a/doc/h2load.1.rst b/doc/h2load.1.rst index 39eb1f47..9d662480 100644 --- a/doc/h2load.1.rst +++ b/doc/h2load.1.rst @@ -21,8 +21,8 @@ benchmarking tool for HTTP/2 and SPDY server URIs, if present, are ignored. Those in the first URI are used solely. -OPTIONS: --------- +OPTIONS +------- .. option:: -n, --requests= diff --git a/doc/nghttp.1 b/doc/nghttp.1 index 1efdcd69..f56faae3 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -41,7 +41,7 @@ HTTP/2 experimental client .B Specify URI to access. .UNINDENT -.SH OPTIONS: +.SH OPTIONS .INDENT 0.0 .TP .B \-v, \-\-verbose diff --git a/doc/nghttp.1.rst b/doc/nghttp.1.rst index 27218b54..77ef39b9 100644 --- a/doc/nghttp.1.rst +++ b/doc/nghttp.1.rst @@ -16,8 +16,8 @@ HTTP/2 experimental client Specify URI to access. -OPTIONS: --------- +OPTIONS +------- .. option:: -v, --verbose diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index bf22985d..1a54578b 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -53,7 +53,7 @@ Set path to server\(aqs private key. Required unless Set path to server\(aqs certificate. Required unless \fI\%\-\-no\-tls\fP is specified. .UNINDENT -.SH OPTIONS: +.SH OPTIONS .INDENT 0.0 .TP .B \-D, \-\-daemon diff --git a/doc/nghttpd.1.rst b/doc/nghttpd.1.rst index 298d0318..522530f6 100644 --- a/doc/nghttpd.1.rst +++ b/doc/nghttpd.1.rst @@ -27,8 +27,8 @@ HTTP/2 experimental server Set path to server's certificate. Required unless :option:`--no-tls` is specified. -OPTIONS: --------- +OPTIONS +------- .. option:: -D, --daemon diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index 39b560ed..480edd15 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -48,10 +48,10 @@ Set path to server\(aqs private key. Required unless \fI\%\-p\fP, Set path to server\(aqs certificate. Required unless \fI\%\-p\fP, \fI\%\-\-client\fP or \fI\%\-\-frontend\-no\-tls\fP are given. .UNINDENT -.SH OPTIONS: +.SH OPTIONS .sp The options are categorized into several groups. -.SS Connections: +.SS Connections .INDENT 0.0 .TP .B \-b, \-\-backend= @@ -104,7 +104,7 @@ timeouts when connecting and making CONNECT request can be specified by \fI\%\-\-backend\-read\-timeout\fP and \fI\%\-\-backend\-write\-timeout\fP options. .UNINDENT -.SS Performance: +.SS Performance .INDENT 0.0 .TP .B \-n, \-\-workers= @@ -234,7 +234,7 @@ Set buffer size used to store backend response. .sp Default: \fB16K\fP .UNINDENT -.SS Timeout: +.SS Timeout .INDENT 0.0 .TP .B \-\-frontend\-http2\-read\-timeout= @@ -303,7 +303,7 @@ disables this feature. .sp Default: \fB0\fP .UNINDENT -.SS SSL/TLS: +.SS SSL/TLS .INDENT 0.0 .TP .B \-\-ciphers= @@ -434,7 +434,7 @@ objects, which means session ID generated by one worker is not acceptable by another worker. On the other hand, session ticket key is shared across all worker threads. .UNINDENT -.SS HTTP/2 and SPDY: +.SS HTTP/2 and SPDY .INDENT 0.0 .TP .B \-c, \-\-http2\-max\-concurrent\-streams= @@ -500,7 +500,7 @@ padding. Specify 0 to disable padding. This option is meant for debugging purpose and not intended to enhance protocol security. .UNINDENT -.SS Mode: +.SS Mode .INDENT 0.0 .TP .B (default mode) @@ -541,7 +541,7 @@ Like \fI\%\-\-client\fP option, but it also requires the request path from frontend must be an absolute URI, suitable for use as a forward proxy. .UNINDENT -.SS Logging: +.SS Logging .INDENT 0.0 .TP .B \-L, \-\-log\-level= @@ -623,7 +623,7 @@ Set syslog facility to . .sp Default: \fBdaemon\fP .UNINDENT -.SS HTTP: +.SS HTTP .INDENT 0.0 .TP .B \-\-add\-x\-forwarded\-for @@ -669,7 +669,7 @@ won\(aqt replace anything already set. This option can be used several times to specify multiple header fields. Example: \fI\%\-\-add\-response\-header\fP="foo: bar" .UNINDENT -.SS Debug: +.SS Debug .INDENT 0.0 .TP .B \-\-frontend\-http2\-dump\-request\-header= @@ -695,7 +695,7 @@ Print HTTP/2 frames in frontend to stderr. This option is not thread safe and MUST NOT be used with option \fI\%\-n\fP=N, where N >= 2. .UNINDENT -.SS Process: +.SS Process .INDENT 0.0 .TP .B \-D, \-\-daemon @@ -713,7 +713,7 @@ Set path to save PID of this program. Run this program as . This option is intended to be used to drop root privileges. .UNINDENT -.SS Misc: +.SS Misc .INDENT 0.0 .TP .B \-\-conf= diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index b0ea78c4..240b0c3d 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -24,13 +24,13 @@ A reverse proxy for HTTP/2, HTTP/1 and SPDY. :option:`--client` or :option:`\--frontend-no-tls` are given. -OPTIONS: --------- +OPTIONS +------- The options are categorized into several groups. -Connections: -~~~~~~~~~~~~ +Connections +~~~~~~~~~~~ .. option:: -b, --backend= @@ -79,8 +79,8 @@ Connections: :option:`--backend-write-timeout` options. -Performance: -~~~~~~~~~~~~ +Performance +~~~~~~~~~~~ .. option:: -n, --workers= @@ -197,8 +197,8 @@ Performance: Default: ``16K`` -Timeout: -~~~~~~~~ +Timeout +~~~~~~~ .. option:: --frontend-http2-read-timeout= @@ -260,8 +260,8 @@ Timeout: Default: ``0`` -SSL/TLS: -~~~~~~~~ +SSL/TLS +~~~~~~~ .. option:: --ciphers= @@ -379,8 +379,8 @@ SSL/TLS: session ticket key is shared across all worker threads. -HTTP/2 and SPDY: -~~~~~~~~~~~~~~~~ +HTTP/2 and SPDY +~~~~~~~~~~~~~~~ .. option:: -c, --http2-max-concurrent-streams= @@ -439,8 +439,8 @@ HTTP/2 and SPDY: protocol security. -Mode: -~~~~~ +Mode +~~~~ .. describe:: (default mode) @@ -479,8 +479,8 @@ Mode: use as a forward proxy. -Logging: -~~~~~~~~ +Logging +~~~~~~~ .. option:: -L, --log-level= @@ -545,8 +545,8 @@ Logging: Default: ``daemon`` -HTTP: -~~~~~ +HTTP +~~~~ .. option:: --add-x-forwarded-for @@ -588,8 +588,8 @@ HTTP: Example: :option:`--add-response-header`\="foo: bar" -Debug: -~~~~~~ +Debug +~~~~~ .. option:: --frontend-http2-dump-request-header= @@ -614,8 +614,8 @@ Debug: :option:`-n`\=N, where N >= 2. -Process: -~~~~~~~~ +Process +~~~~~~~ .. option:: -D, --daemon @@ -632,8 +632,8 @@ Process: be used to drop root privileges. -Misc: -~~~~~ +Misc +~~~~ .. option:: --conf=