git: 9front

Download patch

ref: 6aee99ec9671f89d90b8ce6976c6a98d2ff96606
parent: 332d0f5e11c8026a1515313705d20af2ffdc93cd
author: Ethan Grammatikidis <eekee57@fastmail.fm>
date: Sat Jul 1 12:02:18 EDT 2017

pc(1) clarification

--- a/sys/man/1/pc
+++ b/sys/man/1/pc
@@ -8,7 +8,7 @@
 ]
 .SH DESCRIPTION
 .I Pc
-is an arbitrary precision calculator with a special emphasis on supporting two's complement bit operations and working with different number bases.
+is an arbitrary precision integer calculator with a special emphasis on supporting two's complement bit operations and working with different number bases.
 .PP
 .I Pc
 reads input statements which are either expressions or control statements.
--