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