diff options
author | Ethan Grammatikidis <eekee57@fastmail.fm> | 2017-07-01 16:02:18 +0100 |
---|---|---|
committer | Ethan Grammatikidis <eekee57@fastmail.fm> | 2017-07-01 16:02:18 +0100 |
commit | 4bcde1a30b3d22c959d27887cf20fe8bb72ed02c (patch) | |
tree | aa393494d1460c8464d262804f5ef9d9f649f7af | |
parent | f58706f2cf09a338bd39153757d1db399ad73f9e (diff) | |
download | plan9front-4bcde1a30b3d22c959d27887cf20fe8bb72ed02c.tar.xz |
pc(1) clarification
-rw-r--r-- | sys/man/1/pc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/pc b/sys/man/1/pc index a3926f19c..26ae25690 100644 --- a/sys/man/1/pc +++ b/sys/man/1/pc @@ -8,7 +8,7 @@ pc \- programmer's calculator ] .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. |