rpn.1: made more better

This commit is contained in:
Emma Tebibyte 2024-02-03 17:20:31 -07:00
parent 6d7522be01
commit 8e0eaeab38
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -20,6 +20,10 @@ rpn
Rpn parses and and evaluates reverse polish notation expressions either from the Rpn parses and and evaluates reverse polish notation expressions either from the
standard input or by parsing its arguments. See the STANDARD INPUT section. standard input or by parsing its arguments. See the STANDARD INPUT section.
Upon evaluation, rpn will print the resulting number on the stack to the
standard output. Any further specified numbers will be placed on the stack
following the last outputted number.
For information on for reverse polish notation syntax, see rpn(7). For information on for reverse polish notation syntax, see rpn(7).
.SH STANDARD INPUT .SH STANDARD INPUT