Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / gmx_morph.c
index f7f11e2324e32cd78ba412cc3da9c89cf564ec26..e877e4ef49f3b170b190063de90b62d8ae83967e 100644 (file)
@@ -74,13 +74,13 @@ int gmx_morph(int argc,char *argv[])
     "the [TT]-ninterm[tt] flag. The first and last flag correspond to the way of",
     "interpolating: 0 corresponds to input structure 1 while",
     "1 corresponds to input structure 2.",
-    "If you specify first < 0 or last > 1 extrapolation will be",
-    "on the path from input structure x1 to x2. In general the coordinates",
+    "If you specify [TT]-first[tt] < 0 or [TT]-last[tt] > 1 extrapolation will be",
+    "on the path from input structure x1 to x2. In general, the coordinates",
     "of the intermediate x(i) out of N total intermidates correspond to:[PAR]",
     "x(i) = x1 + (first+(i/(N-1))*(last-first))*(x2-x1)[PAR]",
     "Finally the RMSD with respect to both input structures can be computed",
-    "if explicitly selected ([TT]-or[tt] option). In that case an index file may be",
-    "read to select what group RMS is computed from."
+    "if explicitly selected ([TT]-or[tt] option). In that case, an index file may be",
+    "read to select the group from which the RMS is computed."
   };
   t_filenm fnm[] = {
     { efSTX, "-f1", "conf1",  ffREAD },