summaryrefslogtreecommitdiffstats
path: root/doc/Panic.3
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-01-22 03:03:16 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-01-22 03:03:16 (GMT)
commit08e3f7dd05c18643a725819eaa039838f70ac709 (patch)
tree5703d7f20604ea61ccd19930091a1c1cb4be338e /doc/Panic.3
parentaa7a81aef5d2a5e07732a9d10432071098bbe532 (diff)
downloadtcl-08e3f7dd05c18643a725819eaa039838f70ac709.zip
tcl-08e3f7dd05c18643a725819eaa039838f70ac709.tar.gz
tcl-08e3f7dd05c18643a725819eaa039838f70ac709.tar.bz2
mentions of 'panic' and 'panicVA' removed from the documentation.
Diffstat (limited to 'doc/Panic.3')
-rw-r--r--doc/Panic.316
1 files changed, 3 insertions, 13 deletions
diff --git a/doc/Panic.3 b/doc/Panic.3
index 3f10f88..5e1f0f0 100644
--- a/doc/Panic.3
+++ b/doc/Panic.3
@@ -2,14 +2,14 @@
'\" 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.3 2001/08/25 20:14:06 dgp Exp $
+'\" RCS: @(#) $Id: Panic.3,v 1.4 2004/01/22 03:03:16 davygrvy Exp $
'\"
.so man.macros
.TH Tcl_Panic 3 8.4 Tcl "Tcl Library Procedures"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
-Tcl_Panic, Tcl_PanicVA, Tcl_SetPanicProc, panic, panicVA \- report fatal error and abort
+Tcl_Panic, Tcl_PanicVA, Tcl_SetPanicProc \- report fatal error and abort
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
@@ -23,12 +23,6 @@ void
void
\fBTcl_SetPanicProc\fR(\fIpanicProc\fR)
.sp
-void
-\fBpanic\fR(\fIformat\fR, \fIarg\fR, \fIarg\fR, \fI...\fR)
-.sp
-void
-\fBpanicVA\fR(\fIformat\fR, \fIargList\fR)
-.sp
.SH ARGUMENTS
.AS Tcl_PanicProc *panicProc
.AP "CONST char*" format in
@@ -94,11 +88,7 @@ have a panic message displayed the same way that panic messages from Tcl
will be displayed.
.PP
\fBTcl_PanicVA\fR is the same as \fBTcl_Panic\fR except that instead of
-taking a variable number of arguments it takes an argument list. The
-procedures \fBpanic\fR and \fBpanicVA\fR are synonyms (implemented as
-macros) for \fBTcl_Panic\fR and \fBTcl_PanicVA\fR, respectively. They
-exist to support old code; new code should use direct calls to
-\fBTcl_Panic\fR or \fBTcl_PanicVA\fR.
+taking a variable number of arguments it takes an argument list.
.SH "SEE ALSO"
abort(3), printf(3), exec(n), format(n)