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 4ACB41381F3 for ; Mon, 12 Aug 2013 16:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA67BE09D2; Mon, 12 Aug 2013 16:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AB68E09D2 for ; Mon, 12 Aug 2013 16:30:09 +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 26AFE33EABB for ; Mon, 12 Aug 2013 16:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 94269E468F for ; Mon, 12 Aug 2013 16:30:04 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1376324979.b264a7aeb342ac8e2004a851aaa23e97a173de4d.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ru/, man/ X-VCS-Repository: proj/portage X-VCS-Files: man/make.conf.5 man/ru/ebuild.1 X-VCS-Directories: man/ru/ man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b264a7aeb342ac8e2004a851aaa23e97a173de4d X-VCS-Branch: master Date: Mon, 12 Aug 2013 16:30:04 +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: 9cda0a25-79fd-4a7e-b3ef-ab18fd7a299f X-Archives-Hash: 90421b3bb803fcd4ac36a86189fcff4d commit: b264a7aeb342ac8e2004a851aaa23e97a173de4d Author: Zac Medico gentoo org> AuthorDate: Mon Aug 12 16:29:39 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Aug 12 16:29:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b264a7ae Correct ebuild.sh path in man pages, bug #462802 --- man/make.conf.5 | 4 ++-- man/ru/ebuild.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index f83dd03..6c4710a 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Jul 2013" "Portage VERSION" "Portage" +.TH "MAKE.CONF" "5" "Aug 2013" "Portage VERSION" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" @@ -1094,6 +1094,6 @@ Contains a list of all local USE variables. .BR ebuild (1), .BR ebuild (5) .TP -The \fI/usr/sbin/ebuild.sh\fR script. +The \fI/usr/lib/portage/bin/ebuild.sh\fR script. .TP The helper apps in \fI/usr/lib/portage/bin\fR. diff --git a/man/ru/ebuild.1 b/man/ru/ebuild.1 index c0524f7..37aadb4 100644 --- a/man/ru/ebuild.1 +++ b/man/ru/ebuild.1 @@ -1,4 +1,4 @@ -.TH "EBUILD" "1" "Jan 2013" "Portage VERSION" "Portage" +.TH "EBUILD" "1" "Aug 2013" "Portage VERSION" "Portage" .SH "НАЗВАНИЕ" ebuild \- низкоуровневый интерфейс системы Portage .SH "СИНТАКСИС" @@ -234,7 +234,7 @@ Mike Frysinger .BR make.conf (5), .BR color.map (5) .TP -Сценарий \fI/usr/sbin/ebuild.sh\fR. +Сценарий \fI/usr/lib/portage/bin/ebuild.sh\fR. .TP Вспомогательные приложения в \fI/usr/lib/portage/bin\fR.