fix is_not_empty online help

This commit is contained in:
John Kerl 2018-12-15 12:46:47 -05:00
parent a9dbccd6c0
commit 60dd569c1b
5 changed files with 9 additions and 9 deletions

View file

@ -371,7 +371,7 @@ static function_lookup_t FUNCTION_LOOKUP_TABLE[] = {
{FUNC_CLASS_TYPING, "is_int", 1,0, "True if field is present with value inferred to be int "},
{FUNC_CLASS_TYPING, "is_map", 1,0, "True if argument is a map."},
{FUNC_CLASS_TYPING, "is_nonempty_map", 1,0, "True if argument is a map which is non-empty."},
{FUNC_CLASS_TYPING, "is_not_empty", 1,0, "False if field is present in input with empty value, false otherwise"},
{FUNC_CLASS_TYPING, "is_not_empty", 1,0, "False if field is present in input with empty value, true otherwise"},
{FUNC_CLASS_TYPING, "is_not_map", 1,0, "True if argument is not a map."},
{FUNC_CLASS_TYPING, "is_not_null", 1,0, "False if argument is null (empty or absent), true otherwise."},
{FUNC_CLASS_TYPING, "is_null", 1,0, "True if argument is null (empty or absent), false otherwise."},

View file

@ -1916,7 +1916,7 @@ FUNCTIONS FOR FILTER/PUT
(class=typing #args=1): True if argument is a map which is non-empty.
is_not_empty
(class=typing #args=1): False if field is present in input with empty value, false otherwise
(class=typing #args=1): False if field is present in input with empty value, true otherwise
is_not_map
(class=typing #args=1): True if argument is not a map.
@ -2439,7 +2439,7 @@ SEE ALSO
2018-12-09 MILLER(1)
2018-12-15 MILLER(1)
</pre>
</div>
<p/>

View file

@ -1722,7 +1722,7 @@ FUNCTIONS FOR FILTER/PUT
(class=typing #args=1): True if argument is a map which is non-empty.
is_not_empty
(class=typing #args=1): False if field is present in input with empty value, false otherwise
(class=typing #args=1): False if field is present in input with empty value, true otherwise
is_not_map
(class=typing #args=1): True if argument is not a map.
@ -2245,4 +2245,4 @@ SEE ALSO
2018-12-09 MILLER(1)
2018-12-15 MILLER(1)

View file

@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2018-12-09
.\" Date: 2018-12-15
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2018-12-09" "\ \&" "\ \&"
.TH "MILLER" "1" "2018-12-15" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -2837,7 +2837,7 @@ e.g. 1440768801.748936.
.RS 0
.\}
.nf
(class=typing #args=1): False if field is present in input with empty value, false otherwise
(class=typing #args=1): False if field is present in input with empty value, true otherwise
.fi
.if n \{\
.RE

View file

@ -4621,7 +4621,7 @@ is_nonempty_map (class=typing #args=1): True if argument is a map which is non-e
<p/>
<div class="pokipanel">
<pre>
is_not_empty (class=typing #args=1): False if field is present in input with empty value, false otherwise
is_not_empty (class=typing #args=1): False if field is present in input with empty value, true otherwise
</pre>
</div>