summary refs log tree commit diff
path: root/bin/man/watch.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/man/watch.1')
-rw-r--r--bin/man/watch.135
1 files changed, 35 insertions, 0 deletions
diff --git a/bin/man/watch.1 b/bin/man/watch.1
new file mode 100644
index 00000000..fbcff86a
--- /dev/null
+++ b/bin/man/watch.1
@@ -0,0 +1,35 @@
+.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 .
gsubject'>Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe During registration, no other commands should be sent. Afterwards, only intercepted commands will get parsed. 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe OwO 2019-10-25Rename project pounceJune McEnroe