Replace more [BR] with rst bullet lists
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_dielectric.c
index 7561aece02dacae4842ef7da2e11a03e9e15dc48..7bc7febc797aed4bbabaf518a435479d1df00b5d 100644 (file)
@@ -250,10 +250,12 @@ int gmx_dielectric(int argc, char *argv[])
         "[THISMODULE] calculates frequency dependent dielectric constants",
         "from the autocorrelation function of the total dipole moment in",
         "your simulation. This ACF can be generated by [gmx-dipoles].",
-        "The functional forms of the available functions are:[PAR]",
-        "One parameter:    y = [EXP]-a[SUB]1[sub] x[exp],[BR]",
-        "Two parameters:   y = a[SUB]2[sub] [EXP]-a[SUB]1[sub] x[exp],[BR]",
-        "Three parameters: y = a[SUB]2[sub] [EXP]-a[SUB]1[sub] x[exp] + (1 - a[SUB]2[sub]) [EXP]-a[SUB]3[sub] x[exp].[BR]",
+        "The functional forms of the available functions are:",
+        "",
+        " * One parameter:    y = [EXP]-a[SUB]1[sub] x[exp],",
+        " * Two parameters:   y = a[SUB]2[sub] [EXP]-a[SUB]1[sub] x[exp],",
+        " * Three parameters: y = a[SUB]2[sub] [EXP]-a[SUB]1[sub] x[exp] + (1 - a[SUB]2[sub]) [EXP]-a[SUB]3[sub] x[exp].",
+        "",
         "Start values for the fit procedure can be given on the command line.",
         "It is also possible to fix parameters at their start value, use [TT]-fix[tt]",
         "with the number of the parameter you want to fix.",