diff options
Diffstat (limited to 'bin/man/rec.1')
-rw-r--r-- | bin/man/rec.1 | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/bin/man/rec.1 b/bin/man/rec.1 deleted file mode 100644 index bba8a2fc..00000000 --- a/bin/man/rec.1 +++ /dev/null @@ -1,35 +0,0 @@ -.Dd September 7, 2018 -.Dt REC 1 -.Os -. -.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 . |