Skip to content

Commit

Permalink
artifacts from make dev
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 2, 2023
1 parent 896fdeb commit e99d960
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 15 deletions.
3 changes: 2 additions & 1 deletion docs/src/manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ MILLER(1) MILLER(1)
mlr help mlrrc
mlr help output-colorization
mlr help type-arithmetic-info
mlr help type-arithmetic-info-extended
Shorthands:
mlr -g = mlr help flags
mlr -l = mlr help list-verbs
Expand Down Expand Up @@ -3648,5 +3649,5 @@ MILLER(1) MILLER(1)



2023-11-12 MILLER(1)
2023-12-02 MILLER(1)
</pre>
3 changes: 2 additions & 1 deletion docs/src/manpage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ MILLER(1) MILLER(1)
mlr help mlrrc
mlr help output-colorization
mlr help type-arithmetic-info
mlr help type-arithmetic-info-extended
Shorthands:
mlr -g = mlr help flags
mlr -l = mlr help list-verbs
Expand Down Expand Up @@ -3627,4 +3628,4 @@ MILLER(1) MILLER(1)



2023-11-12 MILLER(1)
2023-12-02 MILLER(1)
1 change: 1 addition & 0 deletions docs/src/online-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Other:
mlr help mlrrc
mlr help output-colorization
mlr help type-arithmetic-info
mlr help type-arithmetic-info-extended
Shorthands:
mlr -g = mlr help flags
mlr -l = mlr help list-verbs
Expand Down
7 changes: 4 additions & 3 deletions docs/src/record-heterogeneity.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ with 1) for too-long rows:
},
{
"a": 4,
"b": 5,
"c": ""
"b": 5
},
{
"a": 7,
Expand Down Expand Up @@ -455,7 +454,9 @@ Miller handles explicit header changes as just shown. If your CSV input contains
<pre class="pre-non-highlight-in-pair">
a,b,c
1,2,3
4,5,

a,b
4,5

a,b,c,4
7,8,9,10
Expand Down
15 changes: 8 additions & 7 deletions docs/src/reference-main-null-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,12 @@ If you're interested in a formal description of how empty and absent fields part
<b>mlr help type-arithmetic-info</b>
</pre>
<pre class="pre-non-highlight-in-pair">
(+) | 1 2.5 (empty) (absent) (error)
------ + ------ ------ ------ ------ ------
1 | 2 3.5 1 1 (error)
2.5 | 3.5 5 2.5 2.5 (error)
(empty) | 1 2.5 (empty) (absent) (error)
(absent) | 1 2.5 (absent) (absent) (error)
(error) | (error) (error) (error) (error) (error)
(+) | 1 2.5 true (empty) (absent) (error)
------ + ------ ------ ------ ------ ------ ------
1 | 2 3.5 (error) 1 1 (error)
2.5 | 3.5 5 (error) 2.5 2.5 (error)
true | (error) (error) (error) (error) (error) (error)
(empty) | 1 2.5 (error) (empty) (absent) (error)
(absent) | 1 2.5 (error) (absent) (absent) (error)
(error) | (error) (error) (error) (error) (error) (error)
</pre>
3 changes: 2 additions & 1 deletion man/manpage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ MILLER(1) MILLER(1)
mlr help mlrrc
mlr help output-colorization
mlr help type-arithmetic-info
mlr help type-arithmetic-info-extended
Shorthands:
mlr -g = mlr help flags
mlr -l = mlr help list-verbs
Expand Down Expand Up @@ -3627,4 +3628,4 @@ MILLER(1) MILLER(1)



2023-11-12 MILLER(1)
2023-12-02 MILLER(1)
5 changes: 3 additions & 2 deletions man/mlr.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2023-11-11
.\" Date: 2023-12-02
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2023-11-11" "\ \&" "\ \&"
.TH "MILLER" "1" "2023-12-02" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -192,6 +192,7 @@ Other:
mlr help mlrrc
mlr help output-colorization
mlr help type-arithmetic-info
mlr help type-arithmetic-info-extended
Shorthands:
mlr -g = mlr help flags
mlr -l = mlr help list-verbs
Expand Down

0 comments on commit e99d960

Please sign in to comment.