aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sem_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sem_init.3')
-rw-r--r--man3/sem_init.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sem_init.3 b/man3/sem_init.3
index 35b64cb66a..d7f55cd6df 100644
--- a/man3/sem_init.3
+++ b/man3/sem_init.3
@@ -70,7 +70,7 @@ Any process that can access the shared memory region
can operate on the semaphore using
.BR sem_post (3),
.BR sem_wait (3),
-etc.
+and so on.
Initializing a semaphore that has already been initialized
results in undefined behavior.