Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / gmx_current.c
index c4df1fecd95209e6252e4c0249134e54ea7cae13..c0a7f0f724098968e70754f74dc786d45bbe1d8e 100644 (file)
@@ -685,7 +685,7 @@ int gmx_current(int argc,char *argv[])
     { "-nojump", FALSE, etBOOL, {&bNoJump},
       "Removes jumps of atoms across the box."},
     { "-eps", FALSE, etREAL, {&eps_rf},
-               "Dielectric constant of the surrounding medium. eps=0.0 corresponds to eps=infinity (thinfoil boundary conditions)."},
+               "Dielectric constant of the surrounding medium. eps=0.0 corresponds to eps=infinity (tin-foil boundary conditions)."},
        { "-bfit", FALSE, etREAL, {&bfit},
                "Begin of the fit of the straight line to the MSD of the translational fraction of the dipole moment."},
        { "-efit", FALSE, etREAL, {&efit},
@@ -751,16 +751,16 @@ int gmx_current(int argc,char *argv[])
 
 
     const char *desc[] = {
-    "This is a tool for calculating the current autocorrelation function, the correlation",
+    "[TT]g_current[tt] is a tool for calculating the current autocorrelation function, the correlation",
     "of the rotational and translational dipole moment of the system, and the resulting static",
-    "dielectric constant. To obtain a reasonable result the index group has to be neutral.",
-    "Furthermore the routine is capable of extracting the static conductivity from the current ",
-    "autocorrelation function, if velocities are given. Additionally an Einstein-Helfand fit also",
-    "allows to get the static conductivity."
+    "dielectric constant. To obtain a reasonable result, the index group has to be neutral.",
+    "Furthermore, the routine is capable of extracting the static conductivity from the current ",
+    "autocorrelation function, if velocities are given. Additionally, an Einstein-Helfand fit ",
+    "can be used to obtain the static conductivity."
     "[PAR]",
     "The flag [TT]-caf[tt] is for the output of the current autocorrelation function and [TT]-mc[tt] writes the",
     "correlation of the rotational and translational part of the dipole moment in the corresponding",
-    "file. However this option is only available for trajectories containing velocities.",
+    "file. However, this option is only available for trajectories containing velocities.",
     "Options [TT]-sh[tt] and [TT]-tr[tt] are responsible for the averaging and integration of the",
     "autocorrelation functions. Since averaging proceeds by shifting the starting point",
     "through the trajectory, the shift can be modified with [TT]-sh[tt] to enable the choice of uncorrelated",
@@ -776,10 +776,10 @@ int gmx_current(int argc,char *argv[])
     "tin-foil boundary conditions).",
     "[PAR]",
     "[TT]-[no]nojump[tt] unfolds the coordinates to allow free diffusion. This is required to get a continuous",
-    "translational dipole moment, required for the Einstein-Helfand fit. The resuls from the fit allow to",
-    "determine the dielectric constant for system of charged molecules. However it is also possible to extract",
+    "translational dipole moment, required for the Einstein-Helfand fit. The results from the fit allow",
+    "the determination of the dielectric constant for system of charged molecules. However, it is also possible to extract",
     "the dielectric constant from the fluctuations of the total dipole moment in folded coordinates. But this",
-    "options has to be used with care, since only very short time spans fulfill the approximation, that the density",
+    "option has to be used with care, since only very short time spans fulfill the approximation that the density",
     "of the molecules is approximately constant and the averages are already converged. To be on the safe side,",
     "the dielectric constant should be calculated with the help of the Einstein-Helfand method for",
     "the translational part of the dielectric constant."