diff options
Diffstat (limited to '')
-rw-r--r-- | bin/man/bin.7 | 8 | ||||
-rw-r--r-- | bin/man/rec.1 (renamed from bin/man/watch.1) | 8 |
2 files changed, 8 insertions, 8 deletions
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/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 |