=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/be.trm,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/term/Attic/be.trm 2000/01/22 14:16:20 1.1.1.1 +++ OpenXM_contrib/gnuplot/term/Attic/be.trm 2003/09/15 07:09:35 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: be.trm,v 1.1.1.1 2000/01/22 14:16:20 maekawa Exp $ + * $Id: be.trm,v 1.1.1.2 2003/09/15 07:09:35 ohara Exp $ * */ @@ -427,7 +427,7 @@ START_HELP(be) "", " A number of other `gnuplot` options are available for the `be` 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 be command-line-options", @@ -439,41 +439,32 @@ START_HELP(be) " 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.", +" `-mono` forces monochrome rendering on color displays.", " `-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.", +" `-clear` requests that the window be cleared momentarily before a", +" new plot is displayed.", +" `-raise` raises plot window after each plot", +" `-noraise` does not raise plot window after each plot", +" `-persist` plots 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. \\\\", +"#`-raise` & raises plot window after each plot. \\\\", +"#`-noraise` & does not raise plot window after each plot. \\\\", +"#`-persist`&plots 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.", "% @(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", +"%`-raise`@raises plot window after each plot", +"%`-noraise`@does not raise plot window after each plot", +"%`-persist`@plots windows survive after main gnuplot program exits", "@end table", " The options are shown above in their command-line syntax. When entered as", " resources in \".Xdefaults\", they require a different syntax.", @@ -487,7 +478,7 @@ START_HELP(be) " 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 be monochrome_options", "?set terminal be monochrome_options", "?set term be monochrome_options",