From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91D20138306 for ; Wed, 13 Jul 2016 22:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B118421C01D; Wed, 13 Jul 2016 22:15:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 509AC21C01D for ; Wed, 13 Jul 2016 22:15:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09FD734076D for ; Wed, 13 Jul 2016 22:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B16A22436 for ; Wed, 13 Jul 2016 22:15:55 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1468447468.7f84b5d741c150cd159d5a3cda3ef532f0381826.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/libeinfo/ X-VCS-Repository: proj/openrc X-VCS-Files: src/libeinfo/einfo.h X-VCS-Directories: src/libeinfo/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7f84b5d741c150cd159d5a3cda3ef532f0381826 X-VCS-Branch: master Date: Wed, 13 Jul 2016 22:15:55 +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: e563290a-605b-4920-920d-a529b4ec2963 X-Archives-Hash: 0e11a9456000071f2d54fbf97c4dc5e3 commit: 7f84b5d741c150cd159d5a3cda3ef532f0381826 Author: Jaromil dyne org> AuthorDate: Thu Jun 2 10:15:08 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jul 13 22:04:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=7f84b5d7 libeinfo: document the x suffix on function names This fixes #88. src/libeinfo/einfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h index 58aedd9..83c2a79 100644 --- a/src/libeinfo/einfo.h +++ b/src/libeinfo/einfo.h @@ -71,6 +71,7 @@ void elog(int, const char * EINFO_RESTRICT, ...) EINFO_PRINTF(2, 3); * * The n suffix denotes that no new line should be printed. * The v suffix means only print if EINFO_VERBOSE is yes. + * The x suffix means function will exit() returning failure. */ /*@{*/ int einfon(const char * __EINFO_RESTRICT, ...) EINFO_PRINTF(1, 2);