diff options
author | Eric Andersen | 2001-02-23 17:47:51 +0000 |
---|---|---|
committer | Eric Andersen | 2001-02-23 17:47:51 +0000 |
commit | 3757f98d86b7ad467049e6b0fcd40a865faaa334 (patch) | |
tree | b4b63c91e13f62e8b48ac3c9154ca14ee2fdd0d2 | |
parent | 8373e70c55805bc933cf11d0150182fe3b80a3b2 (diff) | |
download | busybox-3757f98d86b7ad467049e6b0fcd40a865faaa334.zip busybox-3757f98d86b7ad467049e6b0fcd40a865faaa334.tar.gz |
Another usage cleanup from kent robotti
-rw-r--r-- | applets/usage.h | 18 | ||||
-rw-r--r-- | include/usage.h | 18 | ||||
-rw-r--r-- | usage.h | 18 |
3 files changed, 30 insertions, 24 deletions
diff --git a/applets/usage.h b/applets/usage.h index a3702a0..90d3e29 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -237,14 +237,16 @@ "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ - "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ - "\tmatch STRING REGEXP same as STRING : REGEXP\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" \ - "\tlength STRING length of STRING\n" \ - "\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \ - "\t keyword like `match' or an operator like `/'\n" \ - "\t( EXPRESSION ) value of EXPRESSION\n\n" \ + "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ + "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ + "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ + "\tindex STRING CHARS index in STRING where any CHARS is found,\n" \ + "\t or 0\n" \ + "\tlength STRING length of STRING\n" \ + "\tquote TOKEN interpret TOKEN as a string, even if\n" \ + "\t it is a keyword like `match' or an\n" \ + "\t operator like `/'\n" \ + "\t( EXPRESSION ) value of EXPRESSION\n\n" \ "Beware that many operators need to be escaped or quoted for shells.\n" \ "Comparisons are arithmetic if both ARGs are numbers, else\n" \ "lexicographical. Pattern matches return the string matched between \n" \ diff --git a/include/usage.h b/include/usage.h index a3702a0..90d3e29 100644 --- a/include/usage.h +++ b/include/usage.h @@ -237,14 +237,16 @@ "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ - "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ - "\tmatch STRING REGEXP same as STRING : REGEXP\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" \ - "\tlength STRING length of STRING\n" \ - "\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \ - "\t keyword like `match' or an operator like `/'\n" \ - "\t( EXPRESSION ) value of EXPRESSION\n\n" \ + "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ + "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ + "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ + "\tindex STRING CHARS index in STRING where any CHARS is found,\n" \ + "\t or 0\n" \ + "\tlength STRING length of STRING\n" \ + "\tquote TOKEN interpret TOKEN as a string, even if\n" \ + "\t it is a keyword like `match' or an\n" \ + "\t operator like `/'\n" \ + "\t( EXPRESSION ) value of EXPRESSION\n\n" \ "Beware that many operators need to be escaped or quoted for shells.\n" \ "Comparisons are arithmetic if both ARGs are numbers, else\n" \ "lexicographical. Pattern matches return the string matched between \n" \ @@ -237,14 +237,16 @@ "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ - "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ - "\tmatch STRING REGEXP same as STRING : REGEXP\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" \ - "\tlength STRING length of STRING\n" \ - "\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \ - "\t keyword like `match' or an operator like `/'\n" \ - "\t( EXPRESSION ) value of EXPRESSION\n\n" \ + "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ + "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ + "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ + "\tindex STRING CHARS index in STRING where any CHARS is found,\n" \ + "\t or 0\n" \ + "\tlength STRING length of STRING\n" \ + "\tquote TOKEN interpret TOKEN as a string, even if\n" \ + "\t it is a keyword like `match' or an\n" \ + "\t operator like `/'\n" \ + "\t( EXPRESSION ) value of EXPRESSION\n\n" \ "Beware that many operators need to be escaped or quoted for shells.\n" \ "Comparisons are arithmetic if both ARGs are numbers, else\n" \ "lexicographical. Pattern matches return the string matched between \n" \ |