OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man7 / sem_overview.7
index 312e4bd..ff14ec7 100644 (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),