aboutsummaryrefslogtreecommitdiff
path: root/man/man1/bel.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:33:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:33:23 +1200
commita7d0c718289da0c8137966625576c6e4d2cf2427 (patch)
tree2a34d0f32008f6f36b2350705c8ea9b98cb09160 /man/man1/bel.1
parentChange bell() to a POSIX sh script (diff)
downloaddotfiles-a7d0c718289da0c8137966625576c6e4d2cf2427.tar.gz
dotfiles-a7d0c718289da0c8137966625576c6e4d2cf2427.zip
Rename bell(1) to bel(1)
Diffstat (limited to 'man/man1/bel.1')
-rw-r--r--man/man1/bel.111
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man1/bel.1 b/man/man1/bel.1
new file mode 100644
index 00000000..36b568fd
--- /dev/null
+++ b/man/man1/bel.1
@@ -0,0 +1,11 @@
+.TH BEL 1 "August 2016" "Manual page for bel"
+.SH NAME
+.B bel
+\- ring the terminal bell
+.SH SYNOPSIS
+.B bel
+.SH DESCRIPTION
+.B bel
+prints a terminal bell (^G, ASCII 7, \\a) to stdout.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>