diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-07 00:06:07 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-07 00:06:07 +0000 |
commit | 4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b (patch) | |
tree | 69b02ae4c30ebda199c6c3e102957c2c53b44958 /manual | |
parent | 04570aaa8ad88caad303f8afe469beb4cf851e17 (diff) | |
download | glibc-4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b.tar.gz |
Fix pointers between nodes in manual (bug 10038).
Diffstat (limited to 'manual')
-rw-r--r-- | manual/memory.texi | 2 |
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}. |