diff options
Diffstat (limited to 'lib/libpthread/man/sem_open.3')
-rw-r--r-- | lib/libpthread/man/sem_open.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3 index 650c3cf1c2a..e977ae70769 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.7 2013/11/19 02:01:28 tedu Exp $ +.\" $OpenBSD: sem_open.3,v 1.8 2013/11/19 07:59:12 jmc Exp $ .\" .\" Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> .\" @@ -34,7 +34,8 @@ The .Fn sem_open function opens and returns a named semaphore. -The .Fn sem_close +The +.Fn sem_close function closes a previously opened named semaphore without removing it. The .Fn sem_unlink |