Trivial fixes to program descriptions.
authorJustin Lemkul <jalemkul@vt.edu>
Wed, 19 Jan 2011 15:00:26 +0000 (10:00 -0500)
committerJustin Lemkul <jalemkul@vt.edu>
Wed, 19 Jan 2011 15:00:26 +0000 (10:00 -0500)
To keep everything in the manual consistent, a few names must
be changed to reflect the new naming scheme that has been adopted.

src/kernel/g_x2top.c
src/tools/g_anadock.c

index d02d5cd54ca7c72ded4dac904be1118d87de8b17..1ff8a0d99e2f49ea12d2dee1662fbcf247397a52 100644 (file)
@@ -365,7 +365,7 @@ static void print_rtp(const char *filenm,const char *title,t_atoms *atoms,
 int main(int argc, char *argv[])
 {
   const char *desc[] = {
-    "x2top generates a primitive topology from a coordinate file.",
+    "g_x2top generates a primitive topology from a coordinate file.",
     "The program assumes all hydrogens are present when defining",
     "the hybridization from the atom name and the number of bonds.",
     "The program can also make an rtp entry, which you can then add",
index cc47279c32853fc4f41500235a8fc2c1c6131250..d84a3845ff161985082af1e8a4e3355d0da89398 100644 (file)
@@ -296,7 +296,7 @@ static void cluster_em_all(FILE *fp,int npdb,t_pdbfile *pdbf[],
 int main(int argc,char *argv[])
 {
   const char *desc[] = {
-    "anadock analyses the results of an Autodock run and clusters the",
+    "g_anadock analyses the results of an Autodock run and clusters the",
     "structures together, based on distance or RMSD. The docked energy",
     "and free energy estimates are analysed, and for each cluster the",
     "energy statistics are printed.[PAR]",