From 7fb68a2c7af68ec6a76c73bd2b66c6b11d2fe47a Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 7 Feb 2024 19:17:59 -0700 Subject: [PATCH] rpn.1: fixed DESCRIPTION --- docs/rpn.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rpn.1 b/docs/rpn.1 index 506b3c9..2197fbe 100644 --- a/docs/rpn.1 +++ b/docs/rpn.1 @@ -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