summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/sem_destroy.3
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-02-20 05:29:37 +0000
committerfgsch <fgsch@openbsd.org>2002-02-20 05:29:37 +0000
commita72c0c24473f2274fe7caa224594458dac3e2934 (patch)
treeaff9977ddaff97178f6854e52f14ed5627a7c851 /lib/libpthread/man/sem_destroy.3
parentpthread_kill() manpage; from FreeBSD. (diff)
downloadwireguard-openbsd-a72c0c24473f2274fe7caa224594458dac3e2934.tar.xz
wireguard-openbsd-a72c0c24473f2274fe7caa224594458dac3e2934.zip
fix includes and some cleanup.
Diffstat (limited to 'lib/libpthread/man/sem_destroy.3')
-rw-r--r--lib/libpthread/man/sem_destroy.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3
index 57acf57f418..692ed5a23b8 100644
--- a/lib/libpthread/man/sem_destroy.3
+++ b/lib/libpthread/man/sem_destroy.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: sem_destroy.3,v 1.1 2002/01/28 19:24:03 fgsch Exp $
+.\" $OpenBSD: sem_destroy.3,v 1.2 2002/02/20 05:29:37 fgsch Exp $
+.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
.\"
@@ -33,10 +34,8 @@
.Sh NAME
.Nm sem_destroy
.Nd destroy an unnamed semaphore
-.\" .Sh LIBRARY
-.\" .Lb libc_r
.Sh SYNOPSIS
-.In semaphore.h
+.Fd #include <semaphore.h>
.Ft int
.Fn sem_destroy "sem_t *sem"
.Sh DESCRIPTION