--- stationlist.xml.5-orig	2004-07-13 07:44:24.431027400 -0400
+++ stationlist.xml.5	2004-07-13 07:44:33.339673080 -0400
@@ -48,6 +55,7 @@
 
 Channel settings are saved specific to norm and frequency table.
 
+.EX
     <?xml version="1.0"?>
     <!DOCTYPE stationlist PUBLIC "-//tvtime//DTD stationlist 1.0//EN"
       "http://tvtime.sourceforge.net/DTD/stationlist.dtd">
@@ -57,23 +65,25 @@
         ... station list
       </list>
     </stationlist>
+.EE
 
 That is, each norm/frequency combination will get its own section in the
 configuration file.  The frequencies name is not special, you can have
 frequencies="foobar" and running
 .br
-.h'4n'tvtime -f foobar
+    tvtime -f foobar
 .br
 will do the right thing.  The norm, however, must match the norm being
 used.
 
 Entries in a list are in the following form:
 
+.EX
     <station name="CNN" active="1" position="18"
              band="US Cable" channel="18"/>
     <station name="DSF" active="1" position="12"
              band="VHF E2-E12" channel="E12"/>
-
+.EE
 
 .SH STATIONS
 
@@ -135,8 +145,9 @@
 Custom channels can be included manually by specifying the frequency
 in megahertz:
 
-    <station name="2" active="1" position="0"
-             band="Custom" channel="55.69MHz"/>
+.EX
+<station name="2" active="1" position="0" band="Custom" channel="55.69MHz"/>
+.EE
 
 .TP
 .B norm

