diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-11-19 07:59:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-11-19 07:59:13 +0000 |
commit | efbfae6909b53fe9ddfbeafbd454210f2ac75f01 (patch) | |
tree | 596b65d11f2c4e7590bcc4689253945ab22928f1 /lib/libpthread | |
parent | 955de0f441f43b5980b407e6576b3ec9e9aa464f (diff) |
tweak previous;
Diffstat (limited to 'lib/libpthread')
-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 |