summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-12-06 01:42:00 (GMT)
committerdas <das>2006-12-06 01:42:00 (GMT)
commit61ae1221ffc763eea8079682dbd415fe70033222 (patch)
treeca9531eaa9e94fe806396c386b933dc9f4d0d36d
parentb0bd3d8ae20a81928328e772d4b106966f1c3fe2 (diff)
downloadtcl-61ae1221ffc763eea8079682dbd415fe70033222.zip
tcl-61ae1221ffc763eea8079682dbd415fe70033222.tar.gz
tcl-61ae1221ffc763eea8079682dbd415fe70033222.tar.bz2
fix errors flagged by make/html
-rw-r--r--doc/chan.n6
-rw-r--r--doc/mathfunc.n4
-rw-r--r--doc/platform_shell.n6
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/chan.n b/doc/chan.n
index 9e51251..517d7b6 100644
--- a/doc/chan.n
+++ b/doc/chan.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: chan.n,v 1.7 2006/12/01 15:55:44 dgp Exp $
+'\" RCS: @(#) $Id: chan.n,v 1.8 2006/12/06 01:42:00 das Exp $
.so man.macros
.TH chan n 8.5 Tcl "Tcl Built-In Commands"
.BS
@@ -495,9 +495,9 @@ only those channel names that match it (according to the rules of
.TP
\fBchan pending \fImode channelId\fR
.
-Depending on whether \fImode\fr is "input" or "output", returns the number of
+Depending on whether \fImode\fR is "input" or "output", returns the number of
bytes of input or output (respectively) currently buffered
-internally for \fIchannelId\fr (especially useful in a readable event
+internally for \fIchannelId\fR (especially useful in a readable event
callback to impose application-specific limits on input line lengths to avoid
a potential denial-of-service attack where a hostile user crafts
an extremely long line that exceeds the available memory to buffer it).
diff --git a/doc/mathfunc.n b/doc/mathfunc.n
index fdc92c7..1b2cf83 100644
--- a/doc/mathfunc.n
+++ b/doc/mathfunc.n
@@ -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: mathfunc.n,v 1.12 2006/12/01 19:59:59 kennykb Exp $
+'\" RCS: @(#) $Id: mathfunc.n,v 1.13 2006/12/06 01:42:00 das Exp $
'\"
.so man.macros
.TH mathfunc n 8.5 Tcl "Tcl Mathematical Functions"
@@ -51,7 +51,7 @@ package require \fBTcl 8.5\fR
.br
\fB::tcl::mathfunc::int\fR \fIarg\fR
.br
-\fB::tcl::mathfunc::isqrt\fR \fIarg \F
+\fB::tcl::mathfunc::isqrt\fR \fIarg\fR
.br
\fB::tcl::mathfunc::log\fR \fIarg\fR
.br
diff --git a/doc/platform_shell.n b/doc/platform_shell.n
index d8ef12a..bbeba9f 100644
--- a/doc/platform_shell.n
+++ b/doc/platform_shell.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: platform_shell.n,v 1.1 2006/12/05 18:47:00 andreas_kupries Exp $
+'\" RCS: @(#) $Id: platform_shell.n,v 1.2 2006/12/06 01:42:00 das Exp $
'\"
.so man.macros
.TH "platform::shell" n 1.0.2 platform::shell "Tcl Bundled Packages"
@@ -45,11 +45,11 @@ software.
.SH COMMANDS
.TP
\fBplatform::shell::identify \fIshell\fR
-This command does the same identification as \fplatform::identify\fR,
+This command does the same identification as \fBplatform::identify\fR,
for the specified Tcl shell, in contrast to the running shell.
.TP
\fBplatform::shell::generic \fIshell\fR
-This command does the same identification as \fplatform::generic\fR,
+This command does the same identification as \fBplatform::generic\fR,
for the specified Tcl shell, in contrast to the running shell.
.TP
\fBplatform::shell::platform \fIshell\fR