From a8f2741ddb6fdd6e8e367616711f97318c644db3 Mon Sep 17 00:00:00 2001
From: Marc Fonvieille <blackend@FreeBSD.org>
Date: Sun, 3 Nov 2002 11:32:48 +0000
Subject: [PATCH] -Add missing application tags -Be more consistent on
 "Anonymous CVS" name in section 21.3

---
 en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
index fcbf9a6c92..848f98baa1 100644
--- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
@@ -549,7 +549,7 @@ subscribe cvs-all</programlisting>
       of interest to you.  Updates are generated on the fly by the server,
       according to what you have and what you want to have.
       <application>Anonymous CVS</application> is quite a bit more
-      simplistic than CVSup in that it is just an extension to
+      simplistic than <application>CVSup</application> in that it is just an extension to
       <application>CVS</application> which allows it to pull changes
       directly from a remote CVS repository.
       <application>CVSup</application> can do this far more efficiently,
@@ -580,8 +580,8 @@ subscribe cvs-all</programlisting>
       <application>CTM</application> will not do this, and if you wipe some
       portion of your source tree out (and do not have it backed up) then
       you will have to start from scratch (from the most recent CVS
-      <quote>base delta</quote>) and rebuild it all with CTM or, with
-      anoncvs, simply delete the bad bits and resync.</para>
+      <quote>base delta</quote>) and rebuild it all with <application>CTM</application> or, with
+      <application>Anonymous CVS</application>, simply delete the bad bits and resync.</para>
   </sect1>
 
   <sect1 id="makeworld">