pc(1) clarification

This commit is contained in:
Ethan Grammatikidis 2017-07-01 16:02:18 +01:00
parent f58706f2cf
commit 4bcde1a30b

View file

@ -8,7 +8,7 @@ pc \- programmer's calculator
] ]
.SH DESCRIPTION .SH DESCRIPTION
.I Pc .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 .PP
.I Pc .I Pc
reads input statements which are either expressions or control statements. reads input statements which are either expressions or control statements.