aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:29:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:29:19 +1200
commit451c27d6d45621c8acfe8a6dc09cf84ee03b3f99 (patch)
tree7d55533de429840c8d6058b33a5c20aeb12eedaa /man/man1
parentTrim ax(1) down a bit (diff)
downloaddotfiles-451c27d6d45621c8acfe8a6dc09cf84ee03b3f99.tar.gz
dotfiles-451c27d6d45621c8acfe8a6dc09cf84ee03b3f99.zip
Change bell() to a POSIX sh script
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/bell.111
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man1/bell.1 b/man/man1/bell.1
new file mode 100644
index 00000000..65ac5050
--- /dev/null
+++ b/man/man1/bell.1
@@ -0,0 +1,11 @@
+.TH BELL 1 "August 2016" "Manual page for bell"
+.SH NAME
+.B bell
+\- ring the terminal bell
+.SH SYNOPSIS
+.B bell
+.SH DESCRIPTION
+.B bell
+prints a terminal bell (^G, ASCII 7, \\a) to stdout.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>