Module Name:    src
Committed By:   joerg
Date:           Sat Jul  7 01:39:59 UTC 2012

Modified Files:
        src/lib/librt: sem_init.3

Log Message:
One more reference to unimplemented shared semaphores.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/librt/sem_init.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librt/sem_init.3
diff -u src/lib/librt/sem_init.3:1.3 src/lib/librt/sem_init.3:1.4
--- src/lib/librt/sem_init.3:1.3	Sat Jul  7 01:37:12 2012
+++ src/lib/librt/sem_init.3	Sat Jul  7 01:39:59 2012
@@ -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 <jas...@freebsd.org>.
 .\" All rights reserved.
@@ -48,8 +48,7 @@ to have the value
 .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 ,

Reply via email to