From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SsJcs-0002L2-J0 for garchives@archives.gentoo.org; Fri, 20 Jul 2012 20:16:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76CBFE07CA; Fri, 20 Jul 2012 20:16:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 41C66E07CA for ; Fri, 20 Jul 2012 20:16:26 +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 77D451B4012 for ; Fri, 20 Jul 2012 20:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3BB76E5434 for ; Fri, 20 Jul 2012 20:16:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1342815357.a1dba60bc5b194cc868d73ae2fb3c046c0869fe1.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a1dba60bc5b194cc868d73ae2fb3c046c0869fe1 X-VCS-Branch: master Date: Fri, 20 Jul 2012 20:16:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d5bbc72d-18a9-41c6-87d5-637d6a57dc9c X-Archives-Hash: 83ab742e4bd39510c82b445a3c4df416 commit: a1dba60bc5b194cc868d73ae2fb3c046c0869fe1 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Jul 20 20:15:57 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jul 20 20:15:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da1dba60b ebuild.5: fix (-) use dep example for bug #427384 --- man/ebuild.5 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index a65fef2..e9e718e 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -394,7 +394,7 @@ immediately following a flag with either \fB(+)\fR or= \fB(\-)\fR. Use .RS .nf media\-video/ffmpeg[threads(+)] -media\-video/ffmpeg[threads(\-)] +media\-video/ffmpeg[-threads(\-)] .fi .RE .RE