about summary refs log tree commit diff
path: root/manual/memory.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-09-07 00:06:07 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-09-07 00:06:07 +0000
commit4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b (patch)
tree69b02ae4c30ebda199c6c3e102957c2c53b44958 /manual/memory.texi
parent04570aaa8ad88caad303f8afe469beb4cf851e17 (diff)
downloadglibc-4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b.tar.gz
glibc-4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b.tar.xz
glibc-4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b.zip
Fix pointers between nodes in manual (bug 10038).
Diffstat (limited to 'manual/memory.texi')
-rw-r--r--manual/memory.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi
index 35fed23c7f..fba3a2cffe 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}.