developer.texi: try to fix buildbot failure.
authorng0 <ng0@infotropique.org>
Wed, 18 Oct 2017 04:34:50 +0000 (04:34 +0000)
committerng0 <ng0@infotropique.org>
Wed, 18 Oct 2017 04:34:50 +0000 (04:34 +0000)
doc/chapters/developer.texi

index f5493fd6365c4b75ed7e4a2426b95e99a3e70795..da8aa8a8361d37debdec6b9dc58f425dab968a0a 100644 (file)
@@ -4547,15 +4547,9 @@ Let's close with a couple examples.
 
 @table @asis
 
-@item Average: 10, std dev: 1 Here the estimate would be 2^10 = 1024 peers.@
-The range in which we can be 95% sure is: [2^8, 2^12] = [256, 4096]. We can be
-very (>99.7%) sure that the network is not a hundred peers and absolutely sure
-that it is not a million peers, but somewhere around a thousand.
-
-@item Average 22, std dev: 0.2 Here the estimate would be 2^22 = 4 Million peers.@
-The range in which we can be 99.7% sure is: [2^21.4, 2^22.6] = [2.8M, 6.3M].
-We can be sure that the network size is around four million, with absolutely
-way of it being 1 million.
+@item Average: 10, std dev: 1 Here the estimate would be 2^10 = 1024 peers. @footnote{The range in which we can be 95% sure is: [2^8, 2^12] = [256, 4096]. We can be very (>99.7%) sure that the network is not a hundred peers and absolutely sure that it is not a million peers, but somewhere around a thousand.}
+
+@item Average 22, std dev: 0.2 Here the estimate would be 2^22 = 4 Million peers. @footnote{The range in which we can be 99.7% sure is: [2^21.4, 2^22.6] = [2.8M, 6.3M]. We can be sure that the network size is around four million, with absolutely way of it being 1 million.}
 
 @end table