diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-07-25 22:57:03 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-07-26 01:31:54 +0200 |
| commit | 302df5d8a2021495a89eccd0230e643a6fd30325 (patch) | |
| tree | b2fac9352343f292b7678b42b07054ff33b4246d /man7 | |
| parent | f8b45652ca3d4b252bc2ef6ef394b9f3e1da9dc9 (diff) | |
| download | man-pages-302df5d8a2021495a89eccd0230e643a6fd30325.tar.gz | |
sysvipc.7: tfix
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -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; |
