openbsd-ports/math/hc/patches/patch-hc_1
obecian 622840ff23 hc (the Hacker's calculator) is a simple yacc-based integer arithmetic
calculator designed for doing quick-and-dirty bitwise calculations. It
supports most common integer arithmetic operations, and operates in hex,
octal, or decimal modes.

This program most resembles a multi-radix version of hoc(1)
(ports/math/hoc).
2001-12-17 07:06:43 +00:00

22 lines
453 B
Plaintext

--- hc.1~ Sun Dec 16 22:39:09 2001
+++ hc.1 Sun Dec 16 22:39:35 2001
@@ -5,7 +5,7 @@
.Os
.Sh NAME
.Nm hc
-.Nd multiradix integer desk calculator
+.Nd multi-radix integer desk calculator
.Sh SYNOPSIS
.Nm hc
.Oo
@@ -69,9 +69,5 @@ not yet incorporated) for their contribu
None at this time. Binary input has been implemented but not added.
-.Sh FILES
-.Bl -tag -width Pa -compact
-.It Pa /usr/bin/hc
-.El
.Sh SEE ALSO
bc(1); Kernighan & Pike