From: <and...@us...> - 2008-12-24 18:41:36
|
Revision: 9227 http://plplot.svn.sourceforge.net/plplot/?rev=9227&view=rev Author: andrewross Date: 2008-12-24 18:41:29 +0000 (Wed, 24 Dec 2008) Log Message: ----------- Andrew Ross on behalf of Hezekiah M Carty. Small typo fix for ocaml documentation. Modified Paths: -------------- trunk/doc/docbook/src/ocaml.xml Modified: trunk/doc/docbook/src/ocaml.xml =================================================================== --- trunk/doc/docbook/src/ocaml.xml 2008-12-24 18:25:58 UTC (rev 9226) +++ trunk/doc/docbook/src/ocaml.xml 2008-12-24 18:41:29 UTC (rev 9227) @@ -63,7 +63,7 @@ </sect1> <sect1 id="ocaml_obtaining"> <title>Obtaining the Software</title> - <para> There are three software components that you will need: the OCaml compiler, the PLplot library, and the camlidl OCaml >-< C binding generator. As of version 5.9.1, the OCaml bindings are included in the core PLplot distribution.</para> + <para> There are three software components that you will need: the OCaml compiler, the PLplot library, and the camlidl OCaml <-> C binding generator. As of version 5.9.1, the OCaml bindings are included in the core PLplot distribution.</para> <sect2 id="ocaml_obtaining_ocaml"> <title>Obtaining the OCaml compiler</title> <para> You will need the OCaml compiler in order to build and use the OCaml PLplot bindings. OCaml includes both a bytecode compiler (ocamlc) and a native code compiler (ocamlopt). Both of these are supported by PLplot.</para> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |