From 3cffce87d659305ef4ab8b7225116a36be47ce75 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Mar 1998 16:37:57 +0000 Subject: Completed first pass at function status. Added most data types without status information. --- doc/posix1003.1/ch12.t | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/posix1003.1/ch12.t') diff --git a/doc/posix1003.1/ch12.t b/doc/posix1003.1/ch12.t index 49cc05a9c4..c4327a60f1 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(), Function -munlockall(), Function +mlockall(), Function, Unimplemented +munlockall(), Function, Unimplemented @end example @subsection Lock/Unlock a Rand of Process Address Space @example -mlock(), Function -munlock(), Function +mlock(), Function, Unimplemented +munlock(), Function, Unimplemented @end example @section Memory Mapping Functions @@ -29,25 +29,25 @@ munlock(), Function @subsection Map Process Addresses to a Memory Object @example -mmap(), Function +mmap(), Function, Unimplemented @end example @subsection Unmap Previously Mapped Addresses @example -munmap(), Function +munmap(), Function, Unimplemented @end example @subsection Change Memory Protection @example -mprotect(), Function +mprotect(), Function, Unimplemented @end example @subsection Memory Object Synchronization @example -msync(), Function +msync(), Function, Unimplemented, Unimplemented @end example @section Shared Memory Functions @@ -55,11 +55,11 @@ msync(), Function @subsection Open a Shared Memory Object @example -shm_open(), Function +shm_open(), Function, Unimplemented @end example @subsection Remove a Shared Memory Object @example -shm_unlink(), Function +shm_unlink(), Function, Unimplemented @end example -- cgit v1.2.3