diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-10-13 14:22:12 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-10-13 14:22:12 -0400 |
commit | e296313f7b397a45b144313056b50374c3bf4016 (patch) | |
tree | 273c2f07efcdd043a22546d53f1a8f894bb1018d | |
parent | e88a5a5bde28c55da86ec5ea33fd9b88f4f5878a (diff) |
man: /dev/kmsg is not a socket
Fixup for #1542.
-rw-r--r-- | man/systemd-journald.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 08c631e5a1..8a72eedb16 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -242,7 +242,7 @@ systemd-tmpfiles --create --prefix /var/log/journal</programlisting> <term><filename>/run/systemd/journal/socket</filename></term> <term><filename>/run/systemd/journal/stdout</filename></term> - <listitem><para>Sockets that + <listitem><para>Sockets and other paths that <command>systemd-journald</command> will listen on that are visible in the file system. In addition to those, journald can listen for audit events using netlink.</para></listitem> |