diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 21:22:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 21:22:28 +0000 |
commit | 99a206167bd94400d129991e1ec257820eb6df00 (patch) | |
tree | 1d6e8a4ee01fffc9c2a25d53d7cf5387d67d3dd8 /manual/errno.texi | |
parent | 371071d5735d0909a9f4d7cbe149042b440e3354 (diff) | |
download | glibc-99a206167bd94400d129991e1ec257820eb6df00.tar.gz glibc-99a206167bd94400d129991e1ec257820eb6df00.tar.xz glibc-99a206167bd94400d129991e1ec257820eb6df00.zip |
Update.
2000-05-21 Ulrich Drepper <drepper@redhat.com> * manual/memory.texi: Document memory handling functions. * manual/time.texi: Document timespec and friends. * manual/conf.texi: Fix references. * manual/ctype.texi: Likewise. * manual/errno.texi: Likewise. * manual/intro.texi: Likewise. * manual/locale.texi: Likewise. * manual/sysinfo.texi: Likewise. Patches by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 49eb902405..8b18c83bec 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1,4 +1,4 @@ -@node Error Reporting, Memory Allocation, Introduction, Top +@node Error Reporting, Memory, Introduction, Top @chapter Error Reporting @c %MENU% How library functions report errors @cindex error reporting |