=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/x11.trm,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/term/Attic/x11.trm 2000/01/22 14:16:31 1.1.1.2 +++ OpenXM_contrib/gnuplot/term/Attic/x11.trm 2003/09/15 07:09:40 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: x11.trm,v 1.1.1.2 2000/01/22 14:16:31 maekawa Exp $ + * $Id: x11.trm,v 1.1.1.3 2003/09/15 07:09:40 ohara Exp $ * */ @@ -713,7 +713,7 @@ START_HELP(x11) "", " A number of other `gnuplot` options are available for the `x11` terminal.", " These may be specified either as command-line options when `gnuplot` is", -" invoked or as resources in the configuration file \"/.Xdefaults\". They are", +" invoked or as resources in the configuration file \".Xdefaults\". They are", " set upon initialization and cannot be altered during a `gnuplot` session.", "2 command-line_options", "?commands set terminal x11 command-line-options", @@ -725,29 +725,29 @@ START_HELP(x11) " on the command line when starting `gnuplot` or as resources in your", " \".Xdefaults\" file:", "@start table - first is interactive cleartext form", -" `-clear` requests that the window be cleared momentarily before a", -" new plot is displayed.", -" `-gray` requests grayscale rendering on grayscale or color displays.", -" (Grayscale displays receive monochrome rendering by default.)", -" `-mono` forces monochrome rendering on color displays.", -" `-persist` plot windows survive after main gnuplot program exits", -" `-raise` raise plot window after each plot", -" `-noraise` do not raise plot window after each plot", -" `-tvtwm` requests that geometry specifications for position of the", -" window be made relative to the currently displayed portion", -" of the virtual root.", +" `-mono` forces monochrome rendering on color displays.", +" `-gray` requests grayscale rendering on grayscale or color displays.", +" (Grayscale displays receive monochrome rendering by default.)", +" `-clear` requests that the window be cleared momentarily before a", +" new plot is displayed.", +" `-tvtwm` requests that geometry specifications for position of the", +" window be made relative to the currently displayed portion", +" of the virtual root.", +" `-raise` raises plot window after each plot", +" `-noraise` does not raise plot window after each plot", +" `-persist` plot windows survive after main gnuplot program exits", "#\\begin{tabular}{|cl|} \\hline", -"#`-mono` & forces monochrome rendering on color displays.\\\\", -"#`-gray` & requests grayscale rendering on grayscale or color displays.\\\\", -"# & (Grayscale displays receive monochrome rendering by default.) \\\\", -"#`-clear` & requests that the window be cleared momentarily before a\\\\", -"# & new plot is displayed. \\\\", -"#`-tvtwm` & requests that geometry specifications for position of the\\\\", -"# & window be made relative to the currently displayed portion\\\\", -"# & of the virtual root. \\\\", -"#`-raise` & raise plot window after each plot. \\\\", -"#`-noraise` & do not raise plot window after each plot. \\\\", -"#`-persist`&plot windows survive after main gnuplot program exits. \\\\", +"#`-mono` & forces monochrome rendering on color displays.\\\\", +"#`-gray` & requests grayscale rendering on grayscale or color displays.\\\\", +"# & (Grayscale displays receive monochrome rendering by default.) \\\\", +"#`-clear` & requests that the window be cleared momentarily before a\\\\", +"# & new plot is displayed. \\\\", +"#`-tvtwm` & requests that geometry specifications for position of the\\\\", +"# & window be made relative to the currently displayed portion\\\\", +"# & of the virtual root. \\\\", +"#`-raise` & raises plot window after each plot. \\\\", +"#`-noraise` & does not raise plot window after each plot. \\\\", +"#`-persist` & plot windows survive after main gnuplot program exits. \\\\", "%c l .", "%`-mono`@forces monochrome rendering on color displays.", "%`-gray`@requests grayscale rendering on grayscale or color displays.", @@ -757,8 +757,8 @@ START_HELP(x11) "%`-tvtwm`@requests that geometry specifications for position of the", "% @window be made relative to the currently displayed portion", "% @of the virtual root.", -"%`-raise`@raise plot window after each plot", -"%`-noraise`@do not raise plot window after each plot", +"%`-raise`@raises plot window after each plot", +"%`-noraise`@does not raise plot window after each plot", "%`-persist`@plot windows survive after main gnuplot program exits", "@end table", " The options are shown above in their command-line syntax. When entered as", @@ -773,7 +773,7 @@ START_HELP(x11) " than 0 and less than or equal to ten) used as a scaling factor for point", " sizes. For example, `-pointsize 2` uses points twice the default size, and", " `-pointsize 0.5` uses points half the normal size.", -"2 monochome_options", +"2 monochrome_options", "?commands set terminal x11 monochrome_options", "?set terminal x11 monochrome_options", "?set term x11 monochrome_options",