Skip to content

Commit

Permalink
Miller 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Nov 24, 2015
1 parent a8dbc22 commit 435ceab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/mkman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main
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. (Miller can handle positionally-indexed data as a special
case.) This manpage documents #{`mlr --version`}."""
case.) This manpage documents #{`mlr --version`.chomp}."""
])

print make_section('EXAMPLES', [
Expand Down
3 changes: 1 addition & 2 deletions doc/mlr.1.premade
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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. (Miller can handle positionally-indexed data as a special
case.) This manpage documents Miller v3.0.0
\&.
case.) This manpage documents Miller v3.0.0.
.SH "EXAMPLES"
.sp

Expand Down

0 comments on commit 435ceab

Please sign in to comment.