Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / gmx_kinetics.c
index 562c6b304381cb66c8af1128c146680f6071731a..f2c599ae381a56eef1e8911de993eaea875d2470 100644 (file)
@@ -731,11 +731,11 @@ int gmx_kinetics(int argc,char *argv[])
     { "-ucut",    FALSE, etREAL, {&ucut},
       "Cut-off (max) value for regarding a structure as intermediate (if not folded)" },
     { "-euf",     FALSE, etREAL, {&Euf},
-      "Initial guess for energy of activation for folding (kJ/mole)" },
+      "Initial guess for energy of activation for folding (kJ/mol)" },
     { "-efu",     FALSE, etREAL, {&Efu},
-      "Initial guess for energy of activation for unfolding (kJ/mole)" },
+      "Initial guess for energy of activation for unfolding (kJ/mol)" },
     { "-ei",      FALSE, etREAL, {&Ei},
-      "Initial guess for energy of activation for intermediates (kJ/mole)" },
+      "Initial guess for energy of activation for intermediates (kJ/mol)" },
     { "-maxiter", FALSE, etINT, {&maxiter},
       "Max number of iterations" },
     { "-back",    FALSE, etBOOL, {&bBack},
@@ -747,9 +747,9 @@ int gmx_kinetics(int argc,char *argv[])
     { "-split",   FALSE, etBOOL,{&bSplit},
       "Estimate error by splitting the number of replicas in two and refitting" },
     { "-sum",     FALSE, etBOOL,{&bSum},
-      "Average folding before computing chi^2" },
+      "Average folding before computing [GRK]chi[grk]^2" },
     { "-discrete", FALSE, etBOOL, {&bDiscrete},
-      "Use a discrete folding criterium (F <-> U) or a continuous one" },
+      "Use a discrete folding criterion (F <-> U) or a continuous one" },
     { "-mult",    FALSE, etINT, {&nmult},
       "Factor to multiply the data with before discretization" }
   };