diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
commit | 2c13d61d2c131b43a8a07820e3660aed49a6c153 (patch) | |
tree | 59be910b26625e0e5a1dca60e457e2e018dbe7d3 /lib/libpthread/man/sem_post.3 | |
parent | a14cf3f2d37ea5df9b795c5bec71e78504e57faf (diff) |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
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 |