Browse thread
A question about the ocaml man page
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Florent Monnier <fmonnier@l...> |
| Subject: | Re: [Caml-list] A question about the ocaml man page |
> 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 --