about summary refs log tree commit diff
path: root/manual/intro.texi
diff options
context:
space:
mode:
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