doc: force refresh of all manpages.

The idea is that you regenerate the man pages in the same commit you
alter them: that's how we know whether to try regenerating them or not
(git doesn't store timestamps, so it can't really tell).

Travis will now check this, so force them all to sync to this commit.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2020-08-25 11:03:16 +09:30
parent 67cde96397
commit b9ac032329
53 changed files with 55 additions and 4 deletions

View file

@ -41,3 +41,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -36,3 +36,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -49,3 +49,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -113,3 +113,4 @@ COPYING
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.

View file

@ -87,3 +87,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -74,3 +74,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -122,3 +122,4 @@ RESOURCES
Main web site: <https://github.com/ElementsProject/lightning>
[bolt04]: https://github.com/lightningnetwork/lightning-rfc/blob/master/04-onion-routing.md

View file

@ -60,3 +60,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -34,3 +34,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -32,6 +32,8 @@ The following errors may be reported:
906: The invoice \fIstatus\fR does not match the parameter\.
An error object will be returned as error \fIdata\fR, containing
\fIcurrent_status\fR and \fIexpected_status\fR fields\.
This is most likely due to the \fIstatus\fR of the invoice
changing just before this command is invoked\.
.RE
.SH AUTHOR

View file

@ -50,3 +50,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -61,3 +61,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -55,3 +55,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -128,3 +128,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -88,3 +88,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -53,3 +53,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -53,3 +53,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -71,3 +71,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -94,3 +94,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -302,3 +302,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -91,3 +91,4 @@ RESOURCES
* SECG SEC-1 ECIES: <https://secg.org/sec1-v2.pdf>
* Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -76,3 +76,4 @@ COPYING
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: <https://github.com/ElementsProject/lightning>

View file

@ -105,3 +105,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -27,8 +27,7 @@ sending a payment\. Please ensure that this matches your use-case when using
The \fBlabel\fR field is used to attach a label to payments, and is returned in \fBlightning-listpays\fR(7) and \fBlightning-listsendpays\fR(7)\.
The \fBmaxfeepercent\fR limits the money paid in fees, and defaults to \fI0\.5\fR\.
The \fBmaxfeepercent\fR is a percentage of the amount that is to be paid\.
The \fBmaxfeepercent\fR limits the money paid in fees as percentage of the total amount that is to be transferred, and defaults to \fI0\.5\fR\.
The \fBexemptfee\fR option can be used for tiny payments which would be dominated by the fee leveraged by forwarding nodes\.
Setting \fBexemptfee\fR allows the \fBmaxfeepercent\fR check to be skipped on fees that are smaller than \fIexemptfee\fR (default: 5000 millisatoshi)\.
@ -85,7 +84,7 @@ The following error codes may occur:
.IP \[bu]
\fB-1\fR: Catchall nonspecific error\.
.IP \[bu]
\fB203\fR: Permanent failure at destination\. The \fBdata\fR field of the error will be routing failure object\.
\fB203\fR: Permanent failure at destination\. The \fIdata\fR field of the error will be routing failure object\.
.IP \[bu]
\fB205\fR: Unable to find a route\.
.IP \[bu]

View file

@ -99,3 +99,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -91,3 +91,4 @@ Lightning RFC site
- BOLT \#7:
<https://github.com/lightningnetwork/lightning-rfc/blob/master/07-routing-gossip.md>

View file

@ -54,3 +54,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -66,3 +66,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -40,3 +40,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -63,3 +63,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -240,3 +240,4 @@ RESOURCES
Main web site: <https://github.com/ElementsProject/lightning> Lightning
RFC site (BOLT \#9):
<https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md>

View file

@ -65,3 +65,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -50,3 +50,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -128,3 +128,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -52,3 +52,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -50,3 +50,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -4,7 +4,7 @@ lightning-sendonion - Send a payment with a custom onion packet
.SH SYNOPSIS
\fBsendonion\fR \fIonion\fR \fIfirst_hop\fR \fIpayment_hash\fR [\fIlabel\fR] [\fIshared_secrets\fR] [\fIpartid\fR] [\fIbolt11\fR]
[\fIdestination\fR] [\fImsatoshi\fR]
[\fImsatoshi\fR] [\fIdestination\fR]
.SH DESCRIPTION

View file

@ -112,3 +112,4 @@ RESOURCES
Main web site: <https://github.com/ElementsProject/lightning>
[bolt04]: https://github.com/lightningnetwork/lightning-rfc/blob/master/04-onion-routing.md

View file

@ -106,3 +106,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -64,3 +64,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -36,3 +36,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -40,3 +40,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -83,3 +83,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -40,3 +40,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -46,3 +46,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -64,3 +64,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -56,3 +56,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -35,3 +35,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -41,3 +41,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -84,3 +84,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -69,3 +69,4 @@ RESOURCES
---------
Main web site: <https://github.com/ElementsProject/lightning>

View file

@ -492,3 +492,4 @@ COPYING
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.

View file

@ -184,3 +184,4 @@ COPYING
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.