summaryrefslogtreecommitdiffstats
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
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:
-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
index cca8158..e37ffe4 100644
--- a/doc/Tcl_Main.3
+++ b/doc/Tcl_Main.3
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Tcl_Main.3,v 1.19 2008/12/15 15:48:33 dgp Exp $
+'\" RCS: @(#) $Id: Tcl_Main.3,v 1.20 2008/12/19 18:23:04 dgp Exp $
'\"
.so man.macros
.TH Tcl_Main 3 8.4 Tcl "Tcl Library Procedures"
@@ -125,7 +125,7 @@ where \fIfileName\fR does not begin with the character \fI\-\fR,
then \fIfileName\fR is taken to be the name of a file containing
a \fIstartup script\fR, and \fIname\fR is taken to be the name
of the encoding of the contents of that file. \fBTcl_Main\fR
-then calls \fRTcl_SetStartupScript\fR with these values.
+then calls \fBTcl_SetStartupScript\fR with these values.
.PP
\fBTcl_Main\fR then defines in its master interpreter
the Tcl variables \fIargc\fR, \fIargv\fR, \fIargv0\fR, and
diff --git a/doc/zlib.n b/doc/zlib.n
index 45bfd1d..e3c2122 100644
--- a/doc/zlib.n
+++ b/doc/zlib.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: zlib.n,v 1.5 2008/12/18 10:37:43 dkf Exp $
+'\" RCS: @(#) $Id: zlib.n,v 1.6 2008/12/19 18:23:04 dgp Exp $
'\"
.so man.macros
.TH zlib n 8.6 Tcl "Tcl Built-In Commands"
@@ -143,7 +143,7 @@ zlib-format data on \fIchannel\fR, which must be writable.
\fBdecompress\fR
.
The transformation will be a decompressing transformation that reads
-zlib-format data from \fIchannel\R, which must be readable.
+zlib-format data from \fIchannel\fR, which must be readable.
.TP
\fBdeflate\fR
.
@@ -153,7 +153,7 @@ compressed data on \fIchannel\fR, which must be writable.
\fBgunzip\fR
.
The transformation will be a decompressing transformation that reads
-gzip-format data from \fIchannel\R, which must be readable.
+gzip-format data from \fIchannel\fR, which must be readable.
.TP
\fBgzip\fR
.
@@ -163,7 +163,7 @@ gzip-format data on \fIchannel\fR, which must be writable.
\fBinflate\fR
.
The transformation will be a decompressing transformation that reads raw
-compressed data from \fIchannel\R, which must be readable.
+compressed data from \fIchannel\fR, which must be readable.
.PP
The following options may be set when creating a transformation:
.TP
@@ -269,7 +269,7 @@ the transformed data.
The full set of subcommands supported by a streaming instance command,
\fIstream\fR, is as follows:
.TP
-\fIstream \fBadd\fR ?\fIoption\fR? \Idata\fR
+\fIstream \fBadd\fR ?\fIoption\fR? \fIdata\fR
.
A short-cut for
.QW "\fIstream \fBput \fIoption data\fR"
@@ -375,9 +375,7 @@ set compData [$\fIstrm \fBget\fR]
$\fIstrm \fBclose\fR
.CE
.SH "SEE ALSO"
-binary(n), chan(n), encoding(n), Tcl_ZlibDeflate(3)
-.br
-RFC1950 \- RFC1952
+binary(n), chan(n), encoding(n), Tcl_ZlibDeflate(3), RFC1950 \- RFC1952
.SH "KEYWORDS"
compress, decompress, deflate, gzip, inflate
'\" Local Variables: