Replace some [BR] in help texts with rst literals
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_trjcat.c
index 08bc82fe7f34b901989fecd7fd3f7b7cf58a2054..a651272a226dc4d5ff68fdc86fc150074797cb69 100644 (file)
@@ -427,10 +427,12 @@ int gmx_trjcat(int argc, char *argv[])
         "time since one can only append at the end of a file.[PAR]",
         "If the [TT]-demux[tt] option is given, the N trajectories that are",
         "read, are written in another order as specified in the [REF].xvg[ref] file.",
-        "The [REF].xvg[ref] file should contain something like:[PAR]",
-        "[TT]0  0  1  2  3  4  5[tt][BR]",
-        "[TT]2  1  0  2  3  5  4[tt][BR]",
-        "Where the first number is the time, and subsequent numbers point to",
+        "The [REF].xvg[ref] file should contain something like::",
+        "",
+        "    0  0  1  2  3  4  5",
+        "    2  1  0  2  3  5  4",
+        "",
+        "The first number is the time, and subsequent numbers point to",
         "trajectory indices.",
         "The frames corresponding to the numbers present at the first line",
         "are collected into the output trajectory. If the number of frames in",