commit:     7f84b5d741c150cd159d5a3cda3ef532f0381826
Author:     Jaromil <jaromil <AT> dyne <DOT> org>
AuthorDate: Thu Jun  2 10:15:08 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> 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);

Reply via email to