doc: Update docs to remove 100% upper bound

Actual change is in the previous commit.
This commit is contained in:
Christian Decker 2018-09-17 03:51:37 +02:00 committed by Rusty Russell
parent cf52b7161f
commit 674d176087
3 changed files with 6 additions and 7 deletions

View File

@ -2,12 +2,12 @@
.\" Title: lightning-getroute .\" Title: lightning-getroute
.\" Author: [see the "AUTHOR" section] .\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 04/26/2018 .\" Date: 09/17/2018
.\" Manual: \ \& .\" Manual: \ \&
.\" Source: \ \& .\" Source: \ \&
.\" Language: English .\" Language: English
.\" .\"
.TH "LIGHTNING\-GETROUTE" "7" "04/26/2018" "\ \&" "\ \&" .TH "LIGHTNING\-GETROUTE" "7" "09/17/2018" "\ \&" "\ \&"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
@ -42,7 +42,7 @@ For example, if you thought there was a 1% chance that a node would fail, and it
.sp .sp
If you didn\(cqt care about risk, \fIriskfactor\fR would be zero\&. If you didn\(cqt care about risk, \fIriskfactor\fR would be zero\&.
.sp .sp
The \fIfuzzpercent\fR is a floating\-point number, between 0\&.0 to 100\&.0, unit of percent\&. The \fIfuzzpercent\fR is used to distort computed fees along each channel, to provide some randomization to the route generated\&. 0\&.0 means the exact fee of that channel is used, while 100\&.0 means the fee used might be from 0 to twice the actual fee\&. The default is 5\&.0, or up to 5% fee distortion\&. The \fIfuzzpercent\fR is a positive floating\-point number, representing a percentage of the actual fee\&. The \fIfuzzpercent\fR is used to distort computed fees along each channel, to provide some randomization to the route generated\&. 0\&.0 means the exact fee of that channel is used, while 100\&.0 means the fee used might be from 0 to twice the actual fee\&. The default is 5\&.0, or up to 5% fee distortion\&.
.sp .sp
The \fIseed\fR is a string whose bytes are used to seed the RNG for the route randomization\&. If not specified, a random string is used\&. The \fIseed\fR is a string whose bytes are used to seed the RNG for the route randomization\&. If not specified, a random string is used\&.
.SH "RISKFACTOR EFFECT ON ROUTING" .SH "RISKFACTOR EFFECT ON ROUTING"

View File

@ -29,8 +29,7 @@ fail, and it would cost you 20% per annum if that happened,
If you didn't care about risk, 'riskfactor' would be zero. If you didn't care about risk, 'riskfactor' would be zero.
The 'fuzzpercent' is a floating-point number, between 0.0 to 100.0, The 'fuzzpercent' is a positive floating-point number, representing a percentage of the actual fee.
unit of percent.
The 'fuzzpercent' is used to distort computed fees along each channel, The 'fuzzpercent' is used to distort computed fees along each channel,
to provide some randomization to the route generated. to provide some randomization to the route generated.
0.0 means the exact fee of that channel is used, 0.0 means the exact fee of that channel is used,

View File

@ -2,12 +2,12 @@
.\" Title: lightning-listfunds .\" Title: lightning-listfunds
.\" Author: [see the "AUTHOR" section] .\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 09/07/2018 .\" Date: 09/18/2018
.\" Manual: \ \& .\" Manual: \ \&
.\" Source: \ \& .\" Source: \ \&
.\" Language: English .\" Language: English
.\" .\"
.TH "LIGHTNING\-LISTFUNDS" "7" "09/07/2018" "\ \&" "\ \&" .TH "LIGHTNING\-LISTFUNDS" "7" "09/18/2018" "\ \&" "\ \&"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------