summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-08 16:53:32 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-08 16:53:32 (GMT)
commite2254765194c69d7e73a9ee9a4a99a124ab6be76 (patch)
tree82120dd990951ba1bc511503faad20cba58341a8 /doc
parentd39e6a5c3d589c46796ee1ec9a69d5a19e31a466 (diff)
downloadtcl-e2254765194c69d7e73a9ee9a4a99a124ab6be76.zip
tcl-e2254765194c69d7e73a9ee9a4a99a124ab6be76.tar.gz
tcl-e2254765194c69d7e73a9ee9a4a99a124ab6be76.tar.bz2
* doc/tm.n: Added underscore to the set of characters accepted in
module names. This is true for quite some time in the code, this change catches up the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/tm.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tm.n b/doc/tm.n
index df6d907..6c5fe03 100644
--- a/doc/tm.n
+++ b/doc/tm.n
@@ -1,10 +1,10 @@
'\"
-'\" Copyright (c) 2004-2008 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+'\" Copyright (c) 2004-2010 Andreas Kupries <andreas_kupries@users.sourceforge.net>
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tm.n,v 1.14.2.3 2009/12/16 14:04:05 dkf Exp $
+'\" RCS: @(#) $Id: tm.n,v 1.14.2.4 2010/09/08 16:53:32 andreas_kupries Exp $
'\"
.so man.macros
.TH tm n 8.5 Tcl "Tcl Built-In Commands"
@@ -94,7 +94,7 @@ package.
.PP
The name of a module file has to match the regular expression:
.CS
-([[:alpha:]][:[:alnum:]]*)-([[:digit:]].*)\e.tm
+([_[:alpha:]][:_[:alnum:]]*)-([[:digit:]].*)\e.tm
.CE
.PP
The first capturing parentheses provides the name of the package, the