mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
fix docs for #431
This commit is contained in:
parent
c8bd36c0e2
commit
6f8ec4e595
5 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -2367,4 +2367,4 @@ SEE ALSO
|
|||
|
||||
|
||||
|
||||
2020-12-31 MILLER(1)
|
||||
2021-03-03 MILLER(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
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue