sem_overview.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Konstantin Ritt 2011-09-08 18:18:05 +02:00 committed by Michael Kerrisk
parent 88d95555e4
commit 37cdfc4303
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ is shared between multiple threads (a
or processes (a
.IR "process-shared semaphore" ).
A thread-shared semaphore is placed in an area of memory shared
between by the threads of a process, for example, a global variable.
between the threads of a process, for example, a global variable.
A process-shared semaphore must be placed in a shared memory region
(e.g., a System V shared memory segment created using
.BR shmget (2),