mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
doc: fix
lightning-config(5) -> lightningd-config(5) < <email> > -> <<email>> in markdown files
This commit is contained in:
parent
8167af553e
commit
a8d2336ab9
10 changed files with 24 additions and 15 deletions
9
doc/lightning-feerates.7
generated
9
doc/lightning-feerates.7
generated
|
@ -16,6 +16,7 @@ C-lightning will also smoothen feerate estimations from the backend\.
|
|||
|
||||
\fIstyle\fR is either of the two strings:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
\fIperkw\fR - provide feerate in units of satoshis per 1000 weight\.
|
||||
|
@ -26,6 +27,7 @@ C-lightning will also smoothen feerate estimations from the backend\.
|
|||
|
||||
Bitcoin transactions have non-witness and witness bytes:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
Non-witness bytes count as 4 weight, 1 virtual byte\.
|
||||
|
@ -56,6 +58,7 @@ which will override the recommended feerates returned by \fBfeerates\fR\.
|
|||
|
||||
On success, an object is returned, containing:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
\fBperkb\fR (object, optional): If \fIstyle\fR parameter was perkb:
|
||||
|
@ -122,6 +125,7 @@ On success, an object is returned, containing:
|
|||
|
||||
The following warnings may also be returned:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
\fBwarning_missing_feerates\fR: Some fee estimates are missing
|
||||
|
@ -139,6 +143,7 @@ Many other commands have a \fIfeerate\fR parameter, which can be the strings
|
|||
\fIurgent\fR, \fInormal\fR, or \fIslow\fR\.
|
||||
These are mapped to the \fBfeerates\fR outputs as:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
\fIurgent\fR - equal to \fIunilateral_close\fR
|
||||
|
@ -157,7 +162,7 @@ Internally we call the \fIperkw\fR style as "feerate per kilosipa"\.
|
|||
|
||||
.SH AUTHOR
|
||||
|
||||
ZmnSCPxj < \fIZmnSCPxj@protonmail.com\fR > wrote the initial version of this
|
||||
ZmnSCPxj \fI<ZmnSCPxj@protonmail.com\fR> wrote the initial version of this
|
||||
manpage\.
|
||||
|
||||
.SH SEE ALSO
|
||||
|
@ -169,4 +174,4 @@ manpage\.
|
|||
|
||||
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
||||
|
||||
\" SHA256STAMP:4c54ce8e279cf43b55ad0dffea21df46bfb5698d49833013da9e4df4c1475ee4
|
||||
\" SHA256STAMP:227e0f9f9b4d3c2b80d58466ed4fae768a5a2e7c2234e43105e21efc4a0b1861
|
||||
|
|
|
@ -104,7 +104,7 @@ Internally we call the *perkw* style as "feerate per kilosipa".
|
|||
AUTHOR
|
||||
------
|
||||
|
||||
ZmnSCPxj < <ZmnSCPxj@protonmail.com> > wrote the initial version of this
|
||||
ZmnSCPxj <<ZmnSCPxj@protonmail.com>> wrote the initial version of this
|
||||
manpage.
|
||||
|
||||
SEE ALSO
|
||||
|
|
|
@ -73,7 +73,7 @@ to gain our eternal gratitude!
|
|||
|
||||
.SH AUTHOR
|
||||
|
||||
ZmnSCPxj < \fIZmnSCPxj@protonmail.com\fR > wrote the initial version of
|
||||
ZmnSCPxj \fI<ZmnSCPxj@protonmail.com\fR> wrote the initial version of
|
||||
this man page, but many others did the hard work of actually implementing
|
||||
\fBlightning-hsmtool\fR\.
|
||||
|
||||
|
@ -91,4 +91,4 @@ Note: the modules in the ccan/ directory have their own licenses, but
|
|||
the rest of the code is covered by the BSD-style MIT license\.
|
||||
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
||||
|
||||
\" SHA256STAMP:3d847c486363271e0635336caca4fd14f5007a3ff463c223fb5bdb52dbf7b98e
|
||||
\" SHA256STAMP:9ad3f88c51e3f16d60f936ee5e3be847769767ad0da5244094bd089b9f9bfdd7
|
||||
|
|
|
@ -69,7 +69,7 @@ to gain our eternal gratitude!
|
|||
|
||||
AUTHOR
|
||||
------
|
||||
ZmnSCPxj < <ZmnSCPxj@protonmail.com> > wrote the initial version of
|
||||
ZmnSCPxj <<ZmnSCPxj@protonmail.com>> wrote the initial version of
|
||||
this man page, but many others did the hard work of actually implementing
|
||||
**lightning-hsmtool**.
|
||||
|
||||
|
|
6
doc/lightning-multiwithdraw.7
generated
6
doc/lightning-multiwithdraw.7
generated
|
@ -43,6 +43,7 @@ of "txid:vout"\. These must be drawn from the node's available UTXO set\.
|
|||
|
||||
On success, an object is returned, containing:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
\fBtx\fR (hex): The raw transaction which was sent
|
||||
|
@ -57,6 +58,7 @@ created\.
|
|||
|
||||
The following error codes may occur:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
-1: Catchall nonspecific error\.
|
||||
|
@ -69,7 +71,7 @@ fees) to create the transaction\.
|
|||
.RE
|
||||
.SH AUTHOR
|
||||
|
||||
ZmnSCPxj < \fIZmnSCPxj@protonmail.com\fR > is mainly responsible\.
|
||||
ZmnSCPxj \fI<ZmnSCPxj@protonmail.com\fR> is mainly responsible\.
|
||||
|
||||
.SH SEE ALSO
|
||||
|
||||
|
@ -80,4 +82,4 @@ ZmnSCPxj < \fIZmnSCPxj@protonmail.com\fR > is mainly responsible\.
|
|||
|
||||
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
||||
|
||||
\" SHA256STAMP:afa116f6c9b71fb0940eb70b541fc32fd6fc4773b13cd023c32549ebd54e9e03
|
||||
\" SHA256STAMP:93a4f65edb728619e1c28906940cd0ca32bff7c80eb01ff9577c20965061b7d1
|
||||
|
|
|
@ -58,7 +58,7 @@ fees) to create the transaction.
|
|||
AUTHOR
|
||||
------
|
||||
|
||||
ZmnSCPxj < <ZmnSCPxj@protonmail.com> > is mainly responsible.
|
||||
ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
|
|
|
@ -145,6 +145,7 @@ What log level to print out: options are io, debug, info, unusual,
|
|||
broken\. If \fISUBSYSTEM\fR is supplied, this sets the logging level
|
||||
for any subsystem containing that string\. Subsystems include:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
\fIlightningd\fR: The main lightning daemon
|
||||
|
@ -170,6 +171,7 @@ for any subsystem containing that string\. Subsystems include:
|
|||
The following subsystems exist for each channel, where N is an incrementing
|
||||
internal integer id assigned for the lifetime of the channel:
|
||||
|
||||
|
||||
.RS
|
||||
.IP \[bu]
|
||||
\fIopeningd-chan#N\fR: Each opening / idling daemon
|
||||
|
@ -610,7 +612,7 @@ to gain our eternal gratitude!
|
|||
|
||||
.SH AUTHOR
|
||||
|
||||
Rusty Russell <\fIrusty@rustcorp.com.au\fR> wrote this man page, and
|
||||
Rusty Russell \fI<rusty@rustcorp.com.au\fR> wrote this man page, and
|
||||
much of the configuration language, but many others did the hard work of
|
||||
actually implementing these options\.
|
||||
|
||||
|
@ -628,4 +630,4 @@ Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|||
Note: the modules in the ccan/ directory have their own licenses, but
|
||||
the rest of the code is covered by the BSD-style MIT license\.
|
||||
|
||||
\" SHA256STAMP:bfe9e4072bd1a50f5c8553290240eb942298bfdcd823202d1c75d05d66401820
|
||||
\" SHA256STAMP:55425fe062d1f3365ada296e11e57ede0bdda345b1a70583dd82de2da6e55988
|
||||
|
|
|
@ -508,7 +508,7 @@ to gain our eternal gratitude!
|
|||
AUTHOR
|
||||
------
|
||||
|
||||
Rusty Russell <<rusty@rustcorp.com.au>> wrote this man page, and
|
||||
Rusty Russell <<rusty@rustcorp.com.au>> wrote this man page, and
|
||||
much of the configuration language, but many others did the hard work of
|
||||
actually implementing these options.
|
||||
|
||||
|
|
|
@ -243,7 +243,7 @@ implementation\.
|
|||
|
||||
.SH SEE ALSO
|
||||
|
||||
\fBlightning-listconfigs\fR(7), \fBlightning-config\fR(5), \fBlightning-cli\fR(1),
|
||||
\fBlightning-listconfigs\fR(7), \fBlightningd-config\fR(5), \fBlightning-cli\fR(1),
|
||||
\fBlightning-newaddr\fR(7), \fBlightning-listfunds\fR(7), \fBlightning-connect\fR(7),
|
||||
\fBlightning-fundchannel\fR(7), \fBlightning-listpeers\fR(7), \fBlightning-pay\fR(7),
|
||||
\fBlightning-hsmtool\fR(8)
|
||||
|
@ -257,4 +257,4 @@ Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|||
Note: the modules in the ccan/ directory have their own licenses, but
|
||||
the rest of the code is covered by the BSD-style MIT license\.
|
||||
|
||||
\" SHA256STAMP:2abc6ed205f21d695a2cc1f1953f3897ec4f1cb38e5aa3e594edb3393f9e50b9
|
||||
\" SHA256STAMP:a49556f0889c48480cd4160d57b0f5f939346d47fa893f7095135450fcc1d33c
|
||||
|
|
|
@ -169,7 +169,7 @@ implementation.
|
|||
SEE ALSO
|
||||
--------
|
||||
|
||||
lightning-listconfigs(7), lightning-config(5), lightning-cli(1),
|
||||
lightning-listconfigs(7), lightningd-config(5), lightning-cli(1),
|
||||
lightning-newaddr(7), lightning-listfunds(7), lightning-connect(7),
|
||||
lightning-fundchannel(7), lightning-listpeers(7), lightning-pay(7),
|
||||
lightning-hsmtool(8)
|
||||
|
|
Loading…
Add table
Reference in a new issue