aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bc.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-08 18:59:07 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-08 18:59:07 +0100
commitd0bc5fdfea72ffac3102c76760f3e55a40a430ea (patch)
tree9052c70dedfdd78d1835f16d12a393b98a40ce7c /miscutils/bc.c
parent23427a63fc8f7742210d329b9edd77a6e547d2cd (diff)
downloadbusybox-d0bc5fdfea72ffac3102c76760f3e55a40a430ea.tar.gz
dc: fix "small dc" to have standard command line API
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r--miscutils/bc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c
index 24e4b6392..e543b2b93 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -159,8 +159,7 @@
//usage:
//usage:#define dc_full_usage "\n"
//usage: "\nTiny RPN calculator. Operations:"
-//usage: "\n+, -, *, /, %, ^, exp, ~, divmod, |, "
-//usage: "modular exponentiation,"
+//usage: "\n+, -, *, /, %, ~, ^, |,"
//usage: "\np - print top of the stack (without popping)"
//usage: "\nf - print entire stack"
//usage: "\nk - pop the value and set the precision"