diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-13 09:41:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-13 09:41:02 (GMT) |
commit | cdba31b9d5e939cc2f78069f835b086c5aa85a70 (patch) | |
tree | ccf7de505094a62e62a226ea1746e36fe14f56c6 /doc/Panic.3 | |
parent | bb504b06b4d6df8da0342de8ff3028675a08c8e9 (diff) | |
parent | 444cb185b8fba2c875480e0f04ffb7340f5dbcb3 (diff) | |
download | tcl-cdba31b9d5e939cc2f78069f835b086c5aa85a70.zip tcl-cdba31b9d5e939cc2f78069f835b086c5aa85a70.tar.gz tcl-cdba31b9d5e939cc2f78069f835b086c5aa85a70.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/Panic.3')
-rw-r--r-- | doc/Panic.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Panic.3 b/doc/Panic.3 index 14204c3..e82263f 100644 --- a/doc/Panic.3 +++ b/doc/Panic.3 @@ -62,8 +62,8 @@ and you want to implicitly use the stderr channel of your application's C runtime (in stead of the stderr channel of the C runtime used by Tcl), you can call \fBTcl_SetPanicProc\fR with \fBTcl_ConsolePanic\fR as its argument. On platforms which -only have one C runtime (almost all platforms except Windows -and Cygwin) \fBTcl_ConsolePanic\fR is equivalent to NULL. +only have one C runtime (almost all platforms except Windows) +\fBTcl_ConsolePanic\fR is equivalent to NULL. .PP \fBTcl_SetPanicProc\fR may be used to modify the behavior of \fBTcl_Panic\fR. The \fIpanicProc\fR argument should match the |