diff options
author | hobbs <hobbs> | 2004-12-07 00:00:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-07 00:00:56 (GMT) |
commit | 52551aae85a6592aa7e3490e92bded47129a7097 (patch) | |
tree | 77e8f7ebd20b51a9b21996bf16a9f66bf156cc54 /doc/Thread.3 | |
parent | ccc271fb4c389869ca35b1cc0fbf3f2613e8f60e (diff) | |
download | tcl-52551aae85a6592aa7e3490e92bded47129a7097.zip tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.gz tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.bz2 |
minor nroff typos
Diffstat (limited to 'doc/Thread.3')
-rw-r--r-- | doc/Thread.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/Thread.3 b/doc/Thread.3 index 0192588..c9ec694 100644 --- a/doc/Thread.3 +++ b/doc/Thread.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: Thread.3,v 1.20 2004/11/25 16:01:17 vasiljevic Exp $ +'\" RCS: @(#) $Id: Thread.3,v 1.21 2004/12/07 00:00:57 hobbs Exp $ '\" .so man.macros .TH Threads 3 "8.1" Tcl "Tcl Library Procedures" @@ -191,8 +191,7 @@ the script level. One such package is the \fBThread\fR package. .VE 8.5 .SH "SEE ALSO" Tcl_GetCurrentThread(3), Tcl_ThreadQueueEvent(3), Tcl_ThreadAlert(3), -Tcl_ExitThread(3), Tcl_FinalizeThread(3), -Tcl_CreateThreadExitHandler(3), Tcl_DeleteThreadExitHandler(3), -\fBThread\fR package +Tcl_ExitThread(3), Tcl_FinalizeThread(3), Tcl_CreateThreadExitHandler(3), +Tcl_DeleteThreadExitHandler(3), Thread .SH KEYWORDS thread, mutex, condition variable, thread local storage |