summaryrefslogtreecommitdiff
path: root/manual/intro.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-21 21:22:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-21 21:22:28 +0000
commit99a206167bd94400d129991e1ec257820eb6df00 (patch)
tree1d6e8a4ee01fffc9c2a25d53d7cf5387d67d3dd8 /manual/intro.texi
parent371071d5735d0909a9f4d7cbe149042b440e3354 (diff)
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/intro.texi')
-rw-r--r--manual/intro.texi9
1 files changed, 5 insertions, 4 deletions
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