From 6d7522be011b53f9552271923ef09b7bba99684e Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 2 Feb 2024 23:24:45 -0700 Subject: [PATCH] rpn.1: made better --- docs/rpn.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rpn.1 b/docs/rpn.1 index ee1afec..3067212 100644 --- a/docs/rpn.1 +++ b/docs/rpn.1 @@ -17,8 +17,8 @@ rpn .SH DESCRIPTION -Rpn parses and and evaluates reverse polish notation either from the standard -input or by parsing its arguments. See the STANDARD INPUT section. +Rpn parses and and evaluates reverse polish notation expressions either from the +standard input or by parsing its arguments. See the STANDARD INPUT section. For information on for reverse polish notation syntax, see rpn(7). @@ -62,4 +62,4 @@ Copyright (c) 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later .SH SEE ALSO -rpn(7), bc(1p), dc(1), IEEE 754 +bc(1p), dc(1), rpn(7), IEEE 754