summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ocamlc.m10
-rw-r--r--man/ocamlopt.m10
2 files changed, 10 insertions, 10 deletions
diff --git a/man/ocamlc.m b/man/ocamlc.m
index 1ca02be08..44671d76d 100644
--- a/man/ocamlc.m
+++ b/man/ocamlc.m
@@ -744,14 +744,14 @@ sign (or a lowercase letter) turns them back into warnings, and a
.B @
sign both enables and marks the corresponding warnings.
-Note: it is not recommended to use warning sets (i.e. letters) as
-arguments to
+Note: it is not recommended to use the
.B \-warn\-error
-in production code, because this can break your build when future versions
-of OCaml add some new warnings.
+option in production code, because it will almost certainly prevent
+compiling your program with later versions of OCaml when they add new
+warnings.
The default setting is
-.B \-warn\-error\ +a
+.B \-warn\-error\ -a
(none of the warnings is treated as an error).
.TP
.B \-where
diff --git a/man/ocamlopt.m b/man/ocamlopt.m
index a366d5a84..1829fa70f 100644
--- a/man/ocamlopt.m
+++ b/man/ocamlopt.m
@@ -511,14 +511,14 @@ sign (or a lowercase letter) turns them back into warnings, and a
.B @
sign both enables and marks the corresponding warnings.
-Note: it is not recommended to use warning sets (i.e. letters) as
-arguments to
+Note: it is not recommended to use the
.B \-warn\-error
-in production code, because this can break your build when future versions
-of OCaml add some new warnings.
+option in production code, because it will almost certainly prevent
+compiling your program with later versions of OCaml when they add new
+warnings.
The default setting is
-.B \-warn\-error\ +a
+.B \-warn\-error\ -a
(none of the warnings is treated as an error).
.TP
.B \-where