diff options
author | jpeek <jpeek> | 1999-07-14 19:09:36 (GMT) |
---|---|---|
committer | jpeek <jpeek> | 1999-07-14 19:09:36 (GMT) |
commit | 4c2deb2f3b5ab0f61d6919c3849ffca221c74df0 (patch) | |
tree | f92b6354c32b6d3d9a4b807004d98670dcd3d87a /doc | |
parent | 06ff6e681a71080137c65ac694486159b577f336 (diff) | |
download | tcl-4c2deb2f3b5ab0f61d6919c3849ffca221c74df0.zip tcl-4c2deb2f3b5ab0f61d6919c3849ffca221c74df0.tar.gz tcl-4c2deb2f3b5ab0f61d6919c3849ffca221c74df0.tar.bz2 |
Deleted sentence as suggested by Scott Stanton
Diffstat (limited to 'doc')
-rw-r--r-- | doc/re_syntax.n | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/re_syntax.n b/doc/re_syntax.n index 4e018bc..dece078 100644 --- a/doc/re_syntax.n +++ b/doc/re_syntax.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: re_syntax.n,v 1.2 1999/07/13 02:07:37 jpeek Exp $ +'\" RCS: @(#) $Id: re_syntax.n,v 1.3 1999/07/14 19:09:36 jpeek Exp $ '\" .so man.macros .TH re_syntax n "8.1" Tcl "Tcl Built-In Commands" @@ -650,10 +650,6 @@ Expanded-syntax white-space characters are blank, tab, newline, and .VS 8.2 any character that belongs to the \fIspace\fR character class. .VE 8.2 -Exactly how a multi-line expanded-syntax RE -can be entered interactively by a user, -if at all, is application-specific; -expanded syntax is primarily a scripting facility. .PP Finally, in an ARE, outside bracket expressions, the sequence `\fB(?#\fIttt\fB)\fR' |