about summary refs log tree commit diff
path: root/vlogger.8
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2018-06-22 16:13:51 +0200
committerDuncaen <mail@duncano.de>2018-06-22 16:53:50 +0200
commit895727940f54d7eaa72765cfdb28d4d1fa652651 (patch)
treeab973cbc478557aeab03b99226a5cde884f09bee /vlogger.8
parent999b1ba166f508aa950adbe0445b0ac847971173 (diff)
downloadrunit-void-895727940f54d7eaa72765cfdb28d4d1fa652651.tar.gz
runit-void-895727940f54d7eaa72765cfdb28d4d1fa652651.tar.xz
runit-void-895727940f54d7eaa72765cfdb28d4d1fa652651.zip
vlogger: use static buffer and add -f flag
Diffstat (limited to 'vlogger.8')
-rw-r--r--vlogger.833
1 files changed, 19 insertions, 14 deletions
diff --git a/vlogger.8 b/vlogger.8
index aa7780f..4a9b19d 100644
--- a/vlogger.8
+++ b/vlogger.8
@@ -7,6 +7,7 @@
 .Sh SYNOPSIS
 .Nm vlogger
 .Op Fl isS
+.Op Fl f Ar file
 .Op Fl p Ar pri
 .Op Fl t Ar tag
 .Sh DESCRIPTION
@@ -40,20 +41,10 @@ as default
 .Pp
 The options are as follows:
 .Bl -tag -width indent
-.It Fl S
-Force
-.Nm
-to use
-.Xr syslog 3
-even if
-.Pa /etc/vlogger
-exists.
-.It Fl s
-Output the message to standard error, as well as
-.Xr syslog 3 .
-Only supported if
-.Xr syslog 3
-is used.
+.It Fl f Ar file
+Read lines from the specified
+.Ar file .
+This
 .It Fl i
 Log the PID of the
 .Nm
@@ -75,6 +66,20 @@ or
 .Xr syslog 3 .
 The default is
 .Pa daemon.info .
+.It Fl S
+Force
+.Nm
+to use
+.Xr syslog 3
+even if
+.Pa /etc/vlogger
+exists.
+.It Fl s
+Output the message to standard error, as well as
+.Xr syslog 3 .
+Only supported if
+.Xr syslog 3
+is used.
 .It Fl t Ar tag
 Defines the
 .Xr openlog 3