Module Name:    src
Committed By:   joerg
Date:           Fri Mar  1 18:39:53 UTC 2013

Modified Files:
        src/share/man/man4: sem.4

Log Message:
All current semaphores support process sharing.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/sem.4

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

Modified files:

Index: src/share/man/man4/sem.4
diff -u src/share/man/man4/sem.4:1.3 src/share/man/man4/sem.4:1.4
--- src/share/man/man4/sem.4:1.3	Mon Jun 20 13:25:24 2005
+++ src/share/man/man4/sem.4	Fri Mar  1 18:39:52 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem.4,v 1.3 2005/06/20 13:25:24 peter Exp $
+.\" $NetBSD: sem.4,v 1.4 2013/03/01 18:39:52 joerg Exp $
 .\"
 .\" Copyright (c) 2002 Tim J. Robbins
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" From: FreeBSD: src/share/man/man4/sem.4,v 1.2 2003/06/02 11:19:23 ru
 .\"
-.Dd January 21, 2005
+.Dd March 1, 2013
 .Dt SEM 4
 .Os
 .Sh NAME
@@ -59,5 +59,3 @@ The
 .Nm
 facility appeared as a kernel option in
 .Nx 2.0 .
-.Sh BUGS
-The current implementation does not support shared, unnamed semaphores.

Reply via email to