diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-07-20 14:53:40 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-07-20 14:54:20 +0200 |
commit | 2848aa808fde462c27bc36de982d7ed74e882a7b (patch) | |
tree | 0ad129578f4e323547b1fd7c20076c008329e11c | |
parent | 08ca3144104aa61237ad6b30f8ed86628f493a2b (diff) | |
parent | 0296b9c85e942686df7ef40333e07e9b1802b892 (diff) |
Merge #13703: 0.16.2: [doc] Bump manpagesv0.16.2
0296b9c85e942686df7ef40333e07e9b1802b892 0.16.2: Bump manpages (MarcoFalke)
Pull request description:
Tree-SHA512: 6fffb8ca0e3f2fbbb7561bf9e8710b1ece6475cc76d56120b790b0fa6261cb7a06f65816ab49a37e1ef5b99883d3e9649ac7f8dcabcfb716de03ca85a86cd320
-rw-r--r-- | doc/man/bitcoin-cli.1 | 6 | ||||
-rw-r--r-- | doc/man/bitcoin-qt.1 | 11 | ||||
-rw-r--r-- | doc/man/bitcoin-tx.1 | 6 | ||||
-rw-r--r-- | doc/man/bitcoind.1 | 11 |
4 files changed, 12 insertions, 22 deletions
diff --git a/doc/man/bitcoin-cli.1 b/doc/man/bitcoin-cli.1 index a7f9e14594..a84fe42204 100644 --- a/doc/man/bitcoin-cli.1 +++ b/doc/man/bitcoin-cli.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. -.TH BITCOIN-CLI "1" "January 2018" "bitcoin-cli v0.16.0.0" "User Commands" +.TH BITCOIN-CLI "1" "July 2018" "bitcoin-cli v0.16.2.0" "User Commands" .SH NAME -bitcoin-cli \- manual page for bitcoin-cli v0.16.0.0 +bitcoin-cli \- manual page for bitcoin-cli v0.16.2.0 .SH DESCRIPTION -Bitcoin Core RPC client version v0.16.0.0 +Bitcoin Core RPC client version v0.16.2.0 .SS "Usage:" .TP bitcoin\-cli [options] <command> [params] diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1 index 36f729f3cc..41302ac787 100644 --- a/doc/man/bitcoin-qt.1 +++ b/doc/man/bitcoin-qt.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. -.TH BITCOIN-QT "1" "January 2018" "bitcoin-qt v0.16.0.0" "User Commands" +.TH BITCOIN-QT "1" "July 2018" "bitcoin-qt v0.16.2.0" "User Commands" .SH NAME -bitcoin-qt \- manual page for bitcoin-qt v0.16.0.0 +bitcoin-qt \- manual page for bitcoin-qt v0.16.2.0 .SH DESCRIPTION -Bitcoin Core version v0.16.0.0 (64\-bit) +Bitcoin Core version v0.16.2.0 (64\-bit) Usage: .IP bitcoin\-qt [command\-line options] @@ -469,11 +469,6 @@ Block creation options: .IP Set maximum BIP141 block weight (default: 3996000) .HP -\fB\-blockmaxsize=\fR<n> -.IP -Set maximum BIP141 block weight to this * 4. Deprecated, use -blockmaxweight -.HP \fB\-blockmintxfee=\fR<amt> .IP Set lowest fee rate (in BTC/kB) for transactions to be included in block diff --git a/doc/man/bitcoin-tx.1 b/doc/man/bitcoin-tx.1 index e6b4d2b385..166a3a7884 100644 --- a/doc/man/bitcoin-tx.1 +++ b/doc/man/bitcoin-tx.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. -.TH BITCOIN-TX "1" "January 2018" "bitcoin-tx v0.16.0.0" "User Commands" +.TH BITCOIN-TX "1" "July 2018" "bitcoin-tx v0.16.2.0" "User Commands" .SH NAME -bitcoin-tx \- manual page for bitcoin-tx v0.16.0.0 +bitcoin-tx \- manual page for bitcoin-tx v0.16.2.0 .SH DESCRIPTION -Bitcoin Core bitcoin\-tx utility version v0.16.0.0 +Bitcoin Core bitcoin\-tx utility version v0.16.2.0 .SS "Usage:" .TP bitcoin\-tx [options] <hex\-tx> [commands] diff --git a/doc/man/bitcoind.1 b/doc/man/bitcoind.1 index 4d896bba8c..c91ac52c29 100644 --- a/doc/man/bitcoind.1 +++ b/doc/man/bitcoind.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. -.TH BITCOIND "1" "January 2018" "bitcoind v0.16.0.0" "User Commands" +.TH BITCOIND "1" "July 2018" "bitcoind v0.16.2.0" "User Commands" .SH NAME -bitcoind \- manual page for bitcoind v0.16.0.0 +bitcoind \- manual page for bitcoind v0.16.2.0 .SH DESCRIPTION -Bitcoin Core Daemon version v0.16.0.0 +Bitcoin Core Daemon version v0.16.2.0 .SS "Usage:" .TP bitcoind [options] @@ -474,11 +474,6 @@ Block creation options: .IP Set maximum BIP141 block weight (default: 3996000) .HP -\fB\-blockmaxsize=\fR<n> -.IP -Set maximum BIP141 block weight to this * 4. Deprecated, use -blockmaxweight -.HP \fB\-blockmintxfee=\fR<amt> .IP Set lowest fee rate (in BTC/kB) for transactions to be included in block |