about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kitd.814
1 files changed, 14 insertions, 0 deletions
diff --git a/kitd.8 b/kitd.8
index f0c2672..ccb6cb1 100644
--- a/kitd.8
+++ b/kitd.8
@@ -72,5 +72,19 @@ The signal is forwarded to
 the child process.
 .El
 .
+.Sh EXAMPLES
+To set up supervisors for
+.Xr pounce 1 :
+.Bd -literal
+# ln -s kitd /etc/rc.d/pounce_tilde
+# ln -s kitd /etc/rc.d/pounce_libera
+# rcctl enable pounce_tilde pounce_libera
+# rcctl set pounce_tilde user _pounce
+# rcctl set pounce_tilde flags pounce -h irc.tilde.chat defaults.conf
+# rcctl set pounce_libera user _pounce
+# rcctl set pounce_libera flags pounce -h irc.libera.chat defaults.conf
+# rcctl start pounce_tilde pounce_libera
+.Ed
+.
 .Sh AUTHORS
 .An June McEnroe Aq Mt june@causal.agency
8a10aa570d084f3f417b24f37bf547ac92de611d&follow=1'>Remove Lua supportJune McEnroe 2021-01-20Fix 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