diff options
author | Denys Vlasenko | 2018-12-08 18:59:07 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-12-08 18:59:07 +0100 |
commit | d0bc5fdfea72ffac3102c76760f3e55a40a430ea (patch) | |
tree | 9052c70dedfdd78d1835f16d12a393b98a40ce7c /miscutils/bc.c | |
parent | 23427a63fc8f7742210d329b9edd77a6e547d2cd (diff) | |
download | busybox-d0bc5fdfea72ffac3102c76760f3e55a40a430ea.zip busybox-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index 24e4b63..e543b2b 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" |