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.
|
||||
.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
|
||||
h2load \- HTTP/2 benchmarking tool
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" 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
|
||||
nghttp \- HTTP/2 experimental client
|
||||
.SH SYNOPSIS
|
||||
|
@ -14,7 +14,9 @@ Specify URI to access.
|
|||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
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
|
||||
\fB\-n\fR, \fB\-\-null\-out\fR
|
||||
Discard downloaded data.
|
||||
|
|
|
@ -28,7 +28,9 @@ OPTIONS
|
|||
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" 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
|
||||
nghttpd \- HTTP/2 experimental server
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" 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
|
||||
nghttpx \- HTTP/2 experimental proxy
|
||||
.SH SYNOPSIS
|
||||
|
@ -328,8 +328,9 @@ URI, suitable for use as a forward proxy.
|
|||
.TP
|
||||
\fB\-L\fR, \fB\-\-log\-level=\fR<LEVEL>
|
||||
Set the severity level of log output. <LEVEL>
|
||||
must be one of INFO, WARNING, ERROR and FATAL.
|
||||
Default: WARNING
|
||||
must be one of INFO, NOTICE, WARN, ERROR and
|
||||
FATAL.
|
||||
Default: NOTICE
|
||||
.TP
|
||||
\fB\-\-accesslog\-file=\fR<PATH>
|
||||
Set path to write access log. To reopen file,
|
||||
|
|
|
@ -462,8 +462,9 @@ Logging
|
|||
|
||||
|
||||
Set the severity level of log output. <LEVEL>
|
||||
must be one of INFO, WARNING, ERROR and FATAL.
|
||||
Default: WARNING
|
||||
must be one of INFO, NOTICE, WARN, ERROR and
|
||||
FATAL.
|
||||
Default: NOTICE
|
||||
|
||||
.. option:: --accesslog-file=<PATH>
|
||||
|
||||
|
|
Loading…
Reference in New Issue