summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChnlStack.32
-rw-r--r--doc/CrtChnlHdlr.34
-rw-r--r--doc/apply.n2
-rw-r--r--doc/prefix.n4
-rw-r--r--doc/re_syntax.n2
5 files changed, 6 insertions, 8 deletions
diff --git a/doc/ChnlStack.3 b/doc/ChnlStack.3
index b046cd2..ea219f4 100644
--- a/doc/ChnlStack.3
+++ b/doc/ChnlStack.3
@@ -91,7 +91,7 @@ channels the supplied channel is part of.
channels which is just below the supplied channel.
.SH "SEE ALSO"
-Notifier(3), Tcl_CreateChannel(3), Tcl_OpenFileChannel(3), vwait(n).
+Notifier(3), Tcl_CreateChannel(3), Tcl_OpenFileChannel(3), vwait(n)
.SH KEYWORDS
channel, compression
diff --git a/doc/CrtChnlHdlr.3 b/doc/CrtChnlHdlr.3
index 0ecd3c9..86eb02c 100644
--- a/doc/CrtChnlHdlr.3
+++ b/doc/CrtChnlHdlr.3
@@ -84,6 +84,6 @@ is invoked.
For this reason it may be useful to use nonblocking I/O on channels
for which there are event handlers.
.SH "SEE ALSO"
-Notifier(3), Tcl_CreateChannel(3), Tcl_OpenFileChannel(3), vwait(n).
+Notifier(3), Tcl_CreateChannel(3), Tcl_OpenFileChannel(3), vwait(n)
.SH KEYWORDS
-blocking, callback, channel, events, handler, nonblocking.
+blocking, callback, channel, events, handler, nonblocking
diff --git a/doc/apply.n b/doc/apply.n
index aeb2227..5efddbb 100644
--- a/doc/apply.n
+++ b/doc/apply.n
@@ -96,7 +96,7 @@ set vbl abc
.SH "SEE ALSO"
proc(n), uplevel(n)
.SH KEYWORDS
-anonymous function, argument, lambda, procedure,
+anonymous function, argument, lambda, procedure
'\" Local Variables:
'\" mode: nroff
'\" End:
diff --git a/doc/prefix.n b/doc/prefix.n
index 50aa2fb..08336ef 100644
--- a/doc/prefix.n
+++ b/doc/prefix.n
@@ -32,14 +32,14 @@ Returns a list of all elements in \fItable\fR that begin with the prefix
Returns the longest common prefix of all elements in \fItable\fR that
begin with the prefix \fIstring\fR.
.TP
-\fB::tcl::prefix match\fR ?\fIoptions\fR? \fItable\fR \fIstring\fR
+\fB::tcl::prefix match\fR ?\fIoption ...\fR? \fItable string\fR
.
If \fIstring\fR equals one element in \fItable\fR or is a prefix to exactly
one element, the matched element is returned. If not, the result depends
on the \fB\-error\fR option. (It is recommended that the \fItable\fR be sorted
before use with this subcommand, so that the list of matches presented in the
error message also becomes sorted, though this is not strictly necessary for
-the operation of this subcommand itself.)
+the operation of this subcommand itself.) The following options are supported:
.RS
.TP
\fB\-exact\fR\0
diff --git a/doc/re_syntax.n b/doc/re_syntax.n
index ef8c570..c50319f 100644
--- a/doc/re_syntax.n
+++ b/doc/re_syntax.n
@@ -6,8 +6,6 @@
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.so man.macros
-.ie '\w'o''\w'\C'^o''' .ds qo \C'^o'
-.el .ds qo u
.TH re_syntax n "8.1" Tcl "Tcl Built-In Commands"
.BS
.SH NAME