From b193ac2e60da8d04bb614ef85209c270575d7344 Mon Sep 17 00:00:00 2001 From: jruoho Date: Thu, 20 May 2010 07:13:16 +0000 Subject: [PATCH] Add a bold-faced note that the interface is not fully functional, but the opposite. --- share/man/man3/sigevent.3 | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/share/man/man3/sigevent.3 b/share/man/man3/sigevent.3 index b757828fb8a9..a659886022bd 100644 --- a/share/man/man3/sigevent.3 +++ b/share/man/man3/sigevent.3 @@ -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 .\" @@ -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 @@ standard extends traditional .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 @@ The .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.