*Dev Port* means the head of the current developer branch. There =usually=
 a one to one mapping between compatibilities defined from the head of the
-developer branch and the latest developer release of Condor. =Clipped=
-means the Condor distribution does not support standard universe, and
+developer branch and the latest developer release of HTCondor. =Clipped=
+means the HTCondor distribution does not support standard universe, and
 =32-bit= or =64-bit= means there is native compilation on that distro/arch
 combination and a letter means use the mother port associated with that
 letter.
@@ -60,7 +60,7 @@
 |Solaris 10                 | SUN4U  |      | Clipped, F      |
 
 
-Use this command to show the mapping of versions and ports of Condor running on NMI resources.
+Use this command to show the mapping of versions and ports of HTCondor running on NMI resources.
 
 {code}
  condor_status -f "%s " CondorVersion -f "%s " nmi_platform -f "%s \n" CondorPlatform | sort | uniq | awk '{print "|", $2, "|", $9, "|", $11, "|"}' | sort