aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-08-18 17:57:16 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-08-18 17:57:16 +0000
commit2c65f6410b9eeb88b7de651aa1aabfb57ce2af9e (patch)
tree6fc4f76986e2bd9081cc3ed82c9c682810e1b37a /include/usage.h
parent2b1dc70b9041b7f42bec38fadb00fe186ff2aa01 (diff)
downloadbusybox-w32-2c65f6410b9eeb88b7de651aa1aabfb57ce2af9e.tar.gz
busybox-w32-2c65f6410b9eeb88b7de651aa1aabfb57ce2af9e.tar.bz2
busybox-w32-2c65f6410b9eeb88b7de651aa1aabfb57ce2af9e.zip
Fixup 'dc' usage
git-svn-id: svn://busybox.net/trunk/busybox@9118 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h
index 5a351df44..c92c80ab0 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -299,15 +299,15 @@
299 "o - Pops the value off the top of the stack and uses it to set the output radix.\n" \ 299 "o - Pops the value off the top of the stack and uses it to set the output radix.\n" \
300 " Only 10 and 16 are supported." 300 " Only 10 and 16 are supported."
301#define dc_example_usage \ 301#define dc_example_usage \
302 "$ dc 2 2 +\n" \ 302 "$ dc 2 2 + p\n" \
303 "4\n" \ 303 "4\n" \
304 "$ dc 8 8 * 2 2 + /\n" \ 304 "$ dc 8 8 \\* 2 2 + / p\n" \
305 "16\n" \ 305 "16\n" \
306 "$ dc 0 1 and\n" \ 306 "$ dc 0 1 and p\n" \
307 "0\n" \ 307 "0\n" \
308 "$ dc 0 1 or\n" \ 308 "$ dc 0 1 or p\n" \
309 "1\n" \ 309 "1\n" \
310 "$ echo 72 9 div 8 mul | dc\n" \ 310 "$ echo 72 9 div 8 mul p | dc\n" \
311 "64\n" 311 "64\n"
312 312
313#define dd_trivial_usage \ 313#define dd_trivial_usage \