summaryrefslogtreecommitdiffstats
path: root/man3/sem_post.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sem_post.3')
-rw-r--r--man3/sem_post.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/sem_post.3 b/man3/sem_post.3
index 5406484..1c06a81 100644
--- a/man3/sem_post.3
+++ b/man3/sem_post.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH sem_post 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH sem_post 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
sem_post \- unlock a semaphore
.SH LIBRARY
@@ -12,7 +12,7 @@ POSIX threads library
.SH SYNOPSIS
.nf
.B #include <semaphore.h>
-.PP
+.P
.BI "int sem_post(sem_t *" sem );
.fi
.SH DESCRIPTION
@@ -53,7 +53,6 @@ T{
.BR sem_post ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY