Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / kernel / mdrun.c
index 6379a6d85df5f0f281ba3754f24aa0ec662fa331..88783310c239a8f83ae2780479131057d1a0bf6d 100644 (file)
@@ -189,7 +189,7 @@ int main(int argc,char *argv[])
     "(the simulation will run correctly also when this is not the case).",
     "[PAR]",
     "This section lists all options that affect the domain decomposition.",
-    "[BR]",
+    "[PAR]",
     "Option [TT]-rdd[tt] can be used to set the required maximum distance",
     "for inter charge-group bonded interactions.",
     "Communication for two-body bonded interactions below the non-bonded",
@@ -202,13 +202,13 @@ int main(int argc,char *argv[])
     "By default [TT]-rdd[tt] is determined by [TT]mdrun[tt] based on",
     "the initial coordinates. The chosen value will be a balance",
     "between interaction range and communication cost.",
-    "[BR]",
+    "[PAR]",
     "When inter charge-group bonded interactions are beyond",
     "the bonded cut-off distance, [TT]mdrun[tt] terminates with an error message.",
     "For pair interactions and tabulated bonds",
     "that do not generate exclusions, this check can be turned off",
     "with the option [TT]-noddcheck[tt].",
-    "[BR]",
+    "[PAR]",
     "When constraints are present, option [TT]-rcon[tt] influences",
     "the cell size limit as well.",
     "Atoms connected by NC constraints, where NC is the LINCS order plus 1,",
@@ -218,7 +218,7 @@ int main(int argc,char *argv[])
     "By default [TT]mdrun[tt] estimates the minimum cell size required for P-LINCS",
     "in a conservative fashion. For high parallelization it can be useful",
     "to set the distance required for P-LINCS with the option [TT]-rcon[tt].",
-    "[BR]",
+    "[PAR]",
     "The [TT]-dds[tt] option sets the minimum allowed x, y and/or z scaling",
     "of the cells with dynamic load balancing. [TT]mdrun[tt] will ensure that",
     "the cells can scale down by at least this factor. This option is used",
@@ -248,17 +248,17 @@ int main(int argc,char *argv[])
     "When user-defined potential functions have been selected in the",
     "[TT].mdp[tt] file the [TT]-table[tt] option is used to pass [TT]mdrun[tt]",
     "a formatted table with potential functions. The file is read from",
-    "either the current directory or from the GMXLIB directory.",
-    "A number of pre-formatted tables are presented in the GMXLIB dir,",
-    "for 6-8, 6-9, 6-10, 6-11, 6-12 Lennard Jones potentials with",
+    "either the current directory or from the [TT]GMXLIB[tt] directory.",
+    "A number of pre-formatted tables are presented in the [TT]GMXLIB[tt] dir,",
+    "for 6-8, 6-9, 6-10, 6-11, 6-12 Lennard-Jones potentials with",
     "normal Coulomb.",
-    "When pair interactions are present a separate table for pair interaction",
+    "When pair interactions are present, a separate table for pair interaction",
     "functions is read using the [TT]-tablep[tt] option.[PAR]",
     "When tabulated bonded functions are present in the topology,",
     "interaction functions are read using the [TT]-tableb[tt] option.",
     "For each different tabulated interaction type the table file name is",
     "modified in a different way: before the file extension an underscore is",
-    "appended, then a b for bonds, an a for angles or a d for dihedrals",
+    "appended, then a 'b' for bonds, an 'a' for angles or a 'd' for dihedrals",
     "and finally the table number of the interaction type.[PAR]",
     "The options [TT]-px[tt] and [TT]-pf[tt] are used for writing pull COM",
     "coordinates and forces when pulling is selected",
@@ -287,7 +287,7 @@ int main(int argc,char *argv[])
     "is performed after every exchange.[PAR]",
     "Finally some experimental algorithms can be tested when the",
     "appropriate options have been given. Currently under",
-    "investigation are: polarizability, and X-Ray bombardments.",
+    "investigation are: polarizability and X-ray bombardments.",
     "[PAR]",
     "The option [TT]-pforce[tt] is useful when you suspect a simulation",
     "crashes due to too large forces. With this option coordinates and",
@@ -309,11 +309,11 @@ int main(int argc,char *argv[])
     "will be appending to the existing output files. The checkpoint file",
     "contains checksums of all output files, such that you will never",
     "loose data when some output files are modified, corrupt or removed.",
-    "There are three scenarios with [TT]-cpi[tt]:[BR]",
-    "* no files with matching names are present: new output files are written[BR]",
-    "* all files are present with names and checksums matching those stored",
-    "in the checkpoint file: files are appended[BR]",
-    "* otherwise no files are modified and a fatal error is generated[BR]",
+    "There are three scenarios with [TT]-cpi[tt]:[PAR]",
+    "[TT]*[tt] no files with matching names are present: new output files are written[PAR]",
+    "[TT]*[tt] all files are present with names and checksums matching those stored",
+    "in the checkpoint file: files are appended[PAR]",
+    "[TT]*[tt] otherwise no files are modified and a fatal error is generated[PAR]",
     "With [TT]-noappend[tt] new output files are opened and the simulation",
     "part number is added to all output file names.",
     "Note that in all cases the checkpoint file itself is not renamed",