diff options
author | vasiljevic <zv@archiware.com> | 2004-11-25 15:28:37 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-11-25 15:28:37 (GMT) |
commit | d3b261e0abbc86f69c072592a893a39c6b80a97f (patch) | |
tree | 5d9fed3bdb0b6b0b35bfd87eb2eff1ee8fad6962 /doc/Notifier.3 | |
parent | 5f80a835f062d49a8a1c829de7e649fc0c3b439a (diff) | |
download | tcl-d3b261e0abbc86f69c072592a893a39c6b80a97f.zip tcl-d3b261e0abbc86f69c072592a893a39c6b80a97f.tar.gz tcl-d3b261e0abbc86f69c072592a893a39c6b80a97f.tar.bz2 |
Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077)
Diffstat (limited to 'doc/Notifier.3')
-rw-r--r-- | doc/Notifier.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Notifier.3 b/doc/Notifier.3 index d7e8b98..e3b8648 100644 --- a/doc/Notifier.3 +++ b/doc/Notifier.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Notifier.3,v 1.9 2002/07/01 18:24:39 jenglish Exp $ +'\" RCS: @(#) $Id: Notifier.3,v 1.9.2.1 2004/11/25 15:28:37 vasiljevic Exp $ '\" .so man.macros .TH Notifier 3 8.1 Tcl "Tcl Library Procedures" @@ -33,7 +33,7 @@ void \fBTcl_ThreadQueueEvent\fR(\fIthreadId, evPtr, position\fR) .sp void -\fBTcl_ThreadAlert\fR(\fIthreadId, clientData\fR) +\fBTcl_ThreadAlert\fR(\fIthreadId\fR) .sp Tcl_ThreadId \fBTcl_GetCurrentThread\fR() |