diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 15:44:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 15:44:59 +0000 |
commit | bc938d3de936a8e429b16237180c046139be8247 (patch) | |
tree | c827f8afd95d339455d1f551e50eb1425385d8dc /manual/errno.texi | |
parent | 2972264e210a742ac9a6d862e3976d93ddc38529 (diff) | |
download | glibc-bc938d3de936a8e429b16237180c046139be8247.tar.gz glibc-bc938d3de936a8e429b16237180c046139be8247.tar.xz glibc-bc938d3de936a8e429b16237180c046139be8247.zip |
Update.
1999-06-16 Ulrich Drepper <drepper@cygnus.com> * manual/errno.texi: Fix typos. * manual/memory.texi: Likewise. * manual/ctype.texi: Likewise. Patches by Brian Youmans <3diff@gnu.org>.
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 3782e48c6a..49eb902405 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 |