From c2ac4e4f1a6af8291b828ddb4d6b48222b70b180 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 30 Oct 2007 15:02:12 +0000 Subject: Clarify search subcommand docs. [Bug 1622919] --- ChangeLog | 4 ++++ doc/text.n | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1780348..2a7c6aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-30 Donal K. Fellows + + * doc/text.n: Clarify search subccommand docs. [Bug 1622919] + 2007-10-29 Jeff Hobbs * macosx/tkMacOSXFont.c (InitSystemFonts): 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: -- cgit v0.12