From 5f66889a21f4a5d764385740dd45b8fcb171ab64 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 23 Sep 2014 08:46:31 -0600 Subject: [PATCH] Add shared memory initializatin logic --- Documentation/NuttxUserGuide.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 480c7daf7b..ee5d45ae17 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -9085,11 +9085,6 @@ int shmget(key_t key, size_t size, int shmflg); Upon creation, the data structure associated with the new shared memory identifier will be initialized as follows:

+

+ POSIX Deviations +

+

2.12.2 shmat