Skip to content

Commit

Permalink
Merge pull request dogecoin#3423 from patricklodder/1.14.7-update-man…
Browse files Browse the repository at this point in the history
…pages

doc: update manpages
  • Loading branch information
chromatic committed Feb 20, 2024
2 parents 02040c5 + 17bbdb1 commit e0b6a51
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 26 deletions.
10 changes: 5 additions & 5 deletions doc/man/dogecoin-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH DOGECOIN-CLI "1" "July 2022" "dogecoin-cli v1.14.6.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH DOGECOIN-CLI "1" "February 2024" "dogecoin-cli v1.14.7.0" "User Commands"
.SH NAME
dogecoin-cli \- manual page for dogecoin-cli v1.14.6.0
dogecoin-cli \- manual page for dogecoin-cli v1.14.7.0
.SH DESCRIPTION
Dogecoin Core RPC client version v1.14.6.0
Dogecoin Core RPC client version v1.14.7.0
.SS "Usage:"
.TP
dogecoin\-cli [options] <command> [params]
Expand Down Expand Up @@ -76,7 +76,7 @@ Timeout during HTTP requests (default: 900)
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases)
.SH COPYRIGHT
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers

Please contribute if you find Dogecoin Core useful. Visit
<https://dogecoin.com> for further information about the software.
Expand Down
21 changes: 13 additions & 8 deletions doc/man/dogecoin-qt.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH DOGECOIN-QT "1" "July 2022" "dogecoin-qt v1.14.6.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH DOGECOIN-QT "1" "February 2024" "dogecoin-qt v1.14.7.0" "User Commands"
.SH NAME
dogecoin-qt \- manual page for dogecoin-qt v1.14.6.0
dogecoin-qt \- manual page for dogecoin-qt v1.14.7.0
.SH DESCRIPTION
Dogecoin Core version v1.14.6.0
Dogecoin Core version v1.14.7.0
Usage:
.IP
dogecoin\-qt [command\-line options]
Expand Down Expand Up @@ -32,9 +32,9 @@ block hash, %i is replaced by block number)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
77e3f4a4bcb4a2c15e8015525e3d15b466f6c022f6ca82698f329edef7d9777e,
e7d4577405223918491477db725a393bcfc349d8ee63b0a4fde23cbfbfd81dea,
testnet:
6943eaeaba98dc7d09f7e73398daccb4abcabb18b66c8c875e52b07638d93951)
199bea6a442310589cbb50a193a30b097c228bd5a0f21af21e4e53dd57c382d3)
.HP
\fB\-backupdir=\fR<dir>
.IP
Expand Down Expand Up @@ -153,6 +153,10 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
Query for peer addresses via DNS lookup, if low on addresses (default: 1
unless \fB\-connect\fR/\-noconnect)
.HP
\fB\-enable\-bip70\fR
.IP
Enable BIP\-70 PaymentServer (default: 0)
.HP
\fB\-externalip=\fR<ip>
.IP
Specify your own public address
Expand Down Expand Up @@ -343,7 +347,8 @@ Make the wallet broadcast transactions (default: 1)
\fB\-walletnotify=\fR<cmd>
.IP
Execute command when a wallet transaction changes (%s in cmd is replaced
by TxID)
by TxID, %i with block height, with a value of 0 if tx is no
longer in chaintip)
.HP
\fB\-zapwallettxes=\fR<mode>
.IP
Expand Down Expand Up @@ -551,7 +556,7 @@ Show splash screen on startup (default: 1)
.IP
Reset all settings changed in the GUI
.SH COPYRIGHT
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers

Please contribute if you find Dogecoin Core useful. Visit
<https://dogecoin.com> for further information about the software.
Expand Down
10 changes: 5 additions & 5 deletions doc/man/dogecoin-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH DOGECOIN-TX "1" "July 2022" "dogecoin-tx v1.14.6.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH DOGECOIN-TX "1" "February 2024" "dogecoin-tx v1.14.7.0" "User Commands"
.SH NAME
dogecoin-tx \- manual page for dogecoin-tx v1.14.6.0
dogecoin-tx \- manual page for dogecoin-tx v1.14.7.0
.SH DESCRIPTION
Dogecoin Core dogecoin\-tx utility version v1.14.6.0
Dogecoin Core dogecoin\-tx utility version v1.14.7.0
.SS "Usage:"
.TP
dogecoin\-tx [options] <hex\-tx> [commands]
Expand Down Expand Up @@ -107,7 +107,7 @@ set=NAME:JSON\-STRING
.IP
Set register NAME to given JSON\-STRING
.SH COPYRIGHT
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers

Please contribute if you find Dogecoin Core useful. Visit
<https://dogecoin.com> for further information about the software.
Expand Down
21 changes: 13 additions & 8 deletions doc/man/dogecoind.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH DOGECOIND "1" "July 2022" "dogecoind v1.14.6.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH DOGECOIND "1" "February 2024" "dogecoind v1.14.7.0" "User Commands"
.SH NAME
dogecoind \- manual page for dogecoind v1.14.6.0
dogecoind \- manual page for dogecoind v1.14.7.0
.SH DESCRIPTION
Dogecoin Core Daemon version v1.14.6.0
Dogecoin Core Daemon version v1.14.7.0
.SS "Usage:"
.TP
dogecoind [options]
Expand Down Expand Up @@ -33,9 +33,9 @@ block hash, %i is replaced by block number)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
77e3f4a4bcb4a2c15e8015525e3d15b466f6c022f6ca82698f329edef7d9777e,
e7d4577405223918491477db725a393bcfc349d8ee63b0a4fde23cbfbfd81dea,
testnet:
6943eaeaba98dc7d09f7e73398daccb4abcabb18b66c8c875e52b07638d93951)
199bea6a442310589cbb50a193a30b097c228bd5a0f21af21e4e53dd57c382d3)
.HP
\fB\-backupdir=\fR<dir>
.IP
Expand Down Expand Up @@ -158,6 +158,10 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
Query for peer addresses via DNS lookup, if low on addresses (default: 1
unless \fB\-connect\fR/\-noconnect)
.HP
\fB\-enable\-bip70\fR
.IP
Enable BIP\-70 PaymentServer (default: 0)
.HP
\fB\-externalip=\fR<ip>
.IP
Specify your own public address
Expand Down Expand Up @@ -348,7 +352,8 @@ Make the wallet broadcast transactions (default: 1)
\fB\-walletnotify=\fR<cmd>
.IP
Execute command when a wallet transaction changes (%s in cmd is replaced
by TxID)
by TxID, %i with block height, with a value of 0 if tx is no
longer in chaintip)
.HP
\fB\-zapwallettxes=\fR<mode>
.IP
Expand Down Expand Up @@ -530,7 +535,7 @@ option can be specified multiple times
.IP
Set the number of threads to service RPC calls (default: 4)
.SH COPYRIGHT
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Copyright (C) 2013-2024 The Bitcoin Core and Dogecoin Core developers

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

0 comments on commit e0b6a51

Please sign in to comment.