From 9b4ea7a2ff2af07e230cbdf322db085cdfde508a Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 23 Nov 2016 15:59:26 -0500 Subject: [PATCH] neaten --- doc/cookbook.html | 96 +++++++++++++++++++++++------------------------ doc/manpage.html | 2 +- doc/manpage.txt | 2 +- doc/mlr.1 | 4 +- 4 files changed, 52 insertions(+), 52 deletions(-) diff --git a/doc/cookbook.html b/doc/cookbook.html index d61933832..b6be190c4 100644 --- a/doc/cookbook.html +++ b/doc/cookbook.html @@ -605,33 +605,33 @@ $ mlr --ofmt '%.9lf' --opprint seqgen --start 1 --stop 28 then put ' ' then put '$seconds=systime()' then step -a delta -f seconds then cut -x -f seconds i o fcount seconds_delta 1 1 1 0 -2 2 3 0.000034094 -3 3 5 0.000052929 -4 5 9 0.000017166 -5 8 15 0.000021935 -6 13 25 0.000030041 -7 21 41 0.000063896 -8 34 67 0.000066996 -9 55 109 0.000113964 -10 89 177 0.000164986 -11 144 287 0.000262022 -12 233 465 0.000425100 -13 377 753 0.000681877 -14 610 1219 0.001093149 -15 987 1973 0.001819849 -16 1597 3193 0.003039122 -17 2584 5167 0.004704952 -18 4181 8361 0.007553101 -19 6765 13529 0.011912823 -20 10946 21891 0.018998146 -21 17711 35421 0.031558990 -22 28657 57313 0.050361872 -23 46368 92735 0.086179972 -24 75025 150049 0.133394003 -25 121393 242785 0.215410233 -26 196418 392835 0.340699911 -27 317811 635621 0.592864990 -28 514229 1028457 0.886677027 +2 2 3 0.000049114 +3 3 5 0.000011921 +4 5 9 0.000015020 +5 8 15 0.000020981 +6 13 25 0.000028133 +7 21 41 0.000042915 +8 34 67 0.000066042 +9 55 109 0.000119925 +10 89 177 0.000169992 +11 144 287 0.000270128 +12 233 465 0.000431776 +13 377 753 0.000699997 +14 610 1219 0.001118183 +15 987 1973 0.001859903 +16 1597 3193 0.002785921 +17 2584 5167 0.004791021 +18 4181 8361 0.007462978 +19 6765 13529 0.014683008 +20 10946 21891 0.020642042 +21 17711 35421 0.033452988 +22 28657 57313 0.051902056 +23 46368 92735 0.086146116 +24 75025 150049 0.133078814 +25 121393 242785 0.213313103 +26 196418 392835 0.347902060 +27 317811 635621 0.562304974 +28 514229 1028457 0.898994923

@@ -663,32 +663,32 @@ $ mlr --ofmt '%.9lf' --opprint seqgen --start 1 --stop 28 then put ' ' then put '$seconds=systime()' then step -a delta -f seconds then cut -x -f seconds i o fcount seconds_delta 1 1 1 0 -2 2 3 0.000038862 -3 3 3 0.000015020 -4 5 3 0.000011921 -5 8 3 0.000012159 -6 13 3 0.000010967 -7 21 3 0.000010967 -8 34 3 0.000011921 -9 55 3 0.000011206 -10 89 3 0.000010967 +2 2 3 0.000036955 +3 3 3 0.000013113 +4 5 3 0.000010967 +5 8 3 0.000010967 +6 13 3 0.000010014 +7 21 3 0.000010014 +8 34 3 0.000010014 +9 55 3 0.000010014 +10 89 3 0.000009060 11 144 3 0.000010967 -12 233 3 0.000016928 -13 377 3 0.000011921 -14 610 3 0.000011206 -15 987 3 0.000010967 -16 1597 3 0.000010967 +12 233 3 0.000015020 +13 377 3 0.000010967 +14 610 3 0.000010014 +15 987 3 0.000010014 +16 1597 3 0.000010014 17 2584 3 0.000010014 -18 4181 3 0.000010967 -19 6765 3 0.000010967 +18 4181 3 0.000008821 +19 6765 3 0.000010014 20 10946 3 0.000010014 -21 17711 3 0.000010967 -22 28657 3 0.000010967 -23 46368 3 0.000020981 -24 75025 3 0.000010014 +21 17711 3 0.000009060 +22 28657 3 0.000010014 +23 46368 3 0.000011921 +24 75025 3 0.000009060 25 121393 3 0.000010014 26 196418 3 0.000010014 -27 317811 3 0.000010014 +27 317811 3 0.000009060 28 514229 3 0.000010014 diff --git a/doc/manpage.html b/doc/manpage.html index dbf032d51..7882f92f3 100644 --- a/doc/manpage.html +++ b/doc/manpage.html @@ -1909,7 +1909,7 @@ SEE ALSO - 2016-11-22 MILLER(1) + 2016-11-23 MILLER(1)

diff --git a/doc/manpage.txt b/doc/manpage.txt index c6dbcb682..491d8252e 100644 --- a/doc/manpage.txt +++ b/doc/manpage.txt @@ -1762,4 +1762,4 @@ SEE ALSO - 2016-11-22 MILLER(1) + 2016-11-23 MILLER(1) diff --git a/doc/mlr.1 b/doc/mlr.1 index 8fbcd5f1b..f689e16bb 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -2,12 +2,12 @@ .\" Title: mlr .\" Author: [see the "AUTHOR" section] .\" Generator: ./mkman.rb -.\" Date: 2016-11-22 +.\" Date: 2016-11-23 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MILLER" "1" "2016-11-22" "\ \&" "\ \&" +.TH "MILLER" "1" "2016-11-23" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Portability definitions .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~