diff options
| -rw-r--r-- | man7/sysvipc.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/sysvipc.7 b/man7/sysvipc.7 index 4b3032c16f..78ddd27f6d 100644 --- a/man7/sysvipc.7 +++ b/man7/sysvipc.7 @@ -53,7 +53,7 @@ Remove a message from a queue. Perform various control operations on a queue, including deletion. .\" .SS Semaphore sets -System V semaphores allow processes to synchronize their actions +System V semaphores allow processes to synchronize their actions. System V semaphores are allocated in groups called sets; each semaphore in a set is a counting semaphore. POSIX semaphores provide an alternative API for achieving the same result; |
