Another usage cleanup from kent robotti
This commit is contained in:
parent
8373e70c55
commit
3757f98d86
@ -240,10 +240,12 @@
|
|||||||
"\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \
|
"\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \
|
||||||
"\tmatch STRING REGEXP same as STRING : REGEXP\n" \
|
"\tmatch STRING REGEXP same as STRING : REGEXP\n" \
|
||||||
"\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \
|
"\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \
|
||||||
"\tindex STRING CHARS index in STRING where any CHARS is found, or 0\n" \
|
"\tindex STRING CHARS index in STRING where any CHARS is found,\n" \
|
||||||
|
"\t or 0\n" \
|
||||||
"\tlength STRING length of STRING\n" \
|
"\tlength STRING length of STRING\n" \
|
||||||
"\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \
|
"\tquote TOKEN interpret TOKEN as a string, even if\n" \
|
||||||
"\t keyword like `match' or an operator like `/'\n" \
|
"\t it is a keyword like `match' or an\n" \
|
||||||
|
"\t operator like `/'\n" \
|
||||||
"\t( EXPRESSION ) value of EXPRESSION\n\n" \
|
"\t( EXPRESSION ) value of EXPRESSION\n\n" \
|
||||||
"Beware that many operators need to be escaped or quoted for shells.\n" \
|
"Beware that many operators need to be escaped or quoted for shells.\n" \
|
||||||
"Comparisons are arithmetic if both ARGs are numbers, else\n" \
|
"Comparisons are arithmetic if both ARGs are numbers, else\n" \
|
||||||
|
@ -240,10 +240,12 @@
|
|||||||
"\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \
|
"\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \
|
||||||
"\tmatch STRING REGEXP same as STRING : REGEXP\n" \
|
"\tmatch STRING REGEXP same as STRING : REGEXP\n" \
|
||||||
"\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \
|
"\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \
|
||||||
"\tindex STRING CHARS index in STRING where any CHARS is found, or 0\n" \
|
"\tindex STRING CHARS index in STRING where any CHARS is found,\n" \
|
||||||
|
"\t or 0\n" \
|
||||||
"\tlength STRING length of STRING\n" \
|
"\tlength STRING length of STRING\n" \
|
||||||
"\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \
|
"\tquote TOKEN interpret TOKEN as a string, even if\n" \
|
||||||
"\t keyword like `match' or an operator like `/'\n" \
|
"\t it is a keyword like `match' or an\n" \
|
||||||
|
"\t operator like `/'\n" \
|
||||||
"\t( EXPRESSION ) value of EXPRESSION\n\n" \
|
"\t( EXPRESSION ) value of EXPRESSION\n\n" \
|
||||||
"Beware that many operators need to be escaped or quoted for shells.\n" \
|
"Beware that many operators need to be escaped or quoted for shells.\n" \
|
||||||
"Comparisons are arithmetic if both ARGs are numbers, else\n" \
|
"Comparisons are arithmetic if both ARGs are numbers, else\n" \
|
||||||
|
8
usage.h
8
usage.h
@ -240,10 +240,12 @@
|
|||||||
"\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \
|
"\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \
|
||||||
"\tmatch STRING REGEXP same as STRING : REGEXP\n" \
|
"\tmatch STRING REGEXP same as STRING : REGEXP\n" \
|
||||||
"\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \
|
"\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \
|
||||||
"\tindex STRING CHARS index in STRING where any CHARS is found, or 0\n" \
|
"\tindex STRING CHARS index in STRING where any CHARS is found,\n" \
|
||||||
|
"\t or 0\n" \
|
||||||
"\tlength STRING length of STRING\n" \
|
"\tlength STRING length of STRING\n" \
|
||||||
"\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \
|
"\tquote TOKEN interpret TOKEN as a string, even if\n" \
|
||||||
"\t keyword like `match' or an operator like `/'\n" \
|
"\t it is a keyword like `match' or an\n" \
|
||||||
|
"\t operator like `/'\n" \
|
||||||
"\t( EXPRESSION ) value of EXPRESSION\n\n" \
|
"\t( EXPRESSION ) value of EXPRESSION\n\n" \
|
||||||
"Beware that many operators need to be escaped or quoted for shells.\n" \
|
"Beware that many operators need to be escaped or quoted for shells.\n" \
|
||||||
"Comparisons are arithmetic if both ARGs are numbers, else\n" \
|
"Comparisons are arithmetic if both ARGs are numbers, else\n" \
|
||||||
|
Loading…
Reference in New Issue
Block a user