diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-23 17:47:51 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-23 17:47:51 +0000 |
commit | d671e6ed6d37d8349a5d8e61670b5172a784cd64 (patch) | |
tree | b4b63c91e13f62e8b48ac3c9154ca14ee2fdd0d2 | |
parent | ae05c1b34a7ac87646bdf7491378cba69f4db5e1 (diff) | |
download | busybox-w32-d671e6ed6d37d8349a5d8e61670b5172a784cd64.tar.gz busybox-w32-d671e6ed6d37d8349a5d8e61670b5172a784cd64.tar.bz2 busybox-w32-d671e6ed6d37d8349a5d8e61670b5172a784cd64.zip |
Another usage cleanup from kent robotti
git-svn-id: svn://busybox.net/trunk/busybox@1921 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 a3702a0cd..90d3e29b4 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -237,14 +237,16 @@ | |||
237 | "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ | 237 | "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ |
238 | "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ | 238 | "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ |
239 | "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ | 239 | "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ |
240 | "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ | 240 | "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ |
241 | "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ | 241 | "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ |
242 | "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ | 242 | "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ |
243 | "\tindex STRING CHARS index in STRING where any CHARS is found, or 0\n" \ | 243 | "\tindex STRING CHARS index in STRING where any CHARS is found,\n" \ |
244 | "\tlength STRING length of STRING\n" \ | 244 | "\t or 0\n" \ |
245 | "\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \ | 245 | "\tlength STRING length of STRING\n" \ |
246 | "\t keyword like `match' or an operator like `/'\n" \ | 246 | "\tquote TOKEN interpret TOKEN as a string, even if\n" \ |
247 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ | 247 | "\t it is a keyword like `match' or an\n" \ |
248 | "\t operator like `/'\n" \ | ||
249 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ | ||
248 | "Beware that many operators need to be escaped or quoted for shells.\n" \ | 250 | "Beware that many operators need to be escaped or quoted for shells.\n" \ |
249 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ | 251 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ |
250 | "lexicographical. Pattern matches return the string matched between \n" \ | 252 | "lexicographical. Pattern matches return the string matched between \n" \ |
diff --git a/include/usage.h b/include/usage.h index a3702a0cd..90d3e29b4 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -237,14 +237,16 @@ | |||
237 | "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ | 237 | "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ |
238 | "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ | 238 | "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ |
239 | "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ | 239 | "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ |
240 | "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ | 240 | "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ |
241 | "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ | 241 | "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ |
242 | "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ | 242 | "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ |
243 | "\tindex STRING CHARS index in STRING where any CHARS is found, or 0\n" \ | 243 | "\tindex STRING CHARS index in STRING where any CHARS is found,\n" \ |
244 | "\tlength STRING length of STRING\n" \ | 244 | "\t or 0\n" \ |
245 | "\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \ | 245 | "\tlength STRING length of STRING\n" \ |
246 | "\t keyword like `match' or an operator like `/'\n" \ | 246 | "\tquote TOKEN interpret TOKEN as a string, even if\n" \ |
247 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ | 247 | "\t it is a keyword like `match' or an\n" \ |
248 | "\t operator like `/'\n" \ | ||
249 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ | ||
248 | "Beware that many operators need to be escaped or quoted for shells.\n" \ | 250 | "Beware that many operators need to be escaped or quoted for shells.\n" \ |
249 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ | 251 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ |
250 | "lexicographical. Pattern matches return the string matched between \n" \ | 252 | "lexicographical. Pattern matches return the string matched between \n" \ |
@@ -237,14 +237,16 @@ | |||
237 | "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ | 237 | "\tARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" \ |
238 | "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ | 238 | "\tARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \ |
239 | "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ | 239 | "\tARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \ |
240 | "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ | 240 | "\tSTRING : REGEXP anchored pattern match of REGEXP in STRING\n" \ |
241 | "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ | 241 | "\tmatch STRING REGEXP same as STRING : REGEXP\n" \ |
242 | "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ | 242 | "\tsubstr STRING POS LENGTH substring of STRING, POS counted from 1\n" \ |
243 | "\tindex STRING CHARS index in STRING where any CHARS is found, or 0\n" \ | 243 | "\tindex STRING CHARS index in STRING where any CHARS is found,\n" \ |
244 | "\tlength STRING length of STRING\n" \ | 244 | "\t or 0\n" \ |
245 | "\tquote TOKEN interpret TOKEN as a string, even if it is a \n" \ | 245 | "\tlength STRING length of STRING\n" \ |
246 | "\t keyword like `match' or an operator like `/'\n" \ | 246 | "\tquote TOKEN interpret TOKEN as a string, even if\n" \ |
247 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ | 247 | "\t it is a keyword like `match' or an\n" \ |
248 | "\t operator like `/'\n" \ | ||
249 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ | ||
248 | "Beware that many operators need to be escaped or quoted for shells.\n" \ | 250 | "Beware that many operators need to be escaped or quoted for shells.\n" \ |
249 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ | 251 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ |
250 | "lexicographical. Pattern matches return the string matched between \n" \ | 252 | "lexicographical. Pattern matches return the string matched between \n" \ |