From a64cffccc18ea8773cd944507b4f409c3eccdc4f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 13 Oct 2015 20:45:50 +0200 Subject: m info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/error-reporting.texinfo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/info/chap/error-reporting.texinfo b/doc/info/chap/error-reporting.texinfo index e954261..43e3ccc 100644 --- a/doc/info/chap/error-reporting.texinfo +++ b/doc/info/chap/error-reporting.texinfo @@ -408,7 +408,7 @@ instead of being a variadic function. @item void error(int status, int errnum, const char* format, ...) @fnindex error @hfindex error.h -This function is a GNU-extension (@code{_GNU_SOURCE}) +This function is a @sc{GNU}-extension (@code{_GNU_SOURCE}) that is made available by including the header file @file{}. @@ -440,7 +440,7 @@ instead of being a variadic function. @item void error_at_line(int status, int errnum, const char* filename, unsigned int linenum, const char* format, ...) @fnindex error_at_line @hfindex error.h -This function is a GNU-extension (@code{_GNU_SOURCE}) +This function is a @sc{GNU}-extension (@code{_GNU_SOURCE}) that is made available by including the header file @file{}. It is a variant of @code{error}. It will also print the filename and the line where @@ -479,7 +479,7 @@ instead of being a variadic function. @item volatile unsigned int error_message_count @lvindex error_message_count @hfindex error.h -This variable is a GNU-extension (@code{_GNU_SOURCE}) +This variable is a @sc{GNU}-extension (@code{_GNU_SOURCE}) that is made available by including the header file @file{}. Counts the number of times @code{error} (or @code{verror}) and @code{error_at_line} @@ -489,7 +489,7 @@ is global and shared by all threads. @item volatile int error_one_per_line @lvindex error_message_count @hfindex error.h -This variable is a GNU-extension (@code{_GNU_SOURCE}) +This variable is a @sc{GNU}-extension (@code{_GNU_SOURCE}) that is made available by including the header file @file{}. @@ -510,7 +510,7 @@ last time. @item void (*volatile error_print_progname)(void) @lvindex error_message_count @hfindex error.h -This variable is a GNU-extension (@code{_GNU_SOURCE}) +This variable is a @sc{GNU}-extension (@code{_GNU_SOURCE}) that is made available by including the header file @file{}. -- cgit v1.2.3-70-g09d2