rpn.1: made more better
This commit is contained in:
parent
6d7522be01
commit
8e0eaeab38
14
docs/rpn.1
14
docs/rpn.1
@ -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
|
||||||