summaryrefslogtreecommitdiff
path: root/libc/manual/memory.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/memory.texi')
-rw-r--r--libc/manual/memory.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/memory.texi b/libc/manual/memory.texi
index 35fed23c7..fba3a2cff 100644
--- a/libc/manual/memory.texi
+++ b/libc/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}.