summary refs log tree commit diff
path: root/catsit.8
diff options
context:
space:
mode:
Diffstat (limited to 'catsit.8')
-rw-r--r--catsit.816
1 files changed, 15 insertions, 1 deletions
diff --git a/catsit.8 b/catsit.8
index 31fa14a..10cfbc7 100644
--- a/catsit.8
+++ b/catsit.8
@@ -1,4 +1,4 @@
-.Dd August 16, 2020
+.Dd September 28, 2021
 .Dt CATSIT 8
 .Os
 .
@@ -8,6 +8,7 @@
 .
 .Sh SYNOPSIS
 .Nm
+.Op Fl q
 .Op Fl c Ar control
 .Cm start|stop|restart|status|drop Ns | Ns Ar signal
 .Ar service ...
@@ -29,6 +30,15 @@ Communication with
 is unidirectional.
 The daemon logs any feedback
 with syslog.
+The
+.Nm
+utility waits
+a tenth of a second
+after sending the command
+then shows recent messages from
+.Xr catsitd 8
+in
+.Pa /var/log/messages .
 .
 .Pp
 The arguments are as follows:
@@ -36,6 +46,10 @@ The arguments are as follows:
 .It Fl c Ar control
 Set the path of the named pipe.
 .
+.It Fl q
+Do not show
+.Pa /var/log/messages .
+.
 .It Cm start
 Start any matching services
 which are not already started.
follow=1'>Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli