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 C919F138A1A for ; Sat, 24 Jan 2015 16:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A518E08D0; Sat, 24 Jan 2015 16:49:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4502E08C9 for ; Sat, 24 Jan 2015 16:49:28 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 141903406A1 for ; Sat, 24 Jan 2015 16:49:28 +0000 (UTC) Date: Sat, 24 Jan 2015 08:44:01 -0800 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] Fix typo breaking the portage(5) manpage Message-ID: <20150124084401.48f14087.dolsen@gentoo.org> In-Reply-To: <1422091890-2038-1-git-send-email-mgorny@gentoo.org> References: <1422091890-2038-1-git-send-email-mgorny@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 490797f0-7ed0-4a89-b0c5-5901ab6afd9c X-Archives-Hash: d38b4419ad8ae043261cd54e1bba7a15 On Sat, 24 Jan 2015 10:31:30 +0100 Micha=C5=82 G=C3=B3rny wrote: > --- > man/portage.5 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/man/portage.5 b/man/portage.5 > index 5d0e7c0..189561c 100644 > --- a/man/portage.5 > +++ b/man/portage.5 > @@ -1,4 +1,4 @@ > -TH "PORTAGE" "5" "Jan 2015" "Portage VERSION" "Portage" > +.TH "PORTAGE" "5" "Jan 2015" "Portage VERSION" "Portage" > .SH NAME > portage \- the heart of Gentoo > .SH "DESCRIPTION" yes, fix it please :) --=20 Brian Dolbec