More minor formatting/editorial fixes for the manual.
[alexxy/gromacs.git] / src / tools / gmx_xpm2ps.c
index cb5aa034dab7249d2999ff3dadd8dfe22621bc07..adae274d855b281ee36423a4bd3fa4a36f33fa30 100644 (file)
@@ -1101,13 +1101,13 @@ int gmx_xpm2ps(int argc,char *argv[])
     "titlefont -> legendfont; titlefont -> (xfont -> yfont -> ytickfont)",
     "-> xtickfont, e.g. setting titlefont sets all fonts, setting xfont",
     "sets yfont, ytickfont and xtickfont.[PAR]",
-    "When no [TT]m2p[tt] file is supplied, many setting are set by",
-    "command line options. The most important option is [TT]-size[tt]",
+    "When no [TT]m2p[tt] file is supplied, many settings are taken from",
+    "command line options. The most important option is [TT]-size[tt],",
     "which sets the size of the whole matrix in postscript units.",
     "This option can be overridden with the [TT]-bx[tt] and [TT]-by[tt]",
     "options (and the corresponding parameters in the [TT]m2p[tt] file),",
     "which set the size of a single matrix element.[PAR]",
-    "With [TT]-f2[tt] a 2nd matrix file can be supplied, both matrix",
+    "With [TT]-f2[tt] a second matrix file can be supplied. Both matrix",
     "files will be read simultaneously and the upper left half of the",
     "first one ([TT]-f[tt]) is plotted together with the lower right",
     "half of the second one ([TT]-f2[tt]). The diagonal will contain",
@@ -1119,14 +1119,14 @@ int gmx_xpm2ps(int argc,char *argv[])
     "If the color coding and legend labels of both matrices are identical,",
     "only one legend will be displayed, else two separate legends are",
     "displayed.",
-    "With [TT]-combine[tt] an alternative operation can be selected",
+    "With [TT]-combine[tt], an alternative operation can be selected",
     "to combine the matrices. The output range is automatically set",
     "to the actual range of the combined matrix. This can be overridden",
     "with [TT]-cmin[tt] and [TT]-cmax[tt].[PAR]",
     "[TT]-title[tt] can be set to [TT]none[tt] to suppress the title, or to",
     "[TT]ylabel[tt] to show the title in the Y-label position (alongside",
     "the Y-axis).[PAR]",
-    "With the [TT]-rainbow[tt] option dull grey-scale matrices can be turned",
+    "With the [TT]-rainbow[tt] option, dull grayscale matrices can be turned",
     "into attractive color pictures.[PAR]",
     "Merged or rainbowed matrices can be written to an XPixelMap file with",
     "the [TT]-xpm[tt] option."