diff --git a/README.md b/README.md
index 0f1cb04c9..a1dc72de5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV and tabular JSON.**
+**Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV and tabular JSON.**
[](https://travis-ci.org/johnkerl/miller) [](https://github.com/johnkerl/miller/blob/master/LICENSE.txt) [](http://johnkerl.org/miller/doc)
diff --git a/doc/content-for-index.html b/doc/content-for-index.html
index 25fce73f6..5d40651b9 100644
--- a/doc/content-for-index.html
+++ b/doc/content-for-index.html
@@ -1,6 +1,6 @@
|
-Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV,
+Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV,
TSV, and tabular JSON.
|
diff --git a/doc/cookbook.html b/doc/cookbook.html
index ba43c7f48..26f9f5a2c 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.000020981
-3 3 5 0.000013113
+2 2 3 0.000035048
+3 3 5 0.000014067
4 5 9 0.000015974
-5 8 15 0.000020981
-6 13 25 0.000027895
-7 21 41 0.000043154
-8 34 67 0.000064850
-9 55 109 0.000101089
-10 89 177 0.000162125
-11 144 287 0.000257969
-12 233 465 0.000408888
-13 377 753 0.000658035
-14 610 1219 0.001064062
-15 987 1973 0.001696825
-16 1597 3193 0.002771139
-17 2584 5167 0.007035017
-18 4181 8361 0.008676052
-19 6765 13529 0.011103868
-20 10946 21891 0.019827127
-21 17711 35421 0.035264969
-22 28657 57313 0.047539949
-23 46368 92735 0.077419043
-24 75025 150049 0.128149986
-25 121393 242785 0.199550867
-26 196418 392835 0.317577124
-27 317811 635621 0.530328989
-28 514229 1028457 0.855800867
+5 8 15 0.000021935
+6 13 25 0.000030994
+7 21 41 0.000046015
+8 34 67 0.000072002
+9 55 109 0.000113010
+10 89 177 0.000180960
+11 144 287 0.000287056
+12 233 465 0.000458002
+13 377 753 0.000746012
+14 610 1219 0.001186848
+15 987 1973 0.001899004
+16 1597 3193 0.003793001
+17 2584 5167 0.006122112
+18 4181 8361 0.013213873
+19 6765 13529 0.014245987
+20 10946 21891 0.019292116
+21 17711 35421 0.032190084
+22 28657 57313 0.049235821
+23 46368 92735 0.076505184
+24 75025 150049 0.122159958
+25 121393 242785 0.197263956
+26 196418 392835 0.315623045
+27 317811 635621 0.505087852
+28 514229 1028457 0.843945980
@@ -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.000025034
-3 3 3 0.000012875
-4 5 3 0.000012159
-5 8 3 0.000010967
-6 13 3 0.000010014
-7 21 3 0.000010014
+2 2 3 0.000035048
+3 3 3 0.000013113
+4 5 3 0.000010967
+5 8 3 0.000010014
+6 13 3 0.000010967
+7 21 3 0.000009060
8 34 3 0.000010014
-9 55 3 0.000008821
+9 55 3 0.000009775
10 89 3 0.000010014
11 144 3 0.000010014
-12 233 3 0.000013113
-13 377 3 0.000010967
+12 233 3 0.000015974
+13 377 3 0.000010014
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
+17 2584 3 0.000009060
+18 4181 3 0.000010014
19 6765 3 0.000010014
-20 10946 3 0.000010014
-21 17711 3 0.000008821
-22 28657 3 0.000010014
+20 10946 3 0.000009060
+21 17711 3 0.000010014
+22 28657 3 0.000008821
23 46368 3 0.000012159
24 75025 3 0.000010014
25 121393 3 0.000010014
26 196418 3 0.000010014
-27 317811 3 0.000008821
+27 317811 3 0.000009775
28 514229 3 0.000010014
diff --git a/doc/index.html b/doc/index.html
index c5c16d7f8..34ae6595a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -141,7 +141,7 @@ Miller commands were run with pretty-print-tabular output format.
|
-Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV,
+Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV,
TSV, and tabular JSON.
|
diff --git a/doc/manpage.html b/doc/manpage.html
index db2226826..03172c22e 100644
--- a/doc/manpage.html
+++ b/doc/manpage.html
@@ -150,7 +150,7 @@ MILLER(1) MILLER(1)
NAME
- Miller is like sed, awk, cut, join, and sort for name-indexed data such
+ Miller is like awk, sed, cut, join, and sort for name-indexed data such
as CSV and tabular JSON.
SYNOPSIS
@@ -1903,13 +1903,13 @@ AUTHOR
MSP Veith <eveith@veith-m.de>.
SEE ALSO
- sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
+ awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
MIME Type for Comma-Separated Values (CSV) Files, the miller website
http://johnkerl.org/miller/doc
- 2016-11-15 MILLER(1)
+ 2016-11-18 MILLER(1)
diff --git a/doc/manpage.txt b/doc/manpage.txt
index da422f878..5b6e8e726 100644
--- a/doc/manpage.txt
+++ b/doc/manpage.txt
@@ -3,7 +3,7 @@ MILLER(1) MILLER(1)
NAME
- Miller is like sed, awk, cut, join, and sort for name-indexed data such
+ Miller is like awk, sed, cut, join, and sort for name-indexed data such
as CSV and tabular JSON.
SYNOPSIS
@@ -1756,10 +1756,10 @@ AUTHOR
MSP Veith .
SEE ALSO
- sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
+ awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
MIME Type for Comma-Separated Values (CSV) Files, the miller website
http://johnkerl.org/miller/doc
- 2016-11-15 MILLER(1)
+ 2016-11-18 MILLER(1)
diff --git a/doc/mkman.rb b/doc/mkman.rb
index 35c48adb3..9fd7cb291 100755
--- a/doc/mkman.rb
+++ b/doc/mkman.rb
@@ -18,7 +18,7 @@ def main
print make_top
print make_section('NAME', [
- "Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV and tabular JSON."
+ "Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV and tabular JSON."
])
print make_section('SYNOPSIS', [
@@ -123,7 +123,7 @@ output separator to the given value."""
"This manual page has been composed from Miller's help output by Eric MSP Veith ."
])
print make_section('SEE ALSO', [
- "sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for " +
+ "awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for " +
"Comma-Separated Values (CSV) Files, the miller website http://johnkerl.org/miller/doc"
])
end
diff --git a/doc/mlr.1 b/doc/mlr.1
index f08547659..821f219d2 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-15
+.\" Date: 2016-11-18
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "MILLER" "1" "2016-11-15" "\ \&" "\ \&"
+.TH "MILLER" "1" "2016-11-18" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -26,7 +26,7 @@
.\" -----------------------------------------------------------------
.SH "NAME"
.sp
-Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV and tabular JSON.
+Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV and tabular JSON.
.SH "SYNOPSIS"
.sp
Usage: mlr [I/O options] {verb} [verb-dependent options ...] {zero or more file names}
@@ -3037,4 +3037,4 @@ Miller is written by John Kerl .
This manual page has been composed from Miller's help output by Eric MSP Veith .
.SH "SEE ALSO"
.sp
-sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for Comma-Separated Values (CSV) Files, the miller website http://johnkerl.org/miller/doc
+awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for Comma-Separated Values (CSV) Files, the miller website http://johnkerl.org/miller/doc