From: Justin Lemkul Date: Wed, 19 Jan 2011 15:00:26 +0000 (-0500) Subject: Trivial fixes to program descriptions. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=91bcbf20322e91de9cebe6622006215d00fe6f80;p=alexxy%2Fgromacs.git Trivial fixes to program descriptions. To keep everything in the manual consistent, a few names must be changed to reflect the new naming scheme that has been adopted. --- diff --git a/src/kernel/g_x2top.c b/src/kernel/g_x2top.c index d02d5cd54c..1ff8a0d99e 100644 --- a/src/kernel/g_x2top.c +++ b/src/kernel/g_x2top.c @@ -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", diff --git a/src/tools/g_anadock.c b/src/tools/g_anadock.c index cc47279c32..d84a3845ff 100644 --- a/src/tools/g_anadock.c +++ b/src/tools/g_anadock.c @@ -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]",