Update manpages and manual to account for changes in 221c55a4.

master
whitequark 2016-02-09 14:38:21 +00:00 committed by Gabriel Scherer
parent da56cf6dfd
commit be1f3cfa78
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ The
.BR ocamlc (1)
command has a command-line interface similar to the one of
most C compilers. It accepts several types of arguments and processes them
sequentially:
sequentially, after all options have been processed:
Arguments ending in .mli are taken to be source files for
compilation unit interfaces. Interfaces specify the names exported by

View File

@ -44,7 +44,7 @@ command has a command-line interface very close to that
of
.BR ocamlc (1).
It accepts the same types of arguments and processes them
sequentially:
sequentially, after all options have been processed:
Arguments ending in .mli are taken to be source files for
compilation unit interfaces. Interfaces specify the names exported by

View File

@ -12,7 +12,7 @@ These executable files are then run by the bytecode interpreter
The "ocamlc" command has a command-line interface similar to the one of
most C compilers. It accepts several types of arguments and processes them
sequentially:
sequentially, after all options have been processed:
\begin{itemize}
\item

View File

@ -24,7 +24,7 @@ system "ocaml".
The "ocamlopt" command has a command-line interface very close to that
of "ocamlc". It accepts the same types of arguments, and processes them
sequentially:
sequentially, after all options have been processed:
\begin{itemize}
\item