diff --git a/docs/src/data-diving-examples.md b/docs/src/data-diving-examples.md index 297eca211..100716ec2 100644 --- a/docs/src/data-diving-examples.md +++ b/docs/src/data-diving-examples.md @@ -26,7 +26,7 @@ Vertical-tabular format is good for a quick look at CSV data layout -- seeing wh wc -l data/flins.csv
-36635 data/flins.csv + 36635 data/flins.csv
@@ -227,7 +227,7 @@ Peek at the data: wc -l data/colored-shapes.dkvp
-10078 data/colored-shapes.dkvp + 10078 data/colored-shapes.dkvp
diff --git a/docs/src/date-time-examples.md b/docs/src/date-time-examples.md index cab74de3c..5bcbdac01 100644 --- a/docs/src/date-time-examples.md +++ b/docs/src/date-time-examples.md @@ -68,7 +68,7 @@ date,qoh wc -l data/miss-date.csv
-1372 data/miss-date.csv + 1372 data/miss-date.csvSince there are 1372 lines in the data file, some automation is called for. To find the missing dates, you can convert the dates to seconds since the epoch using `strptime`, then compute adjacent differences (the `cat -n` simply inserts record-counters): diff --git a/docs/src/manpage.md b/docs/src/manpage.md index 9cf6f281f..e6cf26b77 100644 --- a/docs/src/manpage.md +++ b/docs/src/manpage.md @@ -3746,5 +3746,5 @@ This is simply a copy of what you should see on running `man mlr` at a command p MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite https://miller.readthedocs.io - 2025-07-11 4mMILLER24m(1) + 2025-07-20 4mMILLER24m(1) diff --git a/docs/src/manpage.txt b/docs/src/manpage.txt index b2f31f3d1..130bbcabd 100644 --- a/docs/src/manpage.txt +++ b/docs/src/manpage.txt @@ -3725,4 +3725,4 @@ MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite https://miller.readthedocs.io - 2025-07-11 4mMILLER24m(1) + 2025-07-20 4mMILLER24m(1) diff --git a/docs/src/reference-main-null-data.md b/docs/src/reference-main-null-data.md index 63bfffaa9..175ae2ad2 100644 --- a/docs/src/reference-main-null-data.md +++ b/docs/src/reference-main-null-data.md @@ -125,7 +125,7 @@ with the exception that the `min` and `max` functions are special: if one argume x=,y=3,a=3,b= -Likewise, empty works like 0 for addition and subtraction, and multiplication: +Likewise, empty works like 0 for addition and subtraction, and like 1 for multiplication:
echo 'x=,y=3' | mlr put '$a = $x + $y; $b = $x - $y; $c = $x * $y' diff --git a/docs/src/reference-main-null-data.md.in b/docs/src/reference-main-null-data.md.in index 087edaa78..3ac1051ac 100644 --- a/docs/src/reference-main-null-data.md.in +++ b/docs/src/reference-main-null-data.md.in @@ -54,7 +54,7 @@ GENMD-RUN-COMMAND echo 'x=,y=3' | mlr put '$a=min($x,$y);$b=max($x,$y)' GENMD-EOF -Likewise, empty works like 0 for addition and subtraction, and multiplication: +Likewise, empty works like 0 for addition and subtraction, and like 1 for multiplication: GENMD-RUN-COMMAND echo 'x=,y=3' | mlr put '$a = $x + $y; $b = $x - $y; $c = $x * $y' diff --git a/docs/src/reference-verbs.md b/docs/src/reference-verbs.md index 49c212b97..3cf5cc8d6 100644 --- a/docs/src/reference-verbs.md +++ b/docs/src/reference-verbs.md @@ -4134,7 +4134,7 @@ There are two main ways to use `mlr uniq`: the first way is with `-g` to specify wc -l data/colored-shapes.csv
-10079 data/colored-shapes.csv + 10079 data/colored-shapes.csv
@@ -4291,7 +4291,7 @@ color=purple,shape=square,flag=0 wc -l data/repeats.dkvp
-57 data/repeats.dkvp + 57 data/repeats.dkvp
diff --git a/man/manpage.txt b/man/manpage.txt
index b2f31f3d1..130bbcabd 100644
--- a/man/manpage.txt
+++ b/man/manpage.txt
@@ -3725,4 +3725,4 @@
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
https://miller.readthedocs.io
- 2025-07-11 4mMILLER24m(1)
+ 2025-07-20 4mMILLER24m(1)
diff --git a/man/mlr.1 b/man/mlr.1
index fd96eaa0b..3dca0b9a7 100644
--- a/man/mlr.1
+++ b/man/mlr.1
@@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
-.\" Date: 2025-07-11
+.\" Date: 2025-07-20
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "MILLER" "1" "2025-07-11" "\ \&" "\ \&"
+.TH "MILLER" "1" "2025-07-20" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~