summary refs log tree commit diff
path: root/bin/man
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-01 01:04:51 -0500
committerJune McEnroe <june@causal.agency>2019-01-01 01:04:51 -0500
commit8d06cbed3c5b71cce2635e8ebf6d50d6f07de646 (patch)
tree7adfbdd3b30315d4a3f6b907926f5fc9cfe3a5fc /bin/man
parentRemove edi (again) (diff)
downloadsrc-8d06cbed3c5b71cce2635e8ebf6d50d6f07de646.tar.gz
src-8d06cbed3c5b71cce2635e8ebf6d50d6f07de646.zip
Rename wat in bin.7
Diffstat (limited to 'bin/man')
-rw-r--r--bin/man/bin.76
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/man/bin.7 b/bin/man/bin.7
index c8421a3c..4c5df7f0 100644
--- a/bin/man/bin.7
+++ b/bin/man/bin.7
@@ -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 wat 1
+watch files
+.
 .It Xr xx 1
 hexdump
 .El
n>Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe