From bc938d3de936a8e429b16237180c046139be8247 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 16 Jun 1999 15:44:59 +0000 Subject: Update. 1999-06-16 Ulrich Drepper * manual/errno.texi: Fix typos. * manual/memory.texi: Likewise. * manual/ctype.texi: Likewise. Patches by Brian Youmans <3diff@gnu.org>. --- manual/errno.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/errno.texi') diff --git a/manual/errno.texi b/manual/errno.texi index 3782e48..49eb902 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -55,7 +55,7 @@ listed for each function. These functions do not change @code{errno} when they succeed; thus, the value of @code{errno} after a successful call is not necessarily zero, and you should not use @code{errno} to determine @emph{whether} a call failed. The proper way to do that is -documented for each function. @emph{If} the call the failed, you can +documented for each function. @emph{If} the call failed, you can examine @code{errno}. Many library functions can set @code{errno} to a nonzero value as a @@ -1303,7 +1303,7 @@ exit if any system call fails. By convention, the error message from such a program should start with the program's name, sans directories. You can find that name in the variable @code{program_invocation_short_name}; the full file name is stored the -variable @code{program_invocation_name}: +variable @code{program_invocation_name}. @comment errno.h @comment GNU -- cgit v1.1