rpn.1: fixed DESCRIPTION

This commit is contained in:
Emma Tebibyte 2024-02-07 19:17:59 -07:00
parent b95b198923
commit 7fb68a2c7a
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ rpn
.SH DESCRIPTION
Rpn parses and and evaluates reverse polish notation expressions either from the
standard input or by parsing its arguments. See the STANDARD INPUT section.
Rpn evaluates reverse polish notation expressions either read from the standard
input or parsed from provided 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 at the end of the