summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch12.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/ch12.t')
-rw-r--r--doc/posix1003.1/ch12.t20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/posix1003.1/ch12.t b/doc/posix1003.1/ch12.t
index 0b92c83fe8..49cc05a9c4 100644
--- a/doc/posix1003.1/ch12.t
+++ b/doc/posix1003.1/ch12.t
@@ -13,15 +13,15 @@
@subsection Lock/Unlock the Address Space of a Process
@example
-mlockall()
-munlockall()
+mlockall(), Function
+munlockall(), Function
@end example
@subsection Lock/Unlock a Rand of Process Address Space
@example
-mlock()
-munlock()
+mlock(), Function
+munlock(), Function
@end example
@section Memory Mapping Functions
@@ -29,25 +29,25 @@ munlock()
@subsection Map Process Addresses to a Memory Object
@example
-mmap()
+mmap(), Function
@end example
@subsection Unmap Previously Mapped Addresses
@example
-munmap()
+munmap(), Function
@end example
@subsection Change Memory Protection
@example
-mprotect()
+mprotect(), Function
@end example
@subsection Memory Object Synchronization
@example
-msync()
+msync(), Function
@end example
@section Shared Memory Functions
@@ -55,11 +55,11 @@ msync()
@subsection Open a Shared Memory Object
@example
-shm_open()
+shm_open(), Function
@end example
@subsection Remove a Shared Memory Object
@example
-shm_unlink()
+shm_unlink(), Function
@end example