Replace some [BR] in help texts with rst literals
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_hbond.c
index be97bc149cec7dd67be9c17a46a1e84f7c10fb93..28c138b47af45651def969609a1a59fa3db61a92 100644 (file)
@@ -3556,13 +3556,13 @@ int gmx_hbond(int argc, char *argv[])
 
         /*    "It is also possible to analyse specific hydrogen bonds with",
               "[TT]-sel[tt]. This index file must contain a group of atom triplets",
-              "Donor Hydrogen Acceptor, in the following way:[PAR]",
-           "[TT]",
-           "[ selected ][BR]",
-           "     20    21    24[BR]",
-           "     25    26    29[BR]",
-           "      1     3     6[BR]",
-           "[tt][BR]",
+              "Donor Hydrogen Acceptor, in the following way::",
+           "",
+           "[ selected ]",
+           "     20    21    24",
+           "     25    26    29",
+           "      1     3     6",
+           "",
            "Note that the triplets need not be on separate lines.",
            "Each atom triplet specifies a hydrogen bond to be analyzed,",
            "note also that no check is made for the types of atoms.[PAR]",