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 7245F138825 for ; Mon, 10 Nov 2014 18:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43232E09D6; Mon, 10 Nov 2014 18:33:57 +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 DDED2E09D6 for ; Mon, 10 Nov 2014 18:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F4C34053F for ; Mon, 10 Nov 2014 18:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D09E9DAA for ; Mon, 10 Nov 2014 18:33:54 +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: <1415644170.7f38c9cbe3ce4a1eb4791b81b1ccd1a2f4eebfd1.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: 7f38c9cbe3ce4a1eb4791b81b1ccd1a2f4eebfd1 X-VCS-Branch: master Date: Mon, 10 Nov 2014 18:33:54 +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: b6346bee-4b11-48b2-9a76-6fd947246672 X-Archives-Hash: 518de0cb42c29194963497a8b80e5f47 commit: 7f38c9cbe3ce4a1eb4791b81b1ccd1a2f4eebfd1 Author: Zac Medico gentoo org> AuthorDate: Sun Nov 9 19:16:58 2014 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Nov 10 18:29:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7f38c9cb man/ebuild.5: document assert for bug #528760 X-Gentoo-Bug: 528760 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=528760 Acked-by: Alexander Berntsen gentoo.org> --- man/ebuild.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 89bd6a2..b587264 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1,4 +1,4 @@ -.TH "EBUILD" "5" "Jan 2014" "Portage VERSION" "Portage" +.TH "EBUILD" "5" "Nov 2014" "Portage VERSION" "Portage" .SH "NAME" ebuild \- the internal format, variables, and functions in an ebuild script @@ -969,6 +969,11 @@ default_src_test .SS "General:" .TP +.B assert\fR \fI[reason] +Checks the value of the shell's PIPESTATUS array variable, and if any +component is non-zero (indicating failure), calls die with \fIreason\fR +as a failure message. +.TP .B die\fR \fI[reason] Causes the current emerge process to be aborted. The final display will include \fIreason\fR.