chiark / gitweb /
man: bootchart: change /var/log to /run/log
[elogind.git] / src / bootchart / svg.c
index d7c4168d57a82414c2e453a60c50dcc1b8c67a14..6ad7348ecbe76ff7302821c614fa7809bed31af1 100644 (file)
@@ -98,7 +98,7 @@ static void svg_header(void)
         svg("<!-- such as Chrome, Chromium, or Firefox. Other applications that       -->\n");
         svg("<!-- render these files properly but more slowly are ImageMagick, gimp,  -->\n");
         svg("<!-- inkscape, etc. To display the files on your system, just point      -->\n");
-        svg("<!-- your browser to file:///var/log/ and click. This bootchart was      -->\n\n");
+        svg("<!-- your browser to file:///run/log/ and click. This bootchart was      -->\n\n");
 
         svg("<!-- generated by bootchart version %s, running with options:  -->\n", VERSION);
         svg("<!-- hz=\"%f\" n=\"%d\" -->\n", hz, len);