From 52a2330d939e39f935448967ee9bde8964f2d37c Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 23 Feb 2022 21:01:42 -0500 Subject: [PATCH 1/2] Fix typo in splitax on-line help --- internal/pkg/dsl/cst/builtin_function_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/dsl/cst/builtin_function_manager.go b/internal/pkg/dsl/cst/builtin_function_manager.go index e5d5e75a39..bf8feb2f65 100644 --- a/internal/pkg/dsl/cst/builtin_function_manager.go +++ b/internal/pkg/dsl/cst/builtin_function_manager.go @@ -1529,7 +1529,7 @@ second is the separator to split on.`, help: `Splits string into array without type inference. First argument is string to split; second is the separator to split on.`, examples: []string{ - `splita("3,4,5", ",") = ["3","4","5"]`, + `splitax("3,4,5", ",") = ["3","4","5"]`, }, binaryFunc: bifs.BIF_splitax, }, From d134447199013c5ddd8ff2f8324339b604312294 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 23 Feb 2022 21:05:30 -0500 Subject: [PATCH 2/2] doc-build artifacts --- docs/src/manpage.md | 4 ++-- docs/src/manpage.txt | 4 ++-- docs/src/reference-dsl-builtin-functions.md | 2 +- man/manpage.txt | 4 ++-- man/mlr.1 | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/src/manpage.md b/docs/src/manpage.md index a7927a4102..825ad8039a 100644 --- a/docs/src/manpage.md +++ b/docs/src/manpage.md @@ -2534,7 +2534,7 @@ FUNCTIONS FOR FILTER/PUT splitax (class=conversion #args=2) Splits string into array without type inference. First argument is string to split; second is the separator to split on. Example: - splita("3,4,5", ",") = ["3","4","5"] + splitax("3,4,5", ",") = ["3","4","5"] splitkv (class=conversion #args=3) Splits string by separators into map with type inference. First argument is string to split; second argument is pair separator; third argument is field separator. @@ -3187,5 +3187,5 @@ SEE ALSO - 2022-02-21 MILLER(1) + 2022-02-24 MILLER(1) diff --git a/docs/src/manpage.txt b/docs/src/manpage.txt index f6ebb0037b..b776d44a24 100644 --- a/docs/src/manpage.txt +++ b/docs/src/manpage.txt @@ -2513,7 +2513,7 @@ FUNCTIONS FOR FILTER/PUT splitax (class=conversion #args=2) Splits string into array without type inference. First argument is string to split; second is the separator to split on. Example: - splita("3,4,5", ",") = ["3","4","5"] + splitax("3,4,5", ",") = ["3","4","5"] splitkv (class=conversion #args=3) Splits string by separators into map with type inference. First argument is string to split; second argument is pair separator; third argument is field separator. @@ -3166,4 +3166,4 @@ SEE ALSO - 2022-02-21 MILLER(1) + 2022-02-24 MILLER(1) diff --git a/docs/src/reference-dsl-builtin-functions.md b/docs/src/reference-dsl-builtin-functions.md index c5aa2bff55..f0b1b82937 100644 --- a/docs/src/reference-dsl-builtin-functions.md +++ b/docs/src/reference-dsl-builtin-functions.md @@ -557,7 +557,7 @@ splita("3,4,5", ",") = [3,4,5]
 splitax  (class=conversion #args=2) Splits string into array without type inference. First argument is string to split; second is the separator to split on.
 Example:
-splita("3,4,5", ",") = ["3","4","5"]
+splitax("3,4,5", ",") = ["3","4","5"]
 
diff --git a/man/manpage.txt b/man/manpage.txt index f6ebb0037b..b776d44a24 100644 --- a/man/manpage.txt +++ b/man/manpage.txt @@ -2513,7 +2513,7 @@ FUNCTIONS FOR FILTER/PUT splitax (class=conversion #args=2) Splits string into array without type inference. First argument is string to split; second is the separator to split on. Example: - splita("3,4,5", ",") = ["3","4","5"] + splitax("3,4,5", ",") = ["3","4","5"] splitkv (class=conversion #args=3) Splits string by separators into map with type inference. First argument is string to split; second argument is pair separator; third argument is field separator. @@ -3166,4 +3166,4 @@ SEE ALSO - 2022-02-21 MILLER(1) + 2022-02-24 MILLER(1) diff --git a/man/mlr.1 b/man/mlr.1 index 00b3c846b3..ed2c566ac4 100644 --- a/man/mlr.1 +++ b/man/mlr.1 @@ -2,12 +2,12 @@ .\" Title: mlr .\" Author: [see the "AUTHOR" section] .\" Generator: ./mkman.rb -.\" Date: 2022-02-21 +.\" Date: 2022-02-24 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MILLER" "1" "2022-02-21" "\ \&" "\ \&" +.TH "MILLER" "1" "2022-02-24" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Portability definitions .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -3878,7 +3878,7 @@ splita("3,4,5", ",") = [3,4,5] .nf (class=conversion #args=2) Splits string into array without type inference. First argument is string to split; second is the separator to split on. Example: -splita("3,4,5", ",") = ["3","4","5"] +splitax("3,4,5", ",") = ["3","4","5"] .fi .if n \{\ .RE