diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-01-03 16:14:26 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-01-03 16:16:56 +0100 |
commit | e6ad8a6220bf076d2b1c2f785662b8aa9e52f83a (patch) | |
tree | eae6a5ad880c7de98091ded93facbbdd981fc299 | |
parent | 212525337eda5d628da34a4f29d78d7ccde86f94 (diff) |
doc: Generate manual pages for 0.21.0rc4v0.21.0rc4
Tree-SHA512: c2ff50dbb54c42db9d56f1fcb0d8a2ce9c89089254f1a6b6f2aa98959f47699cd72c7771b53490232938b45d9bb030ce7fe08707c62190e68ada0ddbd8b6e13a
-rw-r--r-- | doc/man/bitcoin-cli.1 | 2 | ||||
-rw-r--r-- | doc/man/bitcoin-qt.1 | 7 | ||||
-rw-r--r-- | doc/man/bitcoin-tx.1 | 2 | ||||
-rw-r--r-- | doc/man/bitcoin-wallet.1 | 2 | ||||
-rw-r--r-- | doc/man/bitcoind.1 | 7 |
5 files changed, 11 insertions, 9 deletions
diff --git a/doc/man/bitcoin-cli.1 b/doc/man/bitcoin-cli.1 index 83f60d52ba..50ef3ef96f 100644 --- a/doc/man/bitcoin-cli.1 +++ b/doc/man/bitcoin-cli.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH BITCOIN-CLI "1" "November 2020" "bitcoin-cli v0.21.0.0" "User Commands" +.TH BITCOIN-CLI "1" "January 2021" "bitcoin-cli v0.21.0.0" "User Commands" .SH NAME bitcoin-cli \- manual page for bitcoin-cli v0.21.0.0 .SH SYNOPSIS diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1 index cfa8f795a4..9141b9399e 100644 --- a/doc/man/bitcoin-qt.1 +++ b/doc/man/bitcoin-qt.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH BITCOIN-QT "1" "November 2020" "bitcoin-qt v0.21.0.0" "User Commands" +.TH BITCOIN-QT "1" "January 2021" "bitcoin-qt v0.21.0.0" "User Commands" .SH NAME bitcoin-qt \- manual page for bitcoin-qt v0.21.0.0 .SH SYNOPSIS @@ -286,8 +286,9 @@ Relay non\-P2SH multisig (default: 1) .HP \fB\-port=\fR<port> .IP -Listen for connections on <port> (default: 8333, testnet: 18333 signet: -38333, regtest: 18444) +Listen for connections on <port>. Nodes not using the default ports +(default: 8333, testnet: 18333, signet: 38333, regtest: 18444) +are unlikely to get incoming connections. .HP \fB\-proxy=\fR<ip:port> .IP diff --git a/doc/man/bitcoin-tx.1 b/doc/man/bitcoin-tx.1 index b087bdfc1c..cf1dbd6757 100644 --- a/doc/man/bitcoin-tx.1 +++ b/doc/man/bitcoin-tx.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH BITCOIN-TX "1" "November 2020" "bitcoin-tx v0.21.0.0" "User Commands" +.TH BITCOIN-TX "1" "January 2021" "bitcoin-tx v0.21.0.0" "User Commands" .SH NAME bitcoin-tx \- manual page for bitcoin-tx v0.21.0.0 .SH SYNOPSIS diff --git a/doc/man/bitcoin-wallet.1 b/doc/man/bitcoin-wallet.1 index d358799c27..84c596c128 100644 --- a/doc/man/bitcoin-wallet.1 +++ b/doc/man/bitcoin-wallet.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH BITCOIN-WALLET "1" "November 2020" "bitcoin-wallet v0.21.0.0" "User Commands" +.TH BITCOIN-WALLET "1" "January 2021" "bitcoin-wallet v0.21.0.0" "User Commands" .SH NAME bitcoin-wallet \- manual page for bitcoin-wallet v0.21.0.0 .SH DESCRIPTION diff --git a/doc/man/bitcoind.1 b/doc/man/bitcoind.1 index 8dbd0bdde3..c4a7b30b1c 100644 --- a/doc/man/bitcoind.1 +++ b/doc/man/bitcoind.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH BITCOIND "1" "November 2020" "bitcoind v0.21.0.0" "User Commands" +.TH BITCOIND "1" "January 2021" "bitcoind v0.21.0.0" "User Commands" .SH NAME bitcoind \- manual page for bitcoind v0.21.0.0 .SH SYNOPSIS @@ -286,8 +286,9 @@ Relay non\-P2SH multisig (default: 1) .HP \fB\-port=\fR<port> .IP -Listen for connections on <port> (default: 8333, testnet: 18333 signet: -38333, regtest: 18444) +Listen for connections on <port>. Nodes not using the default ports +(default: 8333, testnet: 18333, signet: 38333, regtest: 18444) +are unlikely to get incoming connections. .HP \fB\-proxy=\fR<ip:port> .IP |