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

This commit is contained in:
Sean Bowe 2020-04-15 17:47:45 -06:00
parent 2386046941
commit 8f0655b841
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
3 changed files with 19 additions and 19 deletions

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH ZCASH-CLI "1" "February 2020" "zcash-cli v2.1.1-1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASH-CLI "1" "April 2020" "zcash-cli v2.1.2-rc1" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v2.1.1-1
zcash-cli \- manual page for zcash-cli v2.1.2-rc1
.SH DESCRIPTION
Zcash RPC client version v2.1.1\-1
Zcash RPC client version v2.1.2\-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.11.
.TH ZCASH-TX "1" "February 2020" "zcash-tx v2.1.1-1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASH-TX "1" "April 2020" "zcash-tx v2.1.2-rc1" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v2.1.1-1
zcash-tx \- manual page for zcash-tx v2.1.2-rc1
.SH DESCRIPTION
Zcash zcash\-tx utility version v2.1.1\-1
Zcash zcash\-tx utility version v2.1.2\-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.11.
.TH ZCASHD "1" "February 2020" "zcashd v2.1.1-1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASHD "1" "April 2020" "zcashd v2.1.2-rc1" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v2.1.1-1
zcashd \- manual page for zcashd v2.1.2-rc1
.SH DESCRIPTION
Zcash Daemon version v2.1.1\-1
Zcash Daemon version v2.1.2\-rc1
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.
@ -67,12 +67,6 @@ Imports blocks from external blk000??.dat file on startup
.IP
Keep at most <n> unconnectable transactions in memory (default: 100)
.HP
\fB\-maxtimeadjustment=\fR<n>
.IP
Maximum allowed median peer time offset adjustment, in seconds. Local
perspective of time may be influenced by peers forward or backward by
this amount. (default: 0 seconds, maximum: 1500 seconds)
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (\fB\-16\fR to 16, 0 = auto, <0 =
@ -99,6 +93,11 @@ Rebuild block chain index from current blk000??.dat files on startup
Create new files with system default permissions, instead of umask 077
(only effective with disabled wallet functionality)
.HP
\fB\-txexpirynotify=\fR<cmd>
.IP
Execute command when transaction expires (%s in cmd is replaced by
transaction id)
.HP
\fB\-txindex\fR
.IP
Maintain a full transaction index, used by the getrawtransaction rpc
@ -346,7 +345,8 @@ optional). If <category> is not supplied or if <category> = 1, output
all debugging information. <category> can be: addrman, alert, bench,
coindb, db, estimatefee, http, libevent, lock, mempool, net,
partitioncheck, pow, proxy, prune, rand, reindex, rpc, selectcoins, tor,
zmq, zrpc, zrpcunsafe (implies zrpc).
zmq, zrpc, zrpcunsafe (implies zrpc). For multiple specific categories
use \fB\-debug=\fR<category> multiple times.
.HP
\fB\-experimentalfeatures\fR
.IP