Fix typos in ocaml-base-nox.README.Debian
authorStephane Glondu <steph@glondu.net>
Sun, 15 Feb 2009 12:53:55 +0000 (13:53 +0100)
committerStephane Glondu <steph@glondu.net>
Sun, 15 Feb 2009 21:36:00 +0000 (22:36 +0100)
debian/ocaml-base-nox.README.Debian

index 802c9beef35a33bf6ff2ce2befff4d60b95790d3..fc95082a533115d09678ad21840f88b1ad92e24a 100644 (file)
@@ -1,42 +1,42 @@
-ocaml for Debian
+OCaml for Debian
 ----------------
 
-  1) The ocaml package has been split into different binary packages :
+  1) The OCaml package has been split into different binary packages:
 
-  o ocaml : contains the full ocaml suite
-  o ocaml-nox : the full suite except for the graphics(Tk) modules
-  o ocaml-base : contains the rutime stuff (ocamlrun + dlls + Tk)
-  o ocaml-base-nox : contains the rutime stuff (ocamlrun + dlls - Tk)
+  o ocaml: contains the full OCaml suite
+  o ocaml-nox: the full suite except for the Graphics and Tk modules
+  o ocaml-base: contains the runtime stuff (ocamlrun + dlls + Tk)
+  o ocaml-base-nox: contains the runtime stuff (ocamlrun + dlls - Tk)
 
-  o ocaml-native-compilers : contains the native built part of the ocaml suite
+  o ocaml-native-compilers: contains the native built part of the OCaml suite
     (ocamlc.opt, ocamlopt.opt, ocamllex.opt, camlp4o.opt and camlp4r.opt)
-  o ocaml-compiler-libs : contains several modules used internally by
-    the ocaml compilers.  They are not needed for normal ocaml
+  o ocaml-compiler-libs: contains several modules used internally by
+    the OCaml compilers.  They are not needed for normal OCaml
     development, but may be helpful in the development of certain
     applications.
-  o ocaml-source : contains the full ocaml source for the (few) package which
+  o ocaml-source: contains the full OCaml source for the (few) packages which
     need them at build time or for personal use (it should _not_ be used to
-    build ocam litself).
+    build OCaml itself).
 
   o ocaml-mode: contains a major mode for editing OCaml files in Emacs.
 
   2) The caml include files are found under /usr/lib/ocaml/<ocaml_version>/caml.
   A symlink is provided from /usr/include/caml for convenience. If
   /usr/include/caml was previously a directory, for whatever reason, a warning
-  will be isued and the file moved to /usr/include/caml.bad. This can be
+  will be issued and the file moved to /usr/include/caml.bad. This can be
   safely erased later on.
 
-  3) User installed stuff should not go under /usr/lib/ocaml/<ocaml_version>,
-  but rather under /usr/local/lib/ocaml/<ocaml_version>. 
-  I will take no responsability for people who break this rule and mess things
+  3) User-installed stuff should not go under /usr/lib/ocaml/<ocaml_version>,
+  but rather under /usr/local/lib/ocaml/<ocaml_version>.
+  We will take no responsability for people who break this rule and mess things
   up.
-  
-  4) Starting from ocaml 3.05, ocaml now puts all dll.so files into a common
+
+  4) Starting from OCaml 3.05, all dll.so files are now put into a common
   stublibs directory, so the ocaml-ldconf tool for handling the ld.conf
   file is not needed anymore, but we will still keep it aroung until all
-  libraries are ported. As of ocaml 3.08, ocaml-ldconf is now deprecated
+  libraries are ported. As of OCaml 3.08, ocaml-ldconf is now deprecated
   and not available anymore.
-  Notice that user installed dll.so files should go into
+  Notice that user-installed dll.so files should go into
   /usr/local/lib/ocaml/<ocaml_version>/stublibs which is searched before
   /usr/lib/ocaml/<ocaml_version>/stublibs.