From: Michael Kerrisk Date: Sun, 25 Jul 2021 20:57:03 +0000 (+0200) Subject: sysvipc.7: tfix X-Git-Tag: man-pages-5.13~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302df5d8a2021495a89eccd0230e643a6fd30325;p=thirdparty%2Fman-pages.git sysvipc.7: tfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- 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;