diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-18 08:18:42 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-07-24 09:32:05 +0200 |
| commit | 2bc6fb601acbc367bc323f0b69bccace658eb532 (patch) | |
| tree | 8db8a6e043f5e8c4676f21dcebf931141b894c7e | |
| parent | 6131817b9a7b3997d11bc772cde14a2373b3b9af (diff) | |
| download | man-pages-2bc6fb601acbc367bc323f0b69bccace658eb532.tar.gz | |
shmop.2: CONFORMING TO: add POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/shmop.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/shmop.2 b/man2/shmop.2 index 181eb89a71..06cef8ac5a 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -226,7 +226,7 @@ or, .I shmaddr is not aligned on a page boundary. .SH CONFORMING TO -SVr4, POSIX.1-2001. +POSIX.1-2001, POSIX.1-2008, SVr4. .\" SVr4 documents an additional error condition EMFILE. In SVID 3 (or perhaps earlier), @@ -268,7 +268,7 @@ rather than absolute. .PP On Linux, it is possible to attach a shared memory segment even if it is already marked to be deleted. -However, POSIX.1-2001 does not specify this behavior and +However, POSIX.1 does not specify this behavior and many other implementations do not support it. .LP The following system parameter affects |
