Skip to content

Commit 17bbdb1

Browse files
committed
doc: update manpages
generated with contrib/devtools/gen-manpages.sh
1 parent 6cb6ec5 commit 17bbdb1

File tree

4 files changed

+36
-26
lines changed

4 files changed

+36
-26
lines changed

Diff for: doc/man/dogecoin-cli.1

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
2-
.TH DOGECOIN-CLI "1" "July 2022" "dogecoin-cli v1.14.6.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
2+
.TH DOGECOIN-CLI "1" "February 2024" "dogecoin-cli v1.14.7.0" "User Commands"
33
.SH NAME
4-
dogecoin-cli \- manual page for dogecoin-cli v1.14.6.0
4+
dogecoin-cli \- manual page for dogecoin-cli v1.14.7.0
55
.SH DESCRIPTION
6-
Dogecoin Core RPC client version v1.14.6.0
6+
Dogecoin Core RPC client version v1.14.7.0
77
.SS "Usage:"
88
.TP
99
dogecoin\-cli [options] <command> [params]
@@ -76,7 +76,7 @@ Timeout during HTTP requests (default: 900)
7676
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
7777
(recommended for sensitive information such as passphrases)
7878
.SH COPYRIGHT
79-
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
79+
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers
8080

8181
Please contribute if you find Dogecoin Core useful. Visit
8282
<https://dogecoin.com> for further information about the software.

Diff for: doc/man/dogecoin-qt.1

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
2-
.TH DOGECOIN-QT "1" "July 2022" "dogecoin-qt v1.14.6.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
2+
.TH DOGECOIN-QT "1" "February 2024" "dogecoin-qt v1.14.7.0" "User Commands"
33
.SH NAME
4-
dogecoin-qt \- manual page for dogecoin-qt v1.14.6.0
4+
dogecoin-qt \- manual page for dogecoin-qt v1.14.7.0
55
.SH DESCRIPTION
6-
Dogecoin Core version v1.14.6.0
6+
Dogecoin Core version v1.14.7.0
77
Usage:
88
.IP
99
dogecoin\-qt [command\-line options]
@@ -32,9 +32,9 @@ block hash, %i is replaced by block number)
3232
If this block is in the chain assume that it and its ancestors are valid
3333
and potentially skip their script verification (0 to verify all,
3434
default:
35-
77e3f4a4bcb4a2c15e8015525e3d15b466f6c022f6ca82698f329edef7d9777e,
35+
e7d4577405223918491477db725a393bcfc349d8ee63b0a4fde23cbfbfd81dea,
3636
testnet:
37-
6943eaeaba98dc7d09f7e73398daccb4abcabb18b66c8c875e52b07638d93951)
37+
199bea6a442310589cbb50a193a30b097c228bd5a0f21af21e4e53dd57c382d3)
3838
.HP
3939
\fB\-backupdir=\fR<dir>
4040
.IP
@@ -153,6 +153,10 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
153153
Query for peer addresses via DNS lookup, if low on addresses (default: 1
154154
unless \fB\-connect\fR/\-noconnect)
155155
.HP
156+
\fB\-enable\-bip70\fR
157+
.IP
158+
Enable BIP\-70 PaymentServer (default: 0)
159+
.HP
156160
\fB\-externalip=\fR<ip>
157161
.IP
158162
Specify your own public address
@@ -343,7 +347,8 @@ Make the wallet broadcast transactions (default: 1)
343347
\fB\-walletnotify=\fR<cmd>
344348
.IP
345349
Execute command when a wallet transaction changes (%s in cmd is replaced
346-
by TxID)
350+
by TxID, %i with block height, with a value of 0 if tx is no
351+
longer in chaintip)
347352
.HP
348353
\fB\-zapwallettxes=\fR<mode>
349354
.IP
@@ -551,7 +556,7 @@ Show splash screen on startup (default: 1)
551556
.IP
552557
Reset all settings changed in the GUI
553558
.SH COPYRIGHT
554-
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
559+
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers
555560

556561
Please contribute if you find Dogecoin Core useful. Visit
557562
<https://dogecoin.com> for further information about the software.

Diff for: doc/man/dogecoin-tx.1

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
2-
.TH DOGECOIN-TX "1" "July 2022" "dogecoin-tx v1.14.6.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
2+
.TH DOGECOIN-TX "1" "February 2024" "dogecoin-tx v1.14.7.0" "User Commands"
33
.SH NAME
4-
dogecoin-tx \- manual page for dogecoin-tx v1.14.6.0
4+
dogecoin-tx \- manual page for dogecoin-tx v1.14.7.0
55
.SH DESCRIPTION
6-
Dogecoin Core dogecoin\-tx utility version v1.14.6.0
6+
Dogecoin Core dogecoin\-tx utility version v1.14.7.0
77
.SS "Usage:"
88
.TP
99
dogecoin\-tx [options] <hex\-tx> [commands]
@@ -107,7 +107,7 @@ set=NAME:JSON\-STRING
107107
.IP
108108
Set register NAME to given JSON\-STRING
109109
.SH COPYRIGHT
110-
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
110+
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers
111111

112112
Please contribute if you find Dogecoin Core useful. Visit
113113
<https://dogecoin.com> for further information about the software.

Diff for: doc/man/dogecoind.1

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
2-
.TH DOGECOIND "1" "July 2022" "dogecoind v1.14.6.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
2+
.TH DOGECOIND "1" "February 2024" "dogecoind v1.14.7.0" "User Commands"
33
.SH NAME
4-
dogecoind \- manual page for dogecoind v1.14.6.0
4+
dogecoind \- manual page for dogecoind v1.14.7.0
55
.SH DESCRIPTION
6-
Dogecoin Core Daemon version v1.14.6.0
6+
Dogecoin Core Daemon version v1.14.7.0
77
.SS "Usage:"
88
.TP
99
dogecoind [options]
@@ -33,9 +33,9 @@ block hash, %i is replaced by block number)
3333
If this block is in the chain assume that it and its ancestors are valid
3434
and potentially skip their script verification (0 to verify all,
3535
default:
36-
77e3f4a4bcb4a2c15e8015525e3d15b466f6c022f6ca82698f329edef7d9777e,
36+
e7d4577405223918491477db725a393bcfc349d8ee63b0a4fde23cbfbfd81dea,
3737
testnet:
38-
6943eaeaba98dc7d09f7e73398daccb4abcabb18b66c8c875e52b07638d93951)
38+
199bea6a442310589cbb50a193a30b097c228bd5a0f21af21e4e53dd57c382d3)
3939
.HP
4040
\fB\-backupdir=\fR<dir>
4141
.IP
@@ -158,6 +158,10 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
158158
Query for peer addresses via DNS lookup, if low on addresses (default: 1
159159
unless \fB\-connect\fR/\-noconnect)
160160
.HP
161+
\fB\-enable\-bip70\fR
162+
.IP
163+
Enable BIP\-70 PaymentServer (default: 0)
164+
.HP
161165
\fB\-externalip=\fR<ip>
162166
.IP
163167
Specify your own public address
@@ -348,7 +352,8 @@ Make the wallet broadcast transactions (default: 1)
348352
\fB\-walletnotify=\fR<cmd>
349353
.IP
350354
Execute command when a wallet transaction changes (%s in cmd is replaced
351-
by TxID)
355+
by TxID, %i with block height, with a value of 0 if tx is no
356+
longer in chaintip)
352357
.HP
353358
\fB\-zapwallettxes=\fR<mode>
354359
.IP
@@ -530,7 +535,7 @@ option can be specified multiple times
530535
.IP
531536
Set the number of threads to service RPC calls (default: 4)
532537
.SH COPYRIGHT
533-
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
538+
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers
534539

535540
Please contribute if you find Dogecoin Core useful. Visit
536541
<https://dogecoin.com> for further information about the software.

0 commit comments

Comments
 (0)