diff options
author | June McEnroe <june@causal.agency> | 2018-12-02 22:26:45 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-02 22:26:45 -0500 |
commit | 55e5a2994c834e972503b99dfd344cfd9ac4ac29 (patch) | |
tree | cccfbe22c17ada66851f9972a061f45559b1bd08 /bin/man/rec.1 | |
parent | Remove \h binding (diff) | |
download | src-55e5a2994c834e972503b99dfd344cfd9ac4ac29.tar.gz src-55e5a2994c834e972503b99dfd344cfd9ac4ac29.zip |
Rename watch to rec
A watch binary already exists in various places (but isn't useful).
Diffstat (limited to '')
-rw-r--r-- | bin/man/rec.1 (renamed from bin/man/watch.1) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/man/watch.1 b/bin/man/rec.1 index fbcff86a..7bc3ebed 100644 --- a/bin/man/watch.1 +++ b/bin/man/rec.1 @@ -1,9 +1,9 @@ .Dd September 7, 2018 -.Dt WATCH 1 +.Dt REC 1 .Os "Causal Agency" . .Sh NAME -.Nm watch +.Nm rec .Nd watch files . .Sh SYNOPSIS @@ -25,8 +25,8 @@ each time a is modified. . .Sh EXAMPLES -.Dl watch watch.c make -.Dl watch wake.c watch.c -- make wake watch +.Dl rec rec.c make +.Dl rec rec.c wake.c -- make rec wake . .Sh CAVEATS .Nm |