summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-01 01:00:13 -0500
committerJune McEnroe <june@causal.agency>2019-01-01 01:00:13 -0500
commitcbf6e7b7277710e33be7a7425e88e8ebd1fcdd1e (patch)
treef86457b5544b01be8fedf6ee72e96b98bdf289db
parentMake all copyright headers consistent (diff)
downloadsrc-cbf6e7b7277710e33be7a7425e88e8ebd1fcdd1e.tar.gz
src-cbf6e7b7277710e33be7a7425e88e8ebd1fcdd1e.zip
Rename rec to wat
-rw-r--r--bin/.gitignore2
-rw-r--r--bin/Makefile2
-rw-r--r--bin/man/wat.1 (renamed from bin/man/rec.1)10
-rw-r--r--bin/wat.c (renamed from bin/rec.c)0
4 files changed, 7 insertions, 7 deletions
diff --git a/bin/.gitignore b/bin/.gitignore
index 069bffa5..368eb70d 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -17,7 +17,7 @@ scheme
 ttpre
 wake
 xx
-rec
+wat
 bri
 fbatt
 fbclock
diff --git a/bin/Makefile b/bin/Makefile
index d66122e4..e4bd753b 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -16,7 +16,7 @@ BIN += ttpre
 BIN += wake
 BIN += xx
 
-BIN_BSD += rec
+BIN_BSD += wat
 
 BIN_LINUX += bri
 BIN_LINUX += fbatt
diff --git a/bin/man/rec.1 b/bin/man/wat.1
index bba8a2fc..f4ef4ed6 100644
--- a/bin/man/rec.1
+++ b/bin/man/wat.1
@@ -1,9 +1,9 @@
-.Dd September 7, 2018
-.Dt REC 1
+.Dd January 1, 2018
+.Dt WAT 1
 .Os
 .
 .Sh NAME
-.Nm rec
+.Nm wat
 .Nd watch files
 .
 .Sh SYNOPSIS
@@ -25,8 +25,8 @@ each time a
 is modified.
 .
 .Sh EXAMPLES
-.Dl rec rec.c make
-.Dl rec rec.c wake.c -- make rec wake
+.Dl wat wat.c make
+.Dl wat wat.c wake.c -- make wat wake
 .
 .Sh CAVEATS
 .Nm
diff --git a/bin/rec.c b/bin/wat.c
index 9fd48f96..9fd48f96 100644
--- a/bin/rec.c
+++ b/bin/wat.c