diff options
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}. |