Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librt One more reference to unimplemented shared semapho...



details:   https://anonhg.NetBSD.org/src/rev/bfd56a3cbc75
branches:  trunk
changeset: 780014:bfd56a3cbc75
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Jul 07 01:39:59 2012 +0000

description:
One more reference to unimplemented shared semaphores.

diffstat:

 lib/librt/sem_init.3 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 1c9e15455d7d -r bfd56a3cbc75 lib/librt/sem_init.3
--- a/lib/librt/sem_init.3      Sat Jul 07 01:37:12 2012 +0000
+++ b/lib/librt/sem_init.3      Sat Jul 07 01:39:59 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem_init.3,v 1.3 2012/07/07 01:37:12 joerg Exp $
+.\" $NetBSD: sem_init.3,v 1.4 2012/07/07 01:39:59 joerg Exp $
 .\"
 .\" Copyright (C) 2000 Jason Evans <jasone%FreeBSD.org@localhost>.
 .\" All rights reserved.
@@ -48,8 +48,7 @@
 .Fa value .
 A non-zero value for
 .Fa pshared
-specifies a shared semaphore that can be used by multiple processes, which this
-implementation is not capable of.
+specifies a shared semaphore that can be used by multiple processes.
 .Pp
 Following a successful call to
 .Fn sem_init ,



Home | Main Index | Thread Index | Old Index