From 895fa4ed2acabaaf2c2a98d1af4033c8de1eb7e5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 28 Aug 2019 17:51:55 -0400 Subject: Rename wat to ever --- bin/man1/ever.1 | 35 +++++++++++++++++++++++++++++++++++ bin/man1/wat.1 | 35 ----------------------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 bin/man1/ever.1 delete mode 100644 bin/man1/wat.1 (limited to 'bin/man1') diff --git a/bin/man1/ever.1 b/bin/man1/ever.1 new file mode 100644 index 00000000..cde6d9b9 --- /dev/null +++ b/bin/man1/ever.1 @@ -0,0 +1,35 @@ +.Dd August 28, 2019 +.Dt EVER 1 +.Os +. +.Sh NAME +.Nm ever +.Nd watch files +. +.Sh SYNOPSIS +.Nm +.Ar +.Ar command +.Nm +.Ar +.Fl - +.Ar command +.Op Ar argument ... +. +.Sh DESCRIPTION +.Nm +executes the +.Ar command +whenever +.Ar file +is modified. +. +.Sh EXAMPLES +.Dl ever ever.c make +.Dl ever when.y ever.c -- make when ever +. +.Sh CAVEATS +.Nm +does not support Linux +since it uses +.Xr kqueue 2 . diff --git a/bin/man1/wat.1 b/bin/man1/wat.1 deleted file mode 100644 index f4ef4ed6..00000000 --- a/bin/man1/wat.1 +++ /dev/null @@ -1,35 +0,0 @@ -.Dd January 1, 2018 -.Dt WAT 1 -.Os -. -.Sh NAME -.Nm wat -.Nd watch files -. -.Sh SYNOPSIS -.Nm -.Ar -.Ar command -.Nm -.Ar -.Fl - -.Ar command -.Op Ar argument ... -. -.Sh DESCRIPTION -.Nm -executes the -.Ar command -each time a -.Ar file -is modified. -. -.Sh EXAMPLES -.Dl wat wat.c make -.Dl wat wat.c wake.c -- make wat wake -. -.Sh CAVEATS -.Nm -does not support Linux -since it uses -.Xr kqueue 2 . -- cgit 1.4.1