From 55e5a2994c834e972503b99dfd344cfd9ac4ac29 Mon Sep 17 00:00:00 2001 From: June 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/rec.1 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bin/man/rec.1 (limited to 'bin/man/rec.1') 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 . -- cgit 1.4.1