diff options
Diffstat (limited to 'lib/libpthread/man/sem_post.3')
-rw-r--r-- | lib/libpthread/man/sem_post.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/sem_post.3 b/lib/libpthread/man/sem_post.3 index 3ead8c537d7..b05544ae55a 100644 --- a/lib/libpthread/man/sem_post.3 +++ b/lib/libpthread/man/sem_post.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sem_post.3,v 1.4 2007/05/31 19:19:37 jmc Exp $ +.\" $OpenBSD: sem_post.3,v 1.5 2013/06/05 03:44:50 tedu Exp $ .\" .\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. @@ -28,14 +28,14 @@ .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc_r/man/sem_post.3,v 1.10 2001/10/01 16:09:09 ru Exp $ -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt SEM_POST 3 .Os .Sh NAME .Nm sem_post .Nd increment (unlock) a semaphore .Sh SYNOPSIS -.Fd #include <semaphore.h> +.In semaphore.h .Ft int .Fn sem_post "sem_t *sem" .Sh DESCRIPTION |