From 7f84b5d741c150cd159d5a3cda3ef532f0381826 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Thu, 2 Jun 2016 12:15:08 +0200 Subject: [PATCH] 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 58aedd94..83c2a799 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);