projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4566e17
)
dc: do not advertise ops disabled in .config
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 15 May 2011 22:13:18 +0000
(
00:13
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 15 May 2011 22:13:18 +0000
(
00:13
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/dc.c
patch
|
blob
|
history
diff --git
a/miscutils/dc.c
b/miscutils/dc.c
index 777ec1654c332dc8c08cdc12b660ec75ddc89123..b080ba1338ca626dbb1fb65e7eca0b9e83cb5f8b 100644
(file)
--- a/
miscutils/dc.c
+++ b/
miscutils/dc.c
@@
-11,7
+11,7
@@
//usage:
//usage:#define dc_full_usage "\n\n"
//usage: "Tiny RPN calculator. Operations:\n"
-//usage: "+, add, -, sub, *, mul, /, div, %, mod,
**, exp,
and, or, not, eor,\n"
+//usage: "+, add, -, sub, *, mul, /, div, %, mod,
"IF_FEATURE_DC_LIBM("**, exp, ")"
and, or, not, eor,\n"
//usage: "p - print top of the stack (without popping),\n"
//usage: "f - print entire stack,\n"
//usage: "o - pop the value and set output radix (must be 10, 16, 8 or 2).\n"