post-6.4.0

This commit is contained in:
John Kerl 2022-08-20 21:30:12 -04:00
parent 3c5cc37bdf
commit a28554216a
7 changed files with 12 additions and 10 deletions

View file

@ -29,7 +29,7 @@ DESCRIPTION
insertion-ordered hash map. This encompasses a variety of data
formats, including but not limited to the familiar CSV, TSV, and JSON.
(Miller can handle positionally-indexed data as a special case.) This
manpage documents mlr 6.4.0.
manpage documents mlr 6.4.0-dev.
EXAMPLES
mlr --icsv --opprint cat example.csv
@ -3261,4 +3261,4 @@ SEE ALSO
2022-08-20 MILLER(1)
2022-08-21 MILLER(1)

View file

@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2022-08-20
.\" Date: 2022-08-21
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2022-08-20" "\ \&" "\ \&"
.TH "MILLER" "1" "2022-08-21" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -47,7 +47,7 @@ on integer-indexed fields: if the natural data structure for the latter is the
array, then Miller's natural data structure is the insertion-ordered hash map.
This encompasses a variety of data formats, including but not limited to the
familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as
a special case.) This manpage documents mlr 6.4.0.
a special case.) This manpage documents mlr 6.4.0-dev.
.SH "EXAMPLES"
.sp