reference/sem/book.xml
2d99025327523f0f00ce02156664447165307950
...
...
@@ -10,7 +10,7 @@
10
10
<preface xml:id="intro.sem">
11
11
&reftitle.intro;
12
12
<para>
13
-
This module provides wrappers for the System V IPC family of functions.
13
+
These modules provide wrappers for the System V IPC family of functions.
14
14
It includes semaphores, shared memory and inter-process messaging (IPC).
15
15
</para>
16
16
<para>
...
...
@@ -60,7 +60,13 @@
60
60
data between processes, without the need for setting up an alternative
61
61
using Unix domain sockets.
62
62
</para>
63
-
&note.no-windows.extension;
63
+
<note>
64
+
<simpara>
65
+
Only the shared memory functions and <function>ftok</function> are available
66
+
on Windows. Neither semaphores nor inter-process messaging functions are
67
+
supported on that platform.
68
+
</simpara>
69
+
</note>
64
70
</preface>
65
71
<!-- }}} -->
66
72
...
...
@@ -68,6 +74,10 @@
68
74
&reference.sem.constants;
69
75
&reference.sem.reference;
70
76

77
+
&reference.sem.sysvmessagequeue;
78
+
&reference.sem.sysvsemaphore;
79
+
&reference.sem.sysvsharedmemory;
80
+

71
81
</book>
72
82

73
83
<!-- Keep this comment at the end of the file
74
84