Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / gmx_dyndom.c
index e84b12bcd563faf69689bd7d7e2f5dc690bc27d2..235a02678e451cfcb7872f592444c018b570b38c 100644 (file)
@@ -131,7 +131,7 @@ int gmx_dyndom(int argc,char *argv[])
     "(http://www.cmp.uea.ac.uk/dyndom/).",
     "It reads the coordinates, the coordinates of the rotation axis,",
     "and an index file containing the domains.",
-    "Furthermore it takes the first and last atom of the arrow file",
+    "Furthermore, it takes the first and last atom of the arrow file",
     "as command line arguments (head and tail) and",
     "finally it takes the translation vector (given in DynDom info file)",
     "and the angle of rotation (also as command line arguments). If the angle",
@@ -161,7 +161,7 @@ int gmx_dyndom(int argc,char *argv[])
     { "-maxangle", FALSE, etREAL, {&maxangle},
       "DymDom dtermined angle of rotation about rotation vector" },
     { "-trans",    FALSE, etREAL, {&trans0},
-      "Translation (Aangstroem) along rotation vector (see DynDom info file)" },
+      "Translation (Angstrom) along rotation vector (see DynDom info file)" },
     { "-head",     FALSE, etRVEC, {head},
       "First atom of the arrow vector" },
     { "-tail",     FALSE, etRVEC, {tail},