Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: conf.d/
Date: Mon, 09 Jul 2012 14:29:12
Message-Id: 1341843924.84ad14b2e4e4c97c334def409a53c612bca70eb3.WilliamH@OpenRC
1 commit: 84ad14b2e4e4c97c334def409a53c612bca70eb3
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 9 14:25:24 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 14:25:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=84ad14b2
7
8 fix reference to dmesg man page
9
10 Correct the reference in conf.d/dmesg from dmesg(8) to dmesg(1).
11
12 reported-by: <toralf.foerster <AT> gmx.de>
13 X-Gentoo-Bug: 425370
14 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=425370
15
16 ---
17 conf.d/dmesg | 2 +-
18 1 files changed, 1 insertions(+), 1 deletions(-)
19
20 diff --git a/conf.d/dmesg b/conf.d/dmesg
21 index eb065f2..cd4b8b3 100644
22 --- a/conf.d/dmesg
23 +++ b/conf.d/dmesg
24 @@ -1,3 +1,3 @@
25 # Sets the level at which logging of messages is done to the
26 -# console. See dmesg(8) for more info.
27 +# console. See dmesg(1) for more info.
28 dmesg_level="1"