summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Grammatikidis <eekee57@fastmail.fm>2017-07-01 16:02:18 +0100
committerEthan Grammatikidis <eekee57@fastmail.fm>2017-07-01 16:02:18 +0100
commit4bcde1a30b3d22c959d27887cf20fe8bb72ed02c (patch)
treeaa393494d1460c8464d262804f5ef9d9f649f7af
parentf58706f2cf09a338bd39153757d1db399ad73f9e (diff)
downloadplan9front-4bcde1a30b3d22c959d27887cf20fe8bb72ed02c.tar.xz
pc(1) clarification
-rw-r--r--sys/man/1/pc2
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.