From 4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 7 Sep 2012 00:06:07 +0000 Subject: Fix pointers between nodes in manual (bug 10038). --- manual/memory.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/memory.texi b/manual/memory.texi index 35fed23..fba3a2c 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -16,8 +16,8 @@ and allocation of real memory. @menu * Memory Concepts:: An introduction to concepts and terminology. * Memory Allocation:: Allocating storage for your program data -* Locking Pages:: Preventing page faults * Resizing the Data Segment:: @code{brk}, @code{sbrk} +* Locking Pages:: Preventing page faults @end menu Memory mapped I/O is not discussed in this chapter. @xref{Memory-mapped I/O}. -- cgit v1.1