Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion vlogger.8
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,20 @@ Defines the
.Pa ident
which is used as prefix for each log message or passed as first argument to
.Pa /etc/vlogger .
The default is the
If not given, the default is an empty string when
.Pa /etc/vlogger
is used.
When
.Xr syslog 3
is used directly, the default is the result of
.Xr getlogin 3 ,
which on
.Tn glibc
always returns
.Dv NULL
(no tag) and on
.Tn musl
returns the value of the
.Ev LOGNAME
environment variable.
.It Ar message
Expand Down