summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch12.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
commit34683feee24db199707d647f8c2c19705cafed40 (patch)
treeb4edec64205b02930e48758199a07490171b1769 /doc/posix1003.1/ch12.t
parentsummarize now generates a nicely formatted function status summary. (diff)
downloadrtems-34683feee24db199707d647f8c2c19705cafed40.tar.bz2
Added Function field.
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