From: <ai...@us...> - 2010-10-27 02:02:18
|
Revision: 11279 http://plplot.svn.sourceforge.net/plplot/?rev=11279&view=rev Author: airwin Date: 2010-10-27 02:02:12 +0000 (Wed, 27 Oct 2010) Log Message: ----------- Replace strange quotes by ordinary ascii single quotes. Modified Paths: -------------- trunk/examples/tcl/README.tcldemos trunk/examples/tk/README.tkdemos Modified: trunk/examples/tcl/README.tcldemos =================================================================== --- trunk/examples/tcl/README.tcldemos 2010-10-27 01:59:59 UTC (rev 11278) +++ trunk/examples/tcl/README.tcldemos 2010-10-27 02:02:12 UTC (rev 11279) @@ -3,7 +3,7 @@ PLplot doesn't need to be installed to run these demos. However, different commands might be needed to run the demos when PLplot is installed or not; in these cases, the first command must be used for -the installed situation, while the second, separeted by a `|\xB4, is for the +the installed situation, while the second, separeted by a '|', is for the uninstalled situation. To run individual examples, run the x?? script corresponding to the x??.tcl Modified: trunk/examples/tk/README.tkdemos =================================================================== --- trunk/examples/tk/README.tkdemos 2010-10-27 01:59:59 UTC (rev 11278) +++ trunk/examples/tk/README.tkdemos 2010-10-27 02:02:12 UTC (rev 11279) @@ -3,7 +3,7 @@ PLplot doesn't need to be installed to run these demos. However, different commands might be needed to run the demos when PLplot is installed or not; in these cases, the first command must be used for -the installed situation, while the second, separated by a `|\xB4, is for the +the installed situation, while the second, separated by a '|', is for the uninstalled situation. To run the plot.tcl demo follow the directions in that file to run it This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |