From 37cdfc43038e1e1b901d1f21510f668930c9a499 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Thu, 8 Sep 2011 18:18:05 +0200 Subject: [PATCH] sem_overview.7: wfix Signed-off-by: Michael Kerrisk --- man7/sem_overview.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/sem_overview.7 b/man7/sem_overview.7 index 312e4bdaa..ff14ec752 100644 --- a/man7/sem_overview.7 +++ b/man7/sem_overview.7 @@ -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),