From ca8c173e7740dff3201896487a40c472445a9d97 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 2 Dec 2018 22:26:45 -0500 Subject: Rename watch to rec A watch binary already exists in various places (but isn't useful). --- bin/man/bin.7 | 8 ++++---- bin/man/rec.1 | 35 +++++++++++++++++++++++++++++++++++ bin/man/watch.1 | 35 ----------------------------------- 3 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 bin/man/rec.1 delete mode 100644 bin/man/watch.1 (limited to 'bin/man') diff --git a/bin/man/bin.7 b/bin/man/bin.7 index fcd12a0a..c8421a3c 100644 --- a/bin/man/bin.7 +++ b/bin/man/bin.7 @@ -1,4 +1,4 @@ -.Dd September 28, 2018 +.Dd December 2, 2018 .Dt BIN 7 .Os "Causal Agency" . @@ -49,15 +49,15 @@ PSF2 to PNG renderer .It Xr psfed 1 PSF2 font editor . +.It Xr rec 1 +watch files +. .It Xr ttpre 1 man output to HTML . .It Xr wake 1 wake-on-LAN . -.It Xr watch 1 -watch files -. .It Xr xx 1 hexdump .El diff --git a/bin/man/rec.1 b/bin/man/rec.1 new file mode 100644 index 00000000..7bc3ebed --- /dev/null +++ b/bin/man/rec.1 @@ -0,0 +1,35 @@ +.Dd September 7, 2018 +.Dt REC 1 +.Os "Causal Agency" +. +.Sh NAME +.Nm rec +.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 rec rec.c make +.Dl rec rec.c wake.c -- make rec wake +. +.Sh CAVEATS +.Nm +does not support Linux +since it uses +.Xr kqueue 2 . diff --git a/bin/man/watch.1 b/bin/man/watch.1 deleted file mode 100644 index fbcff86a..00000000 --- a/bin/man/watch.1 +++ /dev/null @@ -1,35 +0,0 @@ -.Dd September 7, 2018 -.Dt WATCH 1 -.Os "Causal Agency" -. -.Sh NAME -.Nm watch -.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 watch watch.c make -.Dl watch wake.c watch.c -- make wake watch -. -.Sh CAVEATS -.Nm -does not support Linux -since it uses -.Xr kqueue 2 . -- cgit 1.4.1