--- tvtime.xml.5-orig	2005-01-13 13:06:43.000000000 -0500
+++ tvtime.xml.5	2005-01-13 13:08:03.000000000 -0500
@@ -46,11 +46,13 @@
 
 The global syntax is as follows:
 
+.nf
     <?xml version="1.0"?>
     <!DOCTYPE tvtime PUBLIC "-//tvtime//DTD tvtime 1.0//EN"
       "http://tvtime.sourceforge.net/DTD/tvtime1.dtd">
     <tvtime xmlns="http://tvtime.sourceforge.net/DTD/">
     </tvtime>
+.fi
 
 You can find the DTD and other information about the XML configuration
 files at
@@ -476,14 +478,16 @@
 bound to the command as well as a mouse button
 .RI ( 4 ).
 
+.nf
     <bind command="channel_inc">
       <keyboard key="up"/>
       <keyboard key="k"/>
       <mouse button="4"/>
     </bind>
+.fi
 
 Some commands can take arguments, for example, the
-.IT SCREENSHOT
+.IR SCREENSHOT
 command can take an argument for the filename.  Arguments can be given
 to a key binding as follows:
 

