From 302df5d8a2021495a89eccd0230e643a6fd30325 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 25 Jul 2021 22:57:03 +0200 Subject: [PATCH] sysvipc.7: tfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man7/sysvipc.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/sysvipc.7 b/man7/sysvipc.7 index 4b3032c16..78ddd27f6 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;