From 99a206167bd94400d129991e1ec257820eb6df00 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 21 May 2000 21:22:28 +0000 Subject: Update. 2000-05-21 Ulrich Drepper * 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 . --- manual/intro.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'manual/intro.texi') diff --git a/manual/intro.texi b/manual/intro.texi index b133560ac2..e7318c2dae 100644 --- a/manual/intro.texi +++ b/manual/intro.texi @@ -572,10 +572,11 @@ debugging mechanism which allows you to put assertions in your code, and have diagnostic messages printed if the tests fail. @item -@ref{Memory Allocation}, describes the GNU library's facilities for -dynamic allocation of storage. If you do not know in advance how much -storage your program needs, you can allocate it dynamically instead, -and manipulate it via pointers. +@ref{Memory}, describes the GNU library's facilities for managing and +using virtual and real memory, including dynamic allocation of virtual +memory. If you do not know in advance how much memory your program +needs, you can allocate it dynamically instead, and manipulate it via +pointers. @item @ref{Character Handling}, contains information about character -- cgit 1.4.1