diff options
author | jpeek <jpeek> | 1999-06-24 21:15:13 (GMT) |
---|---|---|
committer | jpeek <jpeek> | 1999-06-24 21:15:13 (GMT) |
commit | 9f6f5c519abd3e4640e5fed701205a348b0bf006 (patch) | |
tree | eefaa1eee86447d2b23facd48fa29800b023a37d /doc/RegExp.3 | |
parent | 79d36b8166d773a6f2740a59820c30748c102226 (diff) | |
download | tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.zip tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.tar.gz tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.tar.bz2 |
Moved description of regular expression syntax from regexp.n into a
new re_syntax.n page. Modified other pages' references to regexp(n).
Added a few new "see also" entries pointing to re_syntax(n).
Diffstat (limited to 'doc/RegExp.3')
-rw-r--r-- | doc/RegExp.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/RegExp.3 b/doc/RegExp.3 index 9fefdaf..c8e8887 100644 --- a/doc/RegExp.3 +++ b/doc/RegExp.3 @@ -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: RegExp.3,v 1.4 1999/06/17 19:32:21 stanton Exp $ +'\" RCS: @(#) $Id: RegExp.3,v 1.5 1999/06/24 21:15:13 jpeek Exp $ '\" .so man.macros .TH Tcl_RegExpMatch 3 8.1 Tcl "Tcl Library Procedures" @@ -340,6 +340,7 @@ found, this will be the same as the beginning of the current match. If no match was found, then it indicates the earliest point at which a match might occur if additional text is appended to the string. .VE 8.1 - +.SH "SEE ALSO" +re_syntax(n) .SH KEYWORDS match, pattern, regular expression, string, subexpression, Tcl_RegExpIndices, Tcl_RegExpInfo |