summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-30 15:02:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-30 15:02:12 (GMT)
commitc2ac4e4f1a6af8291b828ddb4d6b48222b70b180 (patch)
tree949502b272dccd5435c638d3ed02f80c4419bf14 /doc/text.n
parent1cb97cda936da6947a516d695bf99589dbc7ff8d (diff)
downloadtk-c2ac4e4f1a6af8291b828ddb4d6b48222b70b180.zip
tk-c2ac4e4f1a6af8291b828ddb4d6b48222b70b180.tar.gz
tk-c2ac4e4f1a6af8291b828ddb4d6b48222b70b180.tar.bz2
Clarify search subcommand docs. [Bug 1622919]
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/text.n b/doc/text.n
index b903b85..bda42ca 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -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: text.n,v 1.48 2007/10/29 16:04:14 dkf Exp $
+'\" RCS: @(#) $Id: text.n,v 1.49 2007/10/30 15:02:14 dkf Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -1643,7 +1643,8 @@ with \fB\-\fR.
The matching range may be within a single line of text, or run across
multiple lines (if parts of the pattern can match a new-line). For
regular expression matching one can use the various newline-matching
-features such as \fB$\fR to match the end of a line, and to control
+features such as \fB$\fR to match the end of a line, \fB^\fR to match
+the beginning of a line, and to control
whether \fB.\fR is allowed to match a new-line.
.VE 8.5
If \fIstopIndex\fR is specified, the search stops at that index: