diff options
author | das <das> | 2006-04-12 02:19:53 (GMT) |
---|---|---|
committer | das <das> | 2006-04-12 02:19:53 (GMT) |
commit | ae9fb6b9eec7da538d2413f60b7433b1aa141aa9 (patch) | |
tree | 3ac7927232ece8aed2cd09339f1bcce10fa0a83a /doc/re_syntax.n | |
parent | 4616dc02889e74e10888b73196e1961abc8f577f (diff) | |
download | tcl-ae9fb6b9eec7da538d2413f60b7433b1aa141aa9.zip tcl-ae9fb6b9eec7da538d2413f60b7433b1aa141aa9.tar.gz tcl-ae9fb6b9eec7da538d2413f60b7433b1aa141aa9.tar.bz2 |
fix make-html error
Diffstat (limited to 'doc/re_syntax.n')
-rw-r--r-- | doc/re_syntax.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/re_syntax.n b/doc/re_syntax.n index dece078..1017bc3 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.3 1999/07/14 19:09:36 jpeek Exp $ +'\" RCS: @(#) $Id: re_syntax.n,v 1.3.32.1 2006/04/12 02:19:53 das Exp $ '\" .so man.macros .TH re_syntax n "8.1" Tcl "Tcl Built-In Commands" @@ -279,8 +279,8 @@ Standard character classes are: .PP .RS .ne 5 -.nf .ta 3c +.nf \fBalpha\fR A letter. \fBupper\fR An upper-case letter. \fBlower\fR A lower-case letter. |