diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-20 05:29:38 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-20 05:29:38 +0000 |
commit | 989d27a5faecde943cdebfabc8dbb8755c9f53fc (patch) | |
tree | fd6c03aced00bd370facfebb127912a1f8f47d6b /lib/libc_r/man/sem_open.3 | |
parent | 0e093757b579f94ee34e092307aae2311dd8337b (diff) |
fix includes and some cleanup.
Diffstat (limited to 'lib/libc_r/man/sem_open.3')
-rw-r--r-- | lib/libc_r/man/sem_open.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc_r/man/sem_open.3 b/lib/libc_r/man/sem_open.3 index de447dd4c3e..07c40f6fc1d 100644 --- a/lib/libc_r/man/sem_open.3 +++ b/lib/libc_r/man/sem_open.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: sem_open.3,v 1.1 2002/01/28 19:24:03 fgsch Exp $ +.\" $OpenBSD: sem_open.3,v 1.2 2002/02/20 05:29:37 fgsch Exp $ +.\" .\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" @@ -35,10 +36,8 @@ .Nm sem_close , .Nm sem_unlink .Nd named semaphore operations -.\" .Sh LIBRARY -.\" .Lb libc_r .Sh SYNOPSIS -.In semaphore.h +.Fd #include <semaphore.h> .Ft sem_t * .Fn sem_open "const char *name" "int oflag" "..." .Ft int |