diff --git a/test-tc.1 b/test-tc.1
index 2e87287..c53adae 100644
--- a/test-tc.1
+++ b/test-tc.1
@@ -20,18 +20,18 @@
 
 .ft C \" courier
 .nf
-Name    Val       RO    Type         Def   Legal Values                Min/Max
-------------------------------------------------------------------------------
+Name   Val     RO    Type    Def  Legal Values                  Min/Max
+------------------------------------------------------------------------
 
-int1    1         True  TYPE_INT     0    [1, 2, 23]                   None None 
-int2    1         True  TYPE_INT     0    []                           1    30   
-float1  1.0       None  TYPE_FLOAT   0.5  [3.14, 2.73]                 None None 
-float2  1.0       None  TYPE_FLOAT   0.5  []                           -1.2 0.5  
-str1    "stringy" None  None         None [r'^box$', r'^Bax', r'a+bc'] 3    8    
-cmplx1  4+5j      None  TYPE_COMPLEX 0-0j []                           None None 
-cmplx2  4+5j      None  TYPE_COMPLEX 0-0j [1-1j 1+1j]                  None None 
-bool1   True      None  TYPE_BOOL    None None                         None None 
-ro1     "ReadVar" False None         None None                         None None 
+int1   1       True  int     0    [1, 2, 23]                   None None 
+int2   1       True  int     0    []                           1    30   
+float1 1.0     None  float   0.5  [3.14, 2.73]                 None None 
+float2 1.0     None  float   0.5  []                           -1.2 0.5  
+str1 "stringy" None  None    None [r'^box$', r'^Bax', r'a+bc'] 3    8    
+cmplx1 4+5j    None  complex 0-0j []                           None None 
+cmplx2 4+5j    None  complex 0-0j [1-1j 1+1j]                  None None 
+bool1  True    None  boolean None None                         None None 
+ro1  "ReadVar" False None         None None                    None None 
 .fi
 .ft \" revert
 
@@ -174,4 +174,4 @@
 .ft \" revert
 
 .SH DOCUMENT REVISION INFORMATION
-$Id: test-tc.1,v 1.112 2005/01/20 10:08:50 tundra Exp $
\ No newline at end of file
+$Id: test-tc.1,v 1.113 2005/01/20 10:35:04 tundra Exp $
\ No newline at end of file