Generate man pages.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2017-03-27 21:27:10 +01:00
parent 26722e47c6
commit b58208fb8d
3 changed files with 36 additions and 12 deletions

View File

@ -1,9 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASH-CLI "1" "March 2017" "zcash-cli v1.0.7" "User Commands"
.TH ZCASH-CLI "1" "March 2017" "zcash-cli v1.0.8" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v1.0.7
zcash-cli \- manual page for zcash-cli v1.0.8
.SH DESCRIPTION
Zcash RPC client version v1.0.7-1
Zcash RPC client version v1.0.8
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
.SS "Usage:"
.TP
zcash\-cli [options] <command> [params]
@ -57,6 +60,11 @@ Username for JSON\-RPC connections
\fB\-rpcpassword=\fR<pw>
.IP
Password for JSON\-RPC connections
.HP
\fB\-rpcclienttimeout=\fR<n>
.IP
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
900)
.SH COPYRIGHT
Copyright (C) 2009-2017 The Bitcoin Core Developers
Copyright (C) 2015-2017 The Zcash Developers

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASH-TX "1" "March 2017" "zcash-tx v1.0.7" "User Commands"
.TH ZCASH-TX "1" "March 2017" "zcash-tx v1.0.8" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v1.0.7
zcash-tx \- manual page for zcash-tx v1.0.8
.SH DESCRIPTION
Zcash zcash\-tx utility version v1.0.7-1
Zcash zcash\-tx utility version v1.0.8
.SS "Usage:"
.TP
zcash\-tx [options] <hex\-tx> [commands]

View File

@ -1,9 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASHD "1" "March 2017" "zcashd v1.0.7" "User Commands"
.TH ZCASHD "1" "March 2017" "zcashd v1.0.8" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v1.0.7
zcashd \- manual page for zcashd v1.0.8
.SH DESCRIPTION
Zcash Daemon version v1.0.7-1
Zcash Daemon version v1.0.8
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
.SS "Usage:"
.TP
zcashd [options]
@ -145,6 +148,10 @@ Always query for peer addresses via DNS lookup (default: 0)
.IP
Accept connections from outside (default: 1 if no \fB\-proxy\fR or \fB\-connect\fR)
.HP
\fB\-listenonion\fR
.IP
Automatically create Tor hidden service (default: 1)
.HP
\fB\-maxconnections=\fR<n>
.IP
Maintain at most <n> connections to peers (default: 125)
@ -191,6 +198,15 @@ Connect to a node to retrieve peer addresses, and disconnect
.IP
Specify connection timeout in milliseconds (minimum: 1, default: 5000)
.HP
\fB\-torcontrol=\fR<ip>:<port>
.IP
Tor control port to use if onion listening enabled (default:
127.0.0.1:9051)
.HP
\fB\-torpassword=\fR<pass>
.IP
Tor control port password (default: empty)
.HP
\fB\-upnp\fR
.IP
Use UPnP to map the listening port (default: 0)
@ -295,9 +311,9 @@ Debugging/Testing options:
Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied or if <category> = 1, output
all debugging information. <category> can be: addrman, alert, bench,
coindb, db, estimatefee, lock, mempool, net, partitioncheck, pow, proxy,
prune, rand, reindex, rpc, selectcoins, zmq, zrpc, zrpcunsafe (implies
zrpc).
coindb, db, estimatefee, http, libevent, lock, mempool, net,
partitioncheck, pow, proxy, prune, rand, reindex, rpc, selectcoins, tor,
zmq, zrpc, zrpcunsafe (implies zrpc).
.HP
\fB\-experimentalfeatures\fR
.IP