diff options
Diffstat (limited to 'lib/libc_r/man/sem_post.3')
-rw-r--r-- | lib/libc_r/man/sem_post.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc_r/man/sem_post.3 b/lib/libc_r/man/sem_post.3 index fb57cc7c125..ddba637243a 100644 --- a/lib/libc_r/man/sem_post.3 +++ b/lib/libc_r/man/sem_post.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: sem_post.3,v 1.1 2002/01/28 19:24:03 fgsch Exp $ +.\" $OpenBSD: sem_post.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_post .Nd increment (unlock) a semaphore -.\" .Sh LIBRARY -.\" .Lb libc_r .Sh SYNOPSIS -.In semaphore.h +.Fd #include <semaphore.h> .Ft int .Fn sem_post "sem_t *sem" .Sh DESCRIPTION |