diff options
author | poenitz <poenitz> | 2000-09-07 14:27:45 (GMT) |
---|---|---|
committer | poenitz <poenitz> | 2000-09-07 14:27:45 (GMT) |
commit | 39d44b87548e38d667e0b1917f2fb2ee8d82958d (patch) | |
tree | f68040024b28950e64e8fe7aeaa92a7c84c31a7e /doc/regexp.n | |
parent | 68a252b7d9b1335f2236481163d17395a08c3327 (diff) | |
download | tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.zip tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.tar.gz tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.tar.bz2 |
New or changed "SEE ALSO" section.
Diffstat (limited to 'doc/regexp.n')
-rw-r--r-- | doc/regexp.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/regexp.n b/doc/regexp.n index 23140f5..2fe8546 100644 --- a/doc/regexp.n +++ b/doc/regexp.n @@ -4,7 +4,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.n,v 1.9 2000/04/14 06:42:32 hobbs Exp $ +'\" RCS: @(#) $Id: regexp.n,v 1.10 2000/09/07 14:27:50 poenitz Exp $ '\" .so man.macros .TH regexp n 8.3 Tcl "Tcl Built-In Commands" @@ -127,7 +127,7 @@ portion of the expression that wasn't matched), then the corresponding has been specified or to an empty string otherwise. .SH "SEE ALSO" -re_syntax(n) +re_syntax(n), regsub(n) .SH KEYWORDS match, regular expression, string |