summaryrefslogtreecommitdiffstats
path: root/doc/AddErrInfo.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-01-21 23:03:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-01-21 23:03:52 (GMT)
commit9fc36886d65d9528baf88a93e59957a5b125b778 (patch)
tree9acc6e7663aa20fff2631c0b113899218b569067 /doc/AddErrInfo.3
parentc0820abc21f24df06915c420f63efab64af79dac (diff)
downloadtcl-9fc36886d65d9528baf88a93e59957a5b125b778.zip
tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.gz
tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.bz2
More small bits of doc polishing
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r--doc/AddErrInfo.37
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index d3289aa..21b75cb 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -13,7 +13,7 @@ Tcl_GetReturnOptions, Tcl_SetReturnOptions, Tcl_AddErrorInfo, Tcl_AppendObjToErr
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
-.sp
+
Tcl_Obj *
\fBTcl_GetReturnOptions\fR(\fIinterp, code\fR)
.sp
@@ -28,8 +28,9 @@ int
.sp
\fBTcl_SetObjErrorCode\fR(\fIinterp, errorObjPtr\fR)
.sp
-\fBTcl_SetErrorCode\fR(\fIinterp, element, element, ... \fB(char *)NULL\fR)
+\fBTcl_SetErrorCode\fR(\fIinterp, element, element, ... \fBNULL\fR)
.sp
+int
\fBTcl_GetErrorLine\fR(\fIinterp\fR)
.sp
\fBTcl_SetErrorLine\fR(\fIinterp, lineNum\fR)
@@ -37,8 +38,8 @@ int
const char *
\fBTcl_PosixError\fR(\fIinterp\fR)
.sp
-void
\fBTcl_LogCommandInfo\fR(\fIinterp, script, command, commandLength\fR)
+.fi
.SH ARGUMENTS
.AS Tcl_Interp commandLength
.AP Tcl_Interp *interp in