aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-07-25 22:57:03 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-07-26 01:31:54 +0200
commit302df5d8a2021495a89eccd0230e643a6fd30325 (patch)
treeb2fac9352343f292b7678b42b07054ff33b4246d /man7
parentf8b45652ca3d4b252bc2ef6ef394b9f3e1da9dc9 (diff)
downloadman-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.72
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;