Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / gmx_spatial.c
index 9e146fe122a4cdee180c23c83123d3f16fe9939c..1cb9ffb19a27524d66953e79ac97e460fb5999ed 100644 (file)
@@ -65,41 +65,41 @@ int gmx_spatial(int argc,char *argv[])
     "[TT]g_spatial[tt] calculates the spatial distribution function and ",
     "outputs it in a form that can be read by VMD as Gaussian98 cube format. ",
     "This was developed from template.c (GROMACS-3.3). ",
-    "For a system of 32K atoms and a 50ns trajectory, the SDF can be generated ",
+    "For a system of 32,000 atoms and a 50 ns trajectory, the SDF can be generated ",
     "in about 30 minutes, with most of the time dedicated to the two runs through ",
     "[TT]trjconv[tt] that are required to center everything properly. ",
     "This also takes a whole bunch of space (3 copies of the [TT].xtc[tt] file). ",
     "Still, the pictures are pretty and very informative when the fitted selection is properly made. ",
-    "3-4 atoms in a widely mobile group like a free amino acid in solution works ",
+    "3-4 atoms in a widely mobile group (like a free amino acid in solution) works ",
     "well, or select the protein backbone in a stable folded structure to get the SDF ",
     "of solvent and look at the time-averaged solvation shell. ",
-    "It is also possible using this program to generate the SDF based on some arbitrarty ",
+    "It is also possible using this program to generate the SDF based on some arbitrary ",
     "Cartesian coordinate. To do that, simply omit the preliminary [TT]trjconv[tt] steps. \n",
     "USAGE: \n",
     "1. Use [TT]make_ndx[tt] to create a group containing the atoms around which you want the SDF \n",
     "2. [TT]trjconv -s a.tpr -f a.xtc -o b.xtc -center tric -ur compact -pbc none[tt] \n",
     "3. [TT]trjconv -s a.tpr -f b.xtc -o c.xtc -fit rot+trans[tt] \n",
     "4. run [TT]g_spatial[tt] on the [TT].xtc[tt] output of step #3. \n",
-    "5. Load grid.cube into VMD and view as an isosurface. \n",
-    "*** Systems such as micelles will require [TT]trjconv -pbc cluster[tt] between steps 1 and 2\n",
-    "WARNINGS: \n",
+    "5. Load [TT]grid.cube[tt] into VMD and view as an isosurface. \n",
+    "[BB]Note[bb] that systems such as micelles will require [TT]trjconv -pbc cluster[tt] between steps 1 and 2\n",
+    "WARNINGS:[BR]",
     "The SDF will be generated for a cube that contains all bins that have some non-zero occupancy. ",
     "However, the preparatory [TT]-fit rot+trans[tt] option to [TT]trjconv[tt] implies that your system will be rotating ",
     "and translating in space (in order that the selected group does not). Therefore the values that are ",
     "returned will only be valid for some region around your central group/coordinate that has full overlap ",
     "with system volume throughout the entire translated/rotated system over the course of the trajectory. ",
     "It is up to the user to ensure that this is the case. \n",
-    "BUGS: \n",
+    "BUGS:[BR]",
     "When the allocated memory is not large enough, a segmentation fault may occur. This is usually detected ",
-    "and the program is halted prior to the fault while displaying a warning message suggesting the use of the [TT]-nab[tt] ",
+    "and the program is halted prior to the fault while displaying a warning message suggesting the use of the [TT]-nab[tt] (Number of Additional Bins)",
     "option. However, the program does not detect all such events. If you encounter a segmentation fault, run it again ",
     "with an increased [TT]-nab[tt] value. \n",
-    "RISKY OPTIONS: \n",
+    "RISKY OPTIONS:[BR]",
     "To reduce the amount of space and time required, you can output only the coords ",
     "that are going to be used in the first and subsequent run through [TT]trjconv[tt]. ",
     "However, be sure to set the [TT]-nab[tt] option to a sufficiently high value since ",
-    "memory is allocated for cube bins based on the initial coords and the [TT]-nab[tt] ",
-    "(Number of Additional Bins) option value. \n"
+    "memory is allocated for cube bins based on the initial coordinates and the [TT]-nab[tt] ",
+    "option value. \n"
   };
   
   static gmx_bool bPBC=FALSE;