summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2010-09-08 16:53:20 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2010-09-08 16:53:20 (GMT)
commitc6642dce2223a2e48cb936f8438aff82852f7580 (patch)
tree650c604b6696fc66b59e866f428e4bf278a0eaea /doc
parent02d0fe63656b96470999cd749c02f0f138bf9b84 (diff)
downloadtcl-c6642dce2223a2e48cb936f8438aff82852f7580.zip
tcl-c6642dce2223a2e48cb936f8438aff82852f7580.tar.gz
tcl-c6642dce2223a2e48cb936f8438aff82852f7580.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. FossilOrigin-Name: 70f58d0c67d4a22351340a90628eb4fd38f3a65c
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 1b6a5f7..09673db 100644
--- a/doc/tm.n
+++ b/doc/tm.n
@@ -1,10 +1,10 @@
'\"
-'\" Copyright (c) 2004 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.19 2009/12/16 14:01:11 dkf Exp $
+'\" RCS: @(#) $Id: tm.n,v 1.20 2010/09/08 16:53:20 andreas_kupries Exp $
'\"
.so man.macros
.TH tm n 8.5 Tcl "Tcl Built-In Commands"
@@ -98,7 +98,7 @@ package.
The name of a module file has to match the regular expression:
.PP
.CS
-([[:alpha:]][:[:alnum:]]*)-([[:digit:]].*)\e.tm
+([_[:alpha:]][:_[:alnum:]]*)-([[:digit:]].*)\e.tm
.CE
.PP
The first capturing parentheses provides the name of the package, the