Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / gmx_saltbr.c
index 9c5ee3c9287296dc8816a5d59a33e5ffa8432264..84a9247e954a130b4716a387c2602d2145d499be 100644 (file)
@@ -122,12 +122,12 @@ int gmx_saltbr(int argc,char *argv[])
   const char *desc[] = {
     "[TT]g_saltbr[tt] plots the distance between all combination of charged groups",
     "as a function of time. The groups are combined in different ways.",
-    "A minimum distance can be given, (ie. a cut-off), then groups",
-    "that are never closer than that distance will not be plotted.[BR]",
+    "A minimum distance can be given (i.e. a cut-off), such that groups",
+    "that are never closer than that distance will not be plotted.[PAR]",
     "Output will be in a number of fixed filenames, [TT]min-min.xvg[tt], [TT]plus-min.xvg[tt]",
-    "and [TT]plus-plus.xvg[tt], or files for every individual ion-pair if the [TT]-sep[tt]",
-    "option is selected. In this case files are named as [TT]sb-ResnameResnr-Atomnr[tt].",
-    "There may be many such files."
+    "and [TT]plus-plus.xvg[tt], or files for every individual ion pair if the [TT]-sep[tt]",
+    "option is selected. In this case, files are named as [TT]sb-(Resname)(Resnr)-(Atomnr)[tt].",
+    "There may be [BB]many[bb] such files."
   };
   static gmx_bool bSep=FALSE;
   static real truncate=1000.0;