-This page describes how to build and release BOSCO, an enhanced version of Condor that is easy to install and use to submit jobs to remote batch systems that the user can only access via ssh.
+This page describes how to build and release BOSCO, an enhanced version of HTCondor that is easy to install and use to submit jobs to remote batch systems that the user can only access via ssh.
 
-The code for BOSCO lives on V7_7-bosco-publicbranch in the Condor git repository. It closely follows the master branch and will eventually be merged into master as a contrib module.
+The code for BOSCO lives on V7_7-bosco-publicbranch in the HTCondor git repository. It closely follows the master branch and will eventually be merged into master as a contrib module.
 
 Currently, we build BOSCO in the new BaTLab and copy the stripped tarballs to our ftp server. The tarballs are linked to from the BOSCO homepage (https://twiki.grid.iu.edu/bin/view/CampusGrids/BoSCO).
 
@@ -13,4 +13,4 @@
 
 Once the build completes, extract the stripped tarballs for each platform from the appropriate =results.tar.gz=. On AFS, make a directory under =/p/condor/public/ftp/bosco/= named with the current date. Copy the tarballs into this directory. Copy the =README= file from one of the older date directories into your new directory and update the information (git hash for branch head, NMI build ids). Then update the symlinks under =/p/condor/public/ftp/bosco/latest/= to point to your shiny new tarballs.
 
-The tarball name that users will download is =bosco-beta-<platform>.tar.gz=, but the extracted directory will be named =condor-<version>-<nmi id>-<platform>-stripped.tar.gz=. The 'beta' will probably change once we have a final version to release. The name of the extracted directory may need to change as well, but that will require changing Condor's cmake scripts.
+The tarball name that users will download is =bosco-beta-<platform>.tar.gz=, but the extracted directory will be named =condor-<version>-<nmi id>-<platform>-stripped.tar.gz=. The 'beta' will probably change once we have a final version to release. The name of the extracted directory may need to change as well, but that will require changing HTCondor's cmake scripts.