More minor formatting/editorial fixes for the manual.
[alexxy/gromacs.git] / src / tools / gmx_trjcat.c
index 492bc1df9311ded31cc72bccefc66faeb9253a55..fb4f98536a28fb10977fde2c8919d238786ea7d5 100644 (file)
@@ -396,8 +396,8 @@ int gmx_trjcat(int argc, char *argv[])
             "In case of double time frames the one in the later file is used. ",
             "By specifying [TT]-settime[tt] you will be asked for the start time ",
             "of each file. The input files are taken from the command line, ",
-            "such that a command like [TT]trjcat -o fixed.trr *.trr[tt] should do ",
-            "the trick. Using [TT]-cat[tt] you can simply paste several files ",
+            "such that a command like [TT]trjcat -f *.trr -o fixed.trr[tt] should do ",
+            "the trick. Using [TT]-cat[tt], you can simply paste several files ",
             "together without removal of frames with identical time stamps.[PAR]",
             "One important option is inferred when the output file is amongst the",
             "input files. In that case that particular file will be appended to",
@@ -407,8 +407,8 @@ int gmx_trjcat(int argc, char *argv[])
             "If the [TT]-demux[tt] option is given, the N trajectories that are",
             "read, are written in another order as specified in the xvg file.",
             "The xvg file should contain something like:[PAR]",
-            "0  0  1  2  3  4  5[BR]",
-            "2  1  0  2  3  5  4[BR]",
+            "[TT]0  0  1  2  3  4  5[BR]",
+            "2  1  0  2  3  5  4[tt][BR]",
             "Where the first number is the time, and subsequent numbers point to",
             "trajectory indices.",
             "The frames corresponding to the numbers present at the first line",