make-release.py: Updated manpages for 4.4.0-rc1.

This commit is contained in:
Jack Grigg 2021-04-09 17:40:36 +12:00
parent f4d88aec20
commit 253da68a2d
3 changed files with 43 additions and 12 deletions

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASH-CLI "1" "February 2021" "zcash-cli v4.3.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH ZCASH-CLI "1" "April 2021" "zcash-cli v4.4.0-rc1" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v4.3.0
zcash-cli \- manual page for zcash-cli v4.4.0-rc1
.SH DESCRIPTION
Zcash RPC client version v4.3.0
Zcash RPC client version v4.4.0\-rc1
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASH-TX "1" "February 2021" "zcash-tx v4.3.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH ZCASH-TX "1" "April 2021" "zcash-tx v4.4.0-rc1" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v4.3.0
zcash-tx \- manual page for zcash-tx v4.4.0-rc1
.SH DESCRIPTION
Zcash zcash\-tx utility version v4.3.0
Zcash zcash\-tx utility version v4.4.0\-rc1
.SS "Usage:"
.TP
zcash\-tx [options] <hex\-tx> [commands]

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASHD "1" "February 2021" "zcashd v4.3.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH ZCASHD "1" "April 2021" "zcashd v4.4.0-rc1" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v4.3.0
zcashd \- manual page for zcashd v4.4.0-rc1
.SH DESCRIPTION
Zcash Daemon version v4.3.0
Zcash Daemon version v4.4.0\-rc1
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.
@ -256,6 +256,16 @@ specified multiple times. Whitelisted peers cannot be DoS banned and
their transactions are always relayed, even if they are already in the
mempool, useful e.g. for a gateway
.HP
\fB\-whitelistrelay\fR
.IP
Accept relayed transactions received from whitelisted inbound peers even
when not relaying transactions (default: 1)
.HP
\fB\-whitelistforcerelay\fR
.IP
Force relay of transactions from whitelisted inbound peers even they
violate local relay policy (default: 1)
.HP
\fB\-maxuploadtarget=\fR<n>
.IP
Tries to keep outbound traffic under the given target (in MiB per 24h),
@ -357,6 +367,27 @@ Enable publish raw block in <address>
.IP
Enable publish raw transaction in <address>
.PP
Monitoring options:
.HP
\fB\-metricsallowip=\fR<ip>
.IP
Allow metrics connections from specified source. Valid for <ip> are a
single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0)
or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified
multiple times. (default: only localhost)
.HP
\fB\-metricsbind=\fR<addr>
.IP
Bind to given address to listen for metrics connections. (default: bind
to all interfaces)
.HP
\fB\-prometheusport=\fR<port>
.IP
Expose node metrics in the Prometheus exposition format. An HTTP
listener will be started on <port>, which responds to GET requests on
any request path. Use \fB\-metricsallowip\fR and \fB\-metricsbind\fR to control
access.
.PP
Debugging/Testing options:
.HP
\fB\-debug=\fR<category>