From: Lennart Poettering Date: Mon, 24 Mar 2014 23:10:41 +0000 (+0100) Subject: man: explain that the journal field SYSLOG_IDENTIFIER is usually derived from program... X-Git-Tag: v212~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d2753d220044892495769f7f9fca297cf86d01b9 man: explain that the journal field SYSLOG_IDENTIFIER is usually derived from program_invocation_short_name --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index d77e6eb1b..6eeb6e395 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -156,7 +156,10 @@ (formatted as decimal string), the identifier string (i.e. "tag"), and the client - PID. + PID. (Note that the tag is + usually derived from glibc's + program_invocation_short_name + variable, see program_invocation_short_name3.)