From 674d17608718e714a5591f4c88b4f8fc5a5566f5 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 17 Sep 2018 03:51:37 +0200 Subject: [PATCH] doc: Update docs to remove 100% upper bound Actual change is in the previous commit. --- doc/lightning-getroute.7 | 6 +++--- doc/lightning-getroute.7.txt | 3 +-- doc/lightning-listfunds.7 | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/lightning-getroute.7 b/doc/lightning-getroute.7 index 28565c536..fa218b613 100644 --- a/doc/lightning-getroute.7 +++ b/doc/lightning-getroute.7 @@ -2,12 +2,12 @@ .\" Title: lightning-getroute .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 04/26/2018 +.\" Date: 09/17/2018 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "LIGHTNING\-GETROUTE" "7" "04/26/2018" "\ \&" "\ \&" +.TH "LIGHTNING\-GETROUTE" "7" "09/17/2018" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * 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 If you didn\(cqt care about risk, \fIriskfactor\fR would be zero\&. .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 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" diff --git a/doc/lightning-getroute.7.txt b/doc/lightning-getroute.7.txt index 3bd7f5f5b..8a62a9d1b 100644 --- a/doc/lightning-getroute.7.txt +++ b/doc/lightning-getroute.7.txt @@ -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. -The 'fuzzpercent' is a floating-point number, between 0.0 to 100.0, -unit of percent. +The 'fuzzpercent' is a positive floating-point number, representing a percentage of the actual fee. The 'fuzzpercent' 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, diff --git a/doc/lightning-listfunds.7 b/doc/lightning-listfunds.7 index a3f014a4b..31a31dcfc 100644 --- a/doc/lightning-listfunds.7 +++ b/doc/lightning-listfunds.7 @@ -2,12 +2,12 @@ .\" Title: lightning-listfunds .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 09/07/2018 +.\" Date: 09/18/2018 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "LIGHTNING\-LISTFUNDS" "7" "09/07/2018" "\ \&" "\ \&" +.TH "LIGHTNING\-LISTFUNDS" "7" "09/18/2018" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" -----------------------------------------------------------------