diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-26 13:26:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-26 13:32:29 +0100 |
commit | 3d88cc1d371a4a5ae8e1521a1e915479bca52959 (patch) | |
tree | 57120fd8adf4a75c0f5c51793f6ec423a2ab4093 /shell/ash_test/ash-signals/savetrap.right | |
parent | 1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628 (diff) | |
download | busybox-3d88cc1d371a4a5ae8e1521a1e915479bca52959.tar.gz |
dc: correct --help text
before:
Tiny RPN calculator. Operations:
+, -, *, /, %, ~, ^, |,
p - print top of the stack without popping
f - print entire stack
k - pop the value and set the precision
i - pop the value and set input radix
o - pop the value and set output radix
After:
Tiny RPN calculator. Operations:
Arithmetic: + - * / % ^
~ - divide with remainder
| - modular exponentiation
v - square root
p - print top of the stack without popping
f - print entire stack
k - pop the value and set precision
i - pop the value and set input radix
o - pop the value and set output radix
function old new delta
packed_usage 33519 33565 +46
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-signals/savetrap.right')
0 files changed, 0 insertions, 0 deletions