about summary refs log tree commit diff
path: root/catsitd.8
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-15 18:54:47 -0400
committerJune McEnroe <june@causal.agency>2020-08-15 18:54:47 -0400
commit470e1ec7b65a59fe3f66cbbdb29abc4f4b7dccb9 (patch)
tree0209c3c5fd755e4c491adb054904183727068984 /catsitd.8
parentCheck if pipe is writable in wrapper (diff)
downloadcatsit-470e1ec7b65a59fe3f66cbbdb29abc4f4b7dccb9.tar.gz
catsit-470e1ec7b65a59fe3f66cbbdb29abc4f4b7dccb9.zip
Avoid "control named pipe" phrase
Diffstat (limited to 'catsitd.8')
-rw-r--r--catsitd.82
1 files changed, 1 insertions, 1 deletions
diff --git a/catsitd.8 b/catsitd.8
index 76d3ef9..efaa21a 100644
--- a/catsitd.8
+++ b/catsitd.8
@@ -162,7 +162,7 @@ When the
 daemon receives the
 .Dv TERM
 signal,
-the control named pipe is closed,
+the named pipe is closed,
 all services are stopped,
 and
 .Nm
ht'> 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 These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe