diff --git a/tconfpy.3 b/tconfpy.3
index 0364095..91f70f6 100644
--- a/tconfpy.3
+++ b/tconfpy.3
@@ -125,6 +125,8 @@
             self.ErrMsgs       = []
             self.WarnMsgs      = []
             self.LiteralLines  = []
+            self.TotalLines    = 0
+            self.Visited       = []
             self.Templates     = Template()
             self.ALLOWNEWVAR   = True
             self.TEMPONLY      = False
@@ -132,7 +134,7 @@
             self.INLITERAL     = False
             self.DEBUG         = False
             self.CondStack     = [["", True],]
-            self.TotalLines    = 0
+
 .fi
 .ft \" revert
 
@@ -1309,13 +1311,13 @@
 they were discovered in the configuration file.
 
 .TP
-.b retval.TotalLines
+.B retval.TotalLines
 
 Contains a count of the number of the total number of lines processed during
 the parse.
 
 .TP
-.b retval.Visited
+.B retval.Visited
 
 Contains a list of all the configuration files and/or in-memory configurations
 processed.
@@ -3246,4 +3248,4 @@
 .ft \" revert
 
 .SH DOCUMENT REVISION INFORMATION
-$Id: tconfpy.3,v 1.155 2005/01/20 00:05:12 tundra Exp $
+$Id: tconfpy.3,v 1.156 2005/01/20 00:07:38 tundra Exp $