diff options
Diffstat (limited to '')
-rw-r--r-- | bin/.gitignore | 2 | ||||
-rw-r--r-- | bin/Makefile | 2 | ||||
-rw-r--r-- | bin/README | 2 | ||||
-rw-r--r-- | bin/bin.7 | 6 | ||||
-rw-r--r-- | bin/ever.c (renamed from bin/wat.c) | 0 | ||||
-rw-r--r-- | bin/man1/ever.1 (renamed from bin/man1/wat.1) | 12 |
6 files changed, 12 insertions, 12 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index d30ffdac..3bf8cbc0 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -6,6 +6,7 @@ bit bri config.mk dtch +ever fbatt fbclock glitch @@ -30,6 +31,5 @@ shotty tags ttpre up -wat when xx diff --git a/bin/Makefile b/bin/Makefile index de4fda51..6f7f89dc 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -36,7 +36,7 @@ LINKS_ANY += open LINKS_ANY += pbcopy LINKS_ANY += pbpaste -BINS_BSD += wat +BINS_BSD += ever BINS_LINUX += bri BINS_LINUX += fbatt diff --git a/bin/README b/bin/README index 5b398bff..ddca3e0b 100644 --- a/bin/README +++ b/bin/README @@ -12,6 +12,7 @@ DESCRIPTION bit(1) calculator bri(1) backlight brightness control dtch(1) detached sessions + ever(1) watch files fbatt(1) framebuffer battery indicator fbclock(1) framebuffer clock glitch(1) PNG glitcher @@ -29,7 +30,6 @@ DESCRIPTION shotty(1) terminal capture ttpre(1) man output to HTML up(1) upload file - wat(1) watch files when(1) date calculator xx(1) hexdump diff --git a/bin/bin.7 b/bin/bin.7 index c1f53ab8..af3bf225 100644 --- a/bin/bin.7 +++ b/bin/bin.7 @@ -31,6 +31,9 @@ backlight brightness control .It Xr dtch 1 detached sessions . +.It Xr ever 1 +watch files +. .It Xr fbatt 1 framebuffer battery indicator . @@ -82,9 +85,6 @@ man output to HTML .It Xr up 1 upload file . -.It Xr wat 1 -watch files -. .It Xr when 1 date calculator . diff --git a/bin/wat.c b/bin/ever.c index da18c968..da18c968 100644 --- a/bin/wat.c +++ b/bin/ever.c diff --git a/bin/man1/wat.1 b/bin/man1/ever.1 index f4ef4ed6..cde6d9b9 100644 --- a/bin/man1/wat.1 +++ b/bin/man1/ever.1 @@ -1,9 +1,9 @@ -.Dd January 1, 2018 -.Dt WAT 1 +.Dd August 28, 2019 +.Dt EVER 1 .Os . .Sh NAME -.Nm wat +.Nm ever .Nd watch files . .Sh SYNOPSIS @@ -20,13 +20,13 @@ .Nm executes the .Ar command -each time a +whenever .Ar file is modified. . .Sh EXAMPLES -.Dl wat wat.c make -.Dl wat wat.c wake.c -- make wat wake +.Dl ever ever.c make +.Dl ever when.y ever.c -- make when ever . .Sh CAVEATS .Nm |