aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-03 19:46:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-03 19:46:59 +1300
commit34b331ddbc98d2969e4984977b80827557d31c4a (patch)
tree74307fc9b2e05acfbde654cf235fab71fec75062 /man
parentAdd another issue (diff)
downloaddotfiles-34b331ddbc98d2969e4984977b80827557d31c4a.tar.gz
dotfiles-34b331ddbc98d2969e4984977b80827557d31c4a.zip
Add bcq(1df), tiny shut-up bc(1) wrapper for X11
Diffstat (limited to 'man')
-rw-r--r--man/man1/bcq.1df13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/man1/bcq.1df b/man/man1/bcq.1df
new file mode 100644
index 00000000..1e67c4e2
--- /dev/null
+++ b/man/man1/bcq.1df
@@ -0,0 +1,13 @@
+.TH CALC 1df "January 2017" "Manual page for bcq"
+.SH NAME
+.B bcq
+\- run bc(1), quieting it if need be
+.SH SYNOPSIS
+.B bcq
+.SH DESCRIPTION
+.B bcq
+starts bc(1), checking ~/.cache/bc/quiet to see if a --quiet option is
+available, adding it if so to elide the annoying GNU boilerplate for an
+interactive session.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>