Module Name: src
Committed By: jruoho
Date: Thu May 20 07:13:16 UTC 2010
Modified Files:
src/share/man/man3: sigevent.3
Log Message:
Add a bold-faced note that the interface is not fully functional, but the
opposite.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/sigevent.3
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/man3/sigevent.3
diff -u src/share/man/man3/sigevent.3:1.3 src/share/man/man3/sigevent.3:1.4
--- src/share/man/man3/sigevent.3:1.3 Wed May 19 08:02:46 2010
+++ src/share/man/man3/sigevent.3 Thu May 20 07:13:16 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigevent.3,v 1.3 2010/05/19 08:02:46 jruoho Exp $
+.\" $NetBSD: sigevent.3,v 1.4 2010/05/20 07:13:16 jruoho Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\"
@@ -23,7 +23,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 18, 2010
+.Dd May 20, 2010
.Dt SIGEVENT 3
.Os
.Sh NAME
@@ -38,13 +38,17 @@
.Tn UNIX
signal semantics by providing facilities
for realtime signal generation and delivery.
+.Pp
.\"
-.\" XXX: Remove the paragraph once RT signals are supported.
+.\" XXX: Remove once these are fixed.
.\"
-Although
-.Nx
-does not yet support realtime signals,
-the described interface is fully functional.
+.Bf -symbolic
+Please note that this manual describes an interface that
+is not yet fully functional in
+.Nx :
+neither realtime signals nor SIGEV_THREAD
+are currently supported.
+.Ef
.Pp
Realtime functions that can generate realtime signals include:
.Bl -enum -offset 3n
@@ -174,8 +178,3 @@
.Va sigevent
structure first appeared in
.Nx 1.6 .
-.\"
-.\" XXX: Remove the paragraph once RT signals are supported.
-.\"
-.Sh BUGS
-Realtime signals are not yet supported.