> Hi,
Hi,

> I have just installed the ocaml 3.10.2. I noticed there are 35
> executable files for ocaml generated under /usr/local/bin, but only 15
> man files for ocaml under /usr/local/man. What about the other
> executable files under /usr/local/bin? For example, there is no man page
> for /usr/local/bin/camlp4 command, how do I know how to use this
> command? Thanks.

You should prefer the HTML manuals rather than the mans.
The mans are mainly to remind quickly some command line arguments.

I think you allready have found:
  http://caml.inria.fr/pub/docs/manual-ocaml/
which you can also download in different formats (pdf, txt, info):
  http://caml.inria.fr/ocaml/release.fr.html#id2269935

For camp4, google gave me these:
  http://caml.inria.fr/pub/docs/manual-camlp4/
  http://brion.inria.fr/gallium/index.php/Camlp4
there are other links at the end of this page:
  http://en.wikipedia.org/wiki/Camlp4#External_links

--
Regards
-- 

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to