aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
-rw-r--r--bin/bel (renamed from bin/bell)0
-rw-r--r--man/man1/bel.1 (renamed from man/man1/bell.1)8
3 files changed, 5 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown
index 619e8470..7a29e0c5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -311,7 +311,7 @@ Installed by the `install-bin` target:
* `rndl(1)` uses `rndi(1)` to choose a random line from files
* `ax(1)` evaluates an awk expression given on the command line; this is
intended as a quick way to test how Awk would interpret a given expression.
-* `bell(1)` prints a terminal bell character
+* `bel(1)` prints a terminal bell character
* `ca(1)` prints a count of its given arguments.
* `cf(1)` prints a count of entries in a given directory.
* `dub(1)` lists the biggest entries in a directory.
diff --git a/bin/bell b/bin/bel
index c1c2ce1c..c1c2ce1c 100644
--- a/bin/bell
+++ b/bin/bel
diff --git a/man/man1/bell.1 b/man/man1/bel.1
index 65ac5050..36b568fd 100644
--- a/man/man1/bell.1
+++ b/man/man1/bel.1
@@ -1,11 +1,11 @@
-.TH BELL 1 "August 2016" "Manual page for bell"
+.TH BEL 1 "August 2016" "Manual page for bel"
.SH NAME
-.B bell
+.B bel
\- ring the terminal bell
.SH SYNOPSIS
-.B bell
+.B bel
.SH DESCRIPTION
-.B bell
+.B bel
prints a terminal bell (^G, ASCII 7, \\a) to stdout.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>