From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E7AE138010 for ; Mon, 10 Sep 2012 00:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8189EE05F2; Mon, 10 Sep 2012 00:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54745E05F2 for ; Mon, 10 Sep 2012 00:17:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEAAE33C84E for ; Mon, 10 Sep 2012 00:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7D12CE543C for ; Mon, 10 Sep 2012 00:17:15 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1347233586.c78d012dd6e8530c28dc14f3583e4e30b4be8695.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.10.x commit in: conf.d/ X-VCS-Repository: proj/openrc X-VCS-Files: conf.d/dmesg X-VCS-Directories: conf.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c78d012dd6e8530c28dc14f3583e4e30b4be8695 X-VCS-Branch: openrc-0.10.x Date: Mon, 10 Sep 2012 00:17:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3cf255f3-be0e-49f2-b3a7-c1915f522df2 X-Archives-Hash: 7435791aac4d1b6a29d528a2b592a606 commit: c78d012dd6e8530c28dc14f3583e4e30b4be8695 Author: William Hubbs gmail com> AuthorDate: Mon Jul 9 14:25:24 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Sep 9 23:33:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=c78d012d fix reference to dmesg man page Correct the reference in conf.d/dmesg from dmesg(8) to dmesg(1). reported-by: gmx.de> X-Gentoo-Bug: 425370 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=425370 --- conf.d/dmesg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf.d/dmesg b/conf.d/dmesg index eb065f2..cd4b8b3 100644 --- a/conf.d/dmesg +++ b/conf.d/dmesg @@ -1,3 +1,3 @@ # Sets the level at which logging of messages is done to the -# console. See dmesg(8) for more info. +# console. See dmesg(1) for more info. dmesg_level="1"