summary refs log tree commit diff
path: root/bin
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
commitfacb1b77b76ecd52ea1e70539ff4170d00525bd9 (patch)
treeb87f62a690eee4d4929ebe65f918d62b27d44a2e /bin
parentSimplify and build bit (diff)
downloadsrc-facb1b77b76ecd52ea1e70539ff4170d00525bd9.tar.gz
src-facb1b77b76ecd52ea1e70539ff4170d00525bd9.zip
Add bit to bin.7
Diffstat (limited to '')
-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
 .
ix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt