From a56e84e4c0541e709d85589f87dbe46aa4f507ed Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 13 Oct 2015 21:24:19 +0200 Subject: info style 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/info/chap/error-reporting.texinfo') diff --git a/doc/info/chap/error-reporting.texinfo b/doc/info/chap/error-reporting.texinfo index 43e3ccc..46bf875 100644 --- a/doc/info/chap/error-reporting.texinfo +++ b/doc/info/chap/error-reporting.texinfo @@ -31,7 +31,7 @@ described in this chapter. Most functions return a sentinel value when an exceptional condition occurs, typically a negative value (actually @code{-1}), a constant such as -@code{EOF}, or @code{NULL}. This return value only +@code{EOF}, or @code{NULL}@. This return value only tells you that an exeception condition has occurred. @hfindex errno.h @@ -243,7 +243,7 @@ locale. @lvindex LC_GLOBAL_LOCALE The behaviour of this function is undefined -if @code{locale} is @code{LC_GLOBAL_LOCALE}. +if @code{locale} is @code{LC_GLOBAL_LOCALE}@. @item const char* const sys_errlist[] This variable is defined in the header files @@ -288,7 +288,7 @@ program running in the current process. This is the value @code{argv[0]} from the @code{main} function (where @code{argv} is the second parameter.) If @code{argc} (the first parameter) is zero, this -variable will have the value @code{NULL}. This is +variable will have the value @code{NULL}@. This is not necessarily a proper command name. For example, login shells are usually prefixes with a dash, for example @code{-bash}, despite that there is -- cgit v1.2.3-70-g09d2