summaryrefslogtreecommitdiffstats
path: root/doc/Panic.3
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-08-07 02:54:30 (GMT)
committerhobbs <hobbs>2001-08-07 02:54:30 (GMT)
commit482467187288998a18883875e9886a29b44bf744 (patch)
tree0b53c099441e961e44dbc37abd772e3cf18a8f08 /doc/Panic.3
parent1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e (diff)
downloadtcl-482467187288998a18883875e9886a29b44bf744.zip
tcl-482467187288998a18883875e9886a29b44bf744.tar.gz
tcl-482467187288998a18883875e9886a29b44bf744.tar.bz2
corrected minor nroff transgressions
Diffstat (limited to 'doc/Panic.3')
-rw-r--r--doc/Panic.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Panic.3 b/doc/Panic.3
index c7b0f8c..cc3b17f 100644
--- a/doc/Panic.3
+++ b/doc/Panic.3
@@ -2,7 +2,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Panic.3,v 1.1 2001/06/08 20:06:11 dgp Exp $
+'\" RCS: @(#) $Id: Panic.3,v 1.2 2001/08/07 02:59:14 hobbs Exp $
'\"
.so man.macros
.TH Tcl_Panic 3 8.4 Tcl "Tcl Library Procedures"
@@ -68,7 +68,7 @@ typedef void Tcl_PanicProc( CONST char *\fBformat\fR,
After \fBTcl_SetPanicProc\fR returns, any future calls to
\fBTcl_Panic\fR will call \fIpanicProc\fR, passing along the
\fIformat\fR and \fIarg\fR arguments. To maintain consistency with the
-callers of \fBTcl_Panic\fR, \fIpanicProc\fB must not return; it must
+callers of \fBTcl_Panic\fR, \fIpanicProc\fR must not return; it must
call \fBabort\fR. \fIpanicProc\fR should avoid making calls into the
Tcl library, or into other libraries that may call the Tcl library,
since the original call to \fBTcl_Panic\fR indicates the Tcl library is