summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-05-30 23:18:12 -0400
committerJune McEnroe <june@causal.agency>2019-05-30 23:18:12 -0400
commit937e5acaf207f8f6bba0e924a02a0083bab7d954 (patch)
tree964b013a8c330beda08ef9ddc15e408226695dbb
parentSimplify and build bit (diff)
downloadsrc-937e5acaf207f8f6bba0e924a02a0083bab7d954.tar.gz
src-937e5acaf207f8f6bba0e924a02a0083bab7d954.zip
Add bit to bin.7
-rw-r--r--bin/README1
-rw-r--r--bin/bin.73
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/README b/bin/README
index 6bfdb10e..f55b95d1 100644
--- a/bin/README
+++ b/bin/README
@@ -9,6 +9,7 @@ DESCRIPTION
 
      aes(1)      fullwidth output
      beef(1)     Befunge-93 interpreter
+     bit(1)      calculator
      bri(1)      backlight brightness control
      brot(1)     Mandelbrot renderer
      dtch(1)     detached sessions
diff --git a/bin/bin.7 b/bin/bin.7
index ba1e7e7c..7858bc48 100644
--- a/bin/bin.7
+++ b/bin/bin.7
@@ -22,6 +22,9 @@ fullwidth output
 .It Xr beef 1
 Befunge-93 interpreter
 .
+.It Xr bit 1
+calculator
+.
 .It Xr bri 1
 backlight brightness control
 .