summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/sem_post.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--upstream/debian-unstable/man3/sem_post.35
1 files changed, 2 insertions, 3 deletions
diff --git a/upstream/debian-unstable/man3/sem_post.3 b/upstream/debian-unstable/man3/sem_post.3
index 5406484f..b1990be9 100644
--- a/upstream/debian-unstable/man3/sem_post.3
+++ b/upstream/debian-unstable/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 2024-05-02 "Linux man-pages 6.8"
.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