diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-26 13:22:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-26 13:22:10 (GMT) |
commit | 07256a2be53749c32aef1540f1872af131349343 (patch) | |
tree | af010b2c059ebdb9dc36243e7c6c37d02f9bf72f /doc/Panic.3 | |
parent | 22c94de04ae6d54b29babdf43862a5e859c050df (diff) | |
parent | b3e1ffc1797fa7eec61848d7a3f9d120afd0b0fe (diff) | |
download | tcl-07256a2be53749c32aef1540f1872af131349343.zip tcl-07256a2be53749c32aef1540f1872af131349343.tar.gz tcl-07256a2be53749c32aef1540f1872af131349343.tar.bz2 |
Merge 8.7
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 659b2fe..e8a5cb8 100644 --- a/doc/Panic.3 +++ b/doc/Panic.3 @@ -79,8 +79,8 @@ 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 not in a state of reliable operation. .PP -The result of \fBTcl_SetPanicProc\fR is the full Tcl version (e.g., -\fB"9.0.0"\fR). +The result of \fBTcl_SetPanicProc\fR is the full Tcl version with build +information (e.g., \fB9.0.0+abcdef...abcdef.gcc-1002\fR). .PP The typical use of \fBTcl_SetPanicProc\fR arranges for the error message to be displayed or reported in a manner more suitable for the |