diff options
author | William Giokas <1007380@gmail.com> | 2013-02-13 14:49:24 -0600 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2013-02-13 15:26:55 -0800 |
commit | 895aeb27795c00f365ce3b30b1dca549b4f5468e (patch) | |
tree | cf82b5b7d32330847f2de0790e87b351cdc0f220 /man/systemd-bootchart.xml | |
parent | 3e37b970b5454863ca34bd96506c4f14804b2580 (diff) | |
download | systemd-895aeb27795c00f365ce3b30b1dca549b4f5468e.tar.gz |
man: bootchart: change /var/log to /run/log
As of [1], bootchart stores files in /run/log, not /var/log, by default.
[1] f2f85884caac671da84256acb44148df9a4dca70
Diffstat (limited to 'man/systemd-bootchart.xml')
-rw-r--r-- | man/systemd-bootchart.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index 75341100f9..a3fea05b5c 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -138,7 +138,7 @@ <term><option>--output [path]</option></term> <listitem><para>Configures the output folder for writing the graphs. By default, bootchart writes the graphs to - <filename>/var/log</filename>.</para></listitem> + <filename>/run/log</filename>.</para></listitem> </varlistentry> <varlistentry> |