summaryrefslogtreecommitdiffstats
path: root/examples/src_packaging/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-0/+11
652ee1'>bug_2a94652ee1 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat
-rw-r--r--ChangeLog4
-rw-r--r--doc/NRE.36
-rw-r--r--doc/Tcl_Main.34
-rw-r--r--doc/zlib.n14
4 files changed, 15 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 230e726..a68bea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
*** 8.6b1 TAGGED FOR RELEASE ***
+ * doc/NRE.3: Formatting errors found by `make html`
+ * doc/Tcl_Main.3:
+ * doc/zlib.n:
+
* tests/chanio.test: Add missing [removeFile] cleanups.
* tests/io.test: Add missing [close $f] to io-73.2.
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 */
diff --git a/doc/Tcl_Main.3 b/doc/Tcl_Main.3