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/conf.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/conf.texi')
-rw-r--r-- | manual/conf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.texi b/manual/conf.texi index 9fdaa1cf9a..7276984712 100644 --- a/manual/conf.texi +++ b/manual/conf.texi @@ -366,7 +366,7 @@ Inquire about the parameter corresponding to @code{_POSIX_VERSION}. @comment POSIX.1 @item _SC_CLK_TCK Inquire about the parameter corresponding to @code{CLOCKS_PER_SEC}; -@pxref{Basic CPU Time}. +@pxref{CPU Time}. @comment unistd.h @comment GNU |