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 9756B138010 for ; Tue, 9 Oct 2012 22:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2D56E00B5; Tue, 9 Oct 2012 22:12:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 83C14E00B5 for ; Tue, 9 Oct 2012 22:12:46 +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 DCF67335DF0 for ; Tue, 9 Oct 2012 22:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5B4D9E5436 for ; Tue, 9 Oct 2012 22:12:44 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1349820585.2a0c40ac651b21024c61559fe25b455259504b2a.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: man/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: man/equery.1 X-VCS-Directories: man/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 2a0c40ac651b21024c61559fe25b455259504b2a X-VCS-Branch: gentoolkit Date: Tue, 9 Oct 2012 22:12:44 +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: 7a7cf37b-08d6-49b5-ae44-5d4ad4fb20cf X-Archives-Hash: b925c1d2d0f6d59d589662b13cd42e87 commit: 2a0c40ac651b21024c61559fe25b455259504b2a Author: Paul Varner gentoo org> AuthorDate: Tue Oct 9 22:09:45 2012 +0000 Commit: Paul Varner gentoo org> CommitDate: Tue Oct 9 22:09:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=2a0c40ac Minor example changes to equery man page. Fix typo for 'equery which' example. Change 'equery meta --description screen' to 'equery meta --description app-misc/screen' so portage doesn't show ambigous package name error. --- man/equery.1 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/equery.1 b/man/equery.1 index c73c8a2..081d17c 100644 --- a/man/equery.1 +++ b/man/equery.1 @@ -552,7 +552,7 @@ equery meta gnucash Show general information about maintainership, including herd, maintainer and upstream. .EX .HP -equery meta \-\-description screen +equery meta \-\-description app\-misc/screen .EE .br See if the package maintainer has provided an extended description. @@ -626,7 +626,7 @@ Print the contents of the ebuild .I R "EXAMPLES" ":" .EX .HP -equery which \-e xorg\-server) +equery which \-e xorg\-server .EE .br View the most recent installable ebuild.