summaryrefslogtreecommitdiffstats
path: root/doc/NRE.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-19 18:23:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-19 18:23:04 (GMT)
commiteb4fe33c3e35050c9feb2b4aadd786f8aae7bc64 (patch)
tree9e320c949d5ded2ac38b8ab2b9f0933089206689 /doc/NRE.3
parentb583eaf3ffd7fc282474c0c86517fcb2532868d0 (diff)
downloadtcl-eb4fe33c3e35050c9feb2b4aadd786f8aae7bc64.zip
tcl-eb4fe33c3e35050c9feb2b4aadd786f8aae7bc64.tar.gz
tcl-eb4fe33c3e35050c9feb2b4aadd786f8aae7bc64.tar.bz2
* doc/NRE.3: Formatting errors found by `make html`
* doc/Tcl_Main.3: * doc/zlib.n:
Diffstat (limited to 'doc/NRE.3')
-rw-r--r--doc/NRE.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/NRE.3 b/doc/NRE.3
index a453219..331e406 100644
--- a/doc/NRE.3
+++ b/doc/NRE.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: NRE.3,v 1.2 2008/12/15 23:42:01 patthoyts Exp $
+'\" RCS: @(#) $Id: NRE.3,v 1.3 2008/12/19 18:23:04 dgp Exp $
'\"
.so man.macros
.TH NRE 3 8.6 Tcl "Tcl Library Procedures"
@@ -111,7 +111,7 @@ does not delete any existing command of the same name, and returns NULL.
.PP
The \fIproc\fR and \fInreProc\fR function are expected to conform to
all the rules set forth for the \fIproc\fR argument to
-\fBTcl_CreateObjCommand\fR(3) (\Iq.v.\fR).
+\fBTcl_CreateObjCommand\fR(3) (\fIq.v.\fR).
.PP
When a command that is written to cope with evaluation via trampoline
is invoked without a trampoline on the stack, it will usually respond
@@ -269,7 +269,7 @@ int
TheCmdNRPostProc
\fBClientData\fR \fIdata\fR[],
\fBTcl_Interp\fR *\fIinterp\fR,
- int \fRresult\fR
+ int \fIresult\fR
{
/* \fIdata[0] .. data[4]\fR are the four words of data
* passed to \fBTcl_NREvalObj\fR */