diff --git mythtv/docs/mythtv-HOWTO.sgml mythtv/docs/mythtv-HOWTO.sgml
index f02c07e..c0d2d32 100644
--- mythtv/docs/mythtv-HOWTO.sgml
+++ mythtv/docs/mythtv-HOWTO.sgml
@@ -162,7 +162,7 @@ Ignore at your own peril.
 <eps file="add.eps" height="1cm">
 <img src="add.png">
 <caption>
-Feature that has been added to SVN (subversion, a revision control system)
+Feature that has been added to git (distributed version control system)
 but is not available in the current release.
 </caption>
 </figure>
@@ -814,7 +814,8 @@ and executing:
 <sect>System Configuration Requirements for Compiling MythTV. <label
 id="Setting_up_paths">
 <p>Before you compile MythTV from the current source tarball or from
-<bf>subversion</bf>, you may need to modify your system configuration in a
+<url url="http://github.com/MythTV/" name="http://github.com/MythTV/">,
+you may need to modify your system configuration in a
 few ways.
 
 In general, if you install MythTV from pre-packaged binaries for your Linux
@@ -918,18 +919,19 @@ tarball is a static file and won't include any fixes for issues discovered
 after the tarball was created.
 
 The recommended solution is to download the source using
-<bf>subversion</bf> to ensure that you've got the latest fixes.
+<bf>git</bf> to ensure that you've got the latest fixes.
 
-When using subversion, there are some other choices that need to be made:
+When using git, there are some other choices that need to be made:
 <itemize>
-<item>Do you want to run the stable release of MythTV?  If yes, download from the "release-0-23-fixes" branch.
+<item>Do you want to run the stable release of MythTV?  If yes, use "git checkout 0.23"
+for example.
 <item>Do you want to run the absolute latest developer code?  If yes, you <em>must</em>
 join the <url url="http://www.mythtv.org/mailman/listinfo/mythtv-commits/"
 name="http://www.mythtv.org/mailman/listinfo/mythtv-commits/"> and <url
 url="http://www.mythtv.org/mailman/listinfo/mythtv-dev/"
 name="http://www.mythtv.org/mailman/listinfo/mythtv-dev/"> mailing lists to
-keep up to date with the current status of the code.  Code obtained from
-subversion has no guarantees regarding stability, etc.  The latest code will be in "trunk".
+keep up to date with the current status of the code.  If MythTV is built from
+the "master" branch, there are no guarantees regarding stability, etc.
 </itemize>
 
 If you are in North America you will use the Schedules Direct grabber which is
@@ -957,30 +959,37 @@ program.
 
 <label id="manually_building_mythtv">
 <sect1>Manually building MythTV
-<p>If you are going to use <bf>subversion</bf>, execute the following
-instructions to obtain the latest <em>trunk</em> version of MythTV.
+<p>If you are going to use
+<url url="http://github.com/MythTV/" name="http://github.com/MythTV/">,
+execute the following to obtain a complete copy of MythTV source.
 
-To use the <em>release</em> version, you can execute the following.  You are
-strongly encouraged to use the release version.
+<tscreen><verb>
+$ git clone https://github.com/MythTV/mythtv.git
+$ cd mythtv
+</verb></tscreen>
+
+To use a <em>release</em> version (0.23, for example), execute the following.
+You are strongly encouraged to use the release version.
 
 <tscreen><verb>
-$ svn co http://svn.mythtv.org/svn/branches/release-0-23-fixes/ mythtv-0.23
-$ cd mythtv-0.23
+$ git checkout 0.23
 </verb></tscreen>
 
-To download trunk:
+To use master (previously known as trunk):
 
 <tscreen><verb>
-$ svn co http://svn.mythtv.org/svn/trunk/ mythtv-trunk
-$ cd mythtv-trunk
+$ git checkout master
 </verb></tscreen>
 
-<bf>NOTE</bf>:  Using a svn version of the code allows you to stay
+<bf>NOTE</bf>:  Using a git version of the code allows you to stay
 up-to-date with changes.  So, if there's an update to the 0.23 release and
-you originally obtained it using svn, you could enter the
-mythtv-0.23 directory and type "svn up", which will update your copy
-with the fixed version from the website.  You would then recompile and
-install the updated 0.23 code.
+you originally obtained it from
+<url url="http://github.com/MythTV/" name="http://github.com/MythTV/">,
+you could enter the
+mythtv directory and type "git pull", which will update your copy
+with the latest version from
+<url url="http://github.com/MythTV/" name="http://github.com/MythTV/">.
+You would then recompile and install the updated 0.23 code.
 
 If you are using the tarball, then unpack it:
 <tscreen><verb>
@@ -4206,7 +4215,7 @@ $ cd ~/mythplugins-0.23
 $ ./configure --disable-all --enable-opengl --enable-mythgallery
 $ qmake mythplugins.pro
 $ make
-# su
+$ su
 # make install
 # exit
 $
@@ -6386,8 +6395,8 @@ to tune to a channel.
 Lower case = seen
 
 Upper Case = seen & good
-<!-- For 0.24, add: <item>t/F/T = Tune  : Tuning status (pending/failed/tuned) -->
 <itemize>
+<item>t/F/T = Tune  : Tuning status (pending/failed/tuned)
 <item>l/L = Lock  : This could be seen by PVR-250/BTTV users
 <item>a/A = PAT   : Any recording transmitted in MPEG
 <item>m/M = PMT   : Any recording transmitted in MPEG
