summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2022-09-01 15:01:17 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-01 23:29:37 +0200
commit23718f2f9320726f74a28d96069c43e40f4c2e0b (patch)
tree4ee296335c7058346cd51f488924e91ab66a84e8
parentfd4a569b3b916e7b9570885f3f319693f17d6a21 (diff)
sysvipc.7: tfix
Signed-off-by: Štěpán Němec <stepnem@gmail.com> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man7/sysvipc.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/sysvipc.7 b/man7/sysvipc.7
index f9f1e0cf1..e64b8f831 100644
--- a/man7/sysvipc.7
+++ b/man7/sysvipc.7
@@ -12,7 +12,7 @@ message queues, semaphore, and shared memory.
.\"
.SS Message queues
System V message queues allow data to be exchanged in units called messages.
-Each messages can have an associated priority,
+Each message can have an associated priority.
POSIX message queues provide an alternative API for achieving the same result;
see
.BR mq_overview (7).