From: Umut Tezduyar Lindskog Date: Wed, 29 Oct 2014 10:20:02 +0000 (+0100) Subject: man: explain journalctl --flush correctly X-Git-Tag: v218~611 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2a97b03b3b087e724867e7501ae0c1535ee35031;hp=311f6cf33f6fd50921540875c3e6eb1ffd339124 man: explain journalctl --flush correctly --- diff --git a/NEWS b/NEWS index d5d4697d7..b8a37767e 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ CHANGES WITH 217: show log timestamps in the UTC timezone. journalctl now also accepts -n/--lines=all to disable line capping in a pager. + * journalctl gained a new switch, --flush, that flushes + logs from /run/log/journal to /var/log/journal if + persistent storage is enabled. + * Services can notify the manager before they start a reload (by sending RELOADING=1) or shutdown (by sending STOPPING=1). This allows the manager to track and show the diff --git a/man/journalctl.xml b/man/journalctl.xml index db2a1e142..0ed3ca3bc 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -883,9 +883,9 @@ Asks the Journal daemon to flush any log data stored in - /run/systemd/log + /run/log/journal into - /var/systemd/log, + /var/log/journal, if persistent storage is enabled. This call does not return until the operation is