diff options
author | 2013-06-05 03:40:26 +0000 | |
---|---|---|
committer | 2013-06-05 03:40:26 +0000 | |
commit | 86f9d4cdda0e0267dccd8755ac0035525579c4a7 (patch) | |
tree | f3437ec7ed6f576366d99a4f7acc4c56f80e05ad /lib/libpthread/man/sem_open.3 | |
parent | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze (diff) | |
download | wireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.tar.xz wireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.zip |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/sem_open.3')
-rw-r--r-- | lib/libpthread/man/sem_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3 index 485a0694142..22fdeeab5af 100644 --- a/lib/libpthread/man/sem_open.3 +++ b/lib/libpthread/man/sem_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sem_open.3,v 1.4 2007/05/31 19:19:37 jmc Exp $ +.\" $OpenBSD: sem_open.3,v 1.5 2013/06/05 03:44:50 tedu Exp $ .\" .\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. @@ -28,7 +28,7 @@ .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc_r/man/sem_open.3,v 1.7 2001/10/01 16:09:09 ru Exp $ -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt SEM_OPEN 3 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nm sem_unlink .Nd named semaphore operations .Sh SYNOPSIS -.Fd #include <semaphore.h> +.In semaphore.h .Ft sem_t * .Fn sem_open "const char *name" "int oflag" "..." .Ft int |