summaryrefslogtreecommitdiff
path: root/src/bootchart
diff options
context:
space:
mode:
authorWilliam Giokas <1007380@gmail.com>2013-02-12 19:08:26 -0600
committerLennart Poettering <lennart@poettering.net>2013-02-13 05:03:48 +0100
commit6bb25a058227d89fbbeba6c12873e6f83da5cf94 (patch)
tree45b1e781af1d3ada0b75b2cd8fa182001ca49a90 /src/bootchart
parent3ef51b2ce8e9ba09d1872544d11a6b7861cc2fb7 (diff)
bootchart: Fix typos and some English
bootchart.conf: direct users to `bootchart.conf(5)`, not a nonexistent man page. svg.c: Fix some English in the svg comment header. * Chrome/Chromium => Chrome, Chromium * firefox => Firefox * much more slow => more slowly
Diffstat (limited to 'src/bootchart')
-rw-r--r--src/bootchart/bootchart.conf2
-rw-r--r--src/bootchart/svg.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/bootchart/bootchart.conf b/src/bootchart/bootchart.conf
index 06c1b4751..fa1a09bd0 100644
--- a/src/bootchart/bootchart.conf
+++ b/src/bootchart/bootchart.conf
@@ -6,7 +6,7 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
-# See systemd-bootchart.conf(5) for details
+# See bootchart.conf(5) for details
#samples=500
#freq=25
diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c
index 8da32efca..d7c4168d5 100644
--- a/src/bootchart/svg.c
+++ b/src/bootchart/svg.c
@@ -95,9 +95,9 @@ static void svg_header(void)
/* write some basic info as a comment, including some help */
svg("<!-- This file is a bootchart SVG file. It is best rendered in a browser -->\n");
- svg("<!-- such as Chrome/Chromium, firefox. Other applications that render -->\n");
- svg("<!-- these files properly but much more slow are ImageMagick, gimp, -->\n");
- svg("<!-- inkscape, etc.. To display the files on your system, just point -->\n");
+ 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("<!-- generated by bootchart version %s, running with options: -->\n", VERSION);