about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--catsitd.87
1 files changed, 5 insertions, 2 deletions
diff --git a/catsitd.8 b/catsitd.8
index dcc4a38..76d3ef9 100644
--- a/catsitd.8
+++ b/catsitd.8
@@ -127,8 +127,11 @@ The exit status 127
 is always treated as a stop exit.
 .
 .It Fl t Ar restart
-Set the initial interval between restarts
-in milliseconds.
+Set the initial interval in milliseconds
+between automatic restarts.
+This interval is doubled
+each time a service
+is automatically restarted.
 The default interval is 1 second.
 .
 .It Fl u Ar user
rc/commit/bin/qf.c?id=ae064a619bb3972f0c12840e7d8950ac025fea1c&follow=1'>Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe