]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sysvipc.7: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Jul 2021 20:57:03 +0000 (22:57 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Jul 2021 23:31:54 +0000 (01:31 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/sysvipc.7

index 4b3032c16f0b1aa47e3c0ac7c847272fe9c83e2a..78ddd27f6d045187d7e57056eee34a799aaa8bff 100644 (file)
@@ -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;