~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to man/ocaml.m

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 21:35:08 UTC
  • mfrom: (1.1.11 upstream) (12.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110421213508-kg34453aqmb0moha
* Fixes related to -output-obj with g++ (in debian/patches):
  - add Declare-primitive-name-table-as-const-char
  - add Avoid-multiple-declarations-in-generated-.c-files-in
  - fix Embed-bytecode-in-C-object-when-using-custom: the closing
    brace for extern "C" { ... } was missing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\" $Id: ocaml.m 9162 2009-01-13 15:17:09Z doligez $
 
1
\" $Id: ocaml.m 10444 2010-05-20 14:06:29Z doligez $
2
2
 
3
3
.TH OCAML 1
4
4
 
135
135
.B \-version
136
136
Print version string and exit.
137
137
.TP
 
138
.B \-vnum
 
139
Print short version number and exit.
 
140
.TP
138
141
.BI \-w \ warning-list
139
142
Enable or disable warnings according to the argument
140
143
.IR warning-list .
141
144
See
142
145
.BR ocamlc (1)
143
 
for the syntax of the argument.
 
146
for the syntax of the
 
147
.I warning\-list
 
148
argument.
144
149
.TP
145
150
.BI \-warn-error \ warning-list
146
 
Treat as errors the warnings enabled by the argument
147
 
.IR warning-list .
148
 
See
 
151
Treat as errors the warnings described by the argument
 
152
.IR warning\-list .
 
153
Note that a warning is not triggered (and not treated as error) if
 
154
it is disabled by the
 
155
.B \-w
 
156
option.  See
149
157
.BR ocamlc (1)
150
 
for the syntax of the argument.
 
158
for the syntax of the
 
159
.I warning\-list
 
160
argument.
151
161
.TP
152
162
.BR \-help \ or \ \-\-help
153
163
Display a short usage summary and exit.