diff options
author | June McEnroe <june@causal.agency> | 2019-05-30 23:18:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-05-30 23:18:12 -0400 |
commit | 937e5acaf207f8f6bba0e924a02a0083bab7d954 (patch) | |
tree | 964b013a8c330beda08ef9ddc15e408226695dbb /bin | |
parent | Simplify and build bit (diff) | |
download | src-937e5acaf207f8f6bba0e924a02a0083bab7d954.tar.gz src-937e5acaf207f8f6bba0e924a02a0083bab7d954.zip |
Add bit to bin.7
Diffstat (limited to '')
-rw-r--r-- | bin/README | 1 | ||||
-rw-r--r-- | bin/bin.7 | 3 |
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 . |