[git commit] dc: do not advertise ops disabled in .config

Denys Vlasenko vda.linux at googlemail.com
Sun May 15 22:13:18 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=6afc6775e8b57ff275b9c0919c107d739cdf0b7c
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/dc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/miscutils/dc.c b/miscutils/dc.c
index 777ec16..b080ba1 100644
--- 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"
-- 
1.7.3.4



More information about the busybox-cvs mailing list