diff --git a/docs/manpage.rst b/docs/manpage.rst index 013304f8b..d6fa85592 100644 --- a/docs/manpage.rst +++ b/docs/manpage.rst @@ -2377,4 +2377,4 @@ This is simply a copy of what you should see on running **man mlr** at a command - 2020-12-31 MILLER(1) + 2021-03-03 MILLER(1) diff --git a/docs/manpage.txt b/docs/manpage.txt index 780af3f84..9f045c982 100644 --- a/docs/manpage.txt +++ b/docs/manpage.txt @@ -2367,4 +2367,4 @@ SEE ALSO - 2020-12-31 MILLER(1) + 2021-03-03 MILLER(1) diff --git a/docs/mlr.1 b/docs/mlr.1 index 4b9d53383..ab1ad6d29 100644 --- a/docs/mlr.1 +++ b/docs/mlr.1 @@ -2,12 +2,12 @@ .\" Title: mlr .\" Author: [see the "AUTHOR" section] .\" Generator: ./mkman.rb -.\" Date: 2020-12-31 +.\" Date: 2021-03-03 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MILLER" "1" "2020-12-31" "\ \&" "\ \&" +.TH "MILLER" "1" "2021-03-03" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Portability definitions .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/reference-dsl.rst b/docs/reference-dsl.rst index e0e813674..8aa317df0 100644 --- a/docs/reference-dsl.rst +++ b/docs/reference-dsl.rst @@ -1835,7 +1835,7 @@ Miller supports an ``awk``-like ``begin/end`` syntax. The statements in the ``b a=pan,b=wye,i=10,x=0.5026260055412137,y=0.9526183602969864 x_sum=4.536294 -Since uninitialized out-of-stream variables default to 0 for addition/substraction and 1 for multiplication when they appear on expression right-hand sides (as in ``awk``), the above can be written more succinctly as +Since uninitialized out-of-stream variables default to 0 for addition/substraction and 1 for multiplication when they appear on expression right-hand sides (not quite as in ``awk``, where they'd default to 0 either way), the above can be written more succinctly as :: diff --git a/docs/reference-dsl.rst.in b/docs/reference-dsl.rst.in index 127d3be06..9d91befbd 100644 --- a/docs/reference-dsl.rst.in +++ b/docs/reference-dsl.rst.in @@ -789,7 +789,7 @@ Miller supports an ``awk``-like ``begin/end`` syntax. The statements in the ``b POKI_INCLUDE_AND_RUN_ESCAPED(data/begin-end-example-1.sh)HERE -Since uninitialized out-of-stream variables default to 0 for addition/substraction and 1 for multiplication when they appear on expression right-hand sides (as in ``awk``), the above can be written more succinctly as +Since uninitialized out-of-stream variables default to 0 for addition/substraction and 1 for multiplication when they appear on expression right-hand sides (not quite as in ``awk``, where they'd default to 0 either way), the above can be written more succinctly as ::