Update man pages
This commit is contained in:
parent
72f5e028d0
commit
c59ffa09e0
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
||||||
.TH H2LOAD "1" "October 2014" "h2load nghttp2/0.6.5" "User Commands"
|
.TH H2LOAD "1" "November 2014" "h2load nghttp2/0.6.6" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
||||||
.TH NGHTTP "1" "October 2014" "nghttp nghttp2/0.6.5" "User Commands"
|
.TH NGHTTP "1" "November 2014" "nghttp nghttp2/0.6.6" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 experimental client
|
nghttp \- HTTP/2 experimental client
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -14,7 +14,9 @@ Specify URI to access.
|
||||||
.TP
|
.TP
|
||||||
\fB\-v\fR, \fB\-\-verbose\fR
|
\fB\-v\fR, \fB\-\-verbose\fR
|
||||||
Print debug information such as reception and
|
Print debug information such as reception and
|
||||||
transmission of frames and name/value pairs.
|
transmission of frames and name/value pairs.
|
||||||
|
Specifying this option multiple times increases
|
||||||
|
verbosity.
|
||||||
.TP
|
.TP
|
||||||
\fB\-n\fR, \fB\-\-null\-out\fR
|
\fB\-n\fR, \fB\-\-null\-out\fR
|
||||||
Discard downloaded data.
|
Discard downloaded data.
|
||||||
|
|
|
@ -28,7 +28,9 @@ OPTIONS
|
||||||
|
|
||||||
|
|
||||||
Print debug information such as reception and
|
Print debug information such as reception and
|
||||||
transmission of frames and name/value pairs.
|
transmission of frames and name/value pairs.
|
||||||
|
Specifying this option multiple times increases
|
||||||
|
verbosity.
|
||||||
|
|
||||||
.. option:: -n, --null-out
|
.. option:: -n, --null-out
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
||||||
.TH NGHTTPD "1" "October 2014" "nghttpd nghttp2/0.6.5" "User Commands"
|
.TH NGHTTPD "1" "November 2014" "nghttpd nghttp2/0.6.6" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 experimental server
|
nghttpd \- HTTP/2 experimental server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
||||||
.TH NGHTTPX "1" "October 2014" "nghttpx nghttp2/0.6.5" "User Commands"
|
.TH NGHTTPX "1" "November 2014" "nghttpx nghttp2/0.6.6" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 experimental proxy
|
nghttpx \- HTTP/2 experimental proxy
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -328,8 +328,9 @@ URI, suitable for use as a forward proxy.
|
||||||
.TP
|
.TP
|
||||||
\fB\-L\fR, \fB\-\-log\-level=\fR<LEVEL>
|
\fB\-L\fR, \fB\-\-log\-level=\fR<LEVEL>
|
||||||
Set the severity level of log output. <LEVEL>
|
Set the severity level of log output. <LEVEL>
|
||||||
must be one of INFO, WARNING, ERROR and FATAL.
|
must be one of INFO, NOTICE, WARN, ERROR and
|
||||||
Default: WARNING
|
FATAL.
|
||||||
|
Default: NOTICE
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-accesslog\-file=\fR<PATH>
|
\fB\-\-accesslog\-file=\fR<PATH>
|
||||||
Set path to write access log. To reopen file,
|
Set path to write access log. To reopen file,
|
||||||
|
|
|
@ -462,8 +462,9 @@ Logging
|
||||||
|
|
||||||
|
|
||||||
Set the severity level of log output. <LEVEL>
|
Set the severity level of log output. <LEVEL>
|
||||||
must be one of INFO, WARNING, ERROR and FATAL.
|
must be one of INFO, NOTICE, WARN, ERROR and
|
||||||
Default: WARNING
|
FATAL.
|
||||||
|
Default: NOTICE
|
||||||
|
|
||||||
.. option:: --accesslog-file=<PATH>
|
.. option:: --accesslog-file=<PATH>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue