summaryrefslogtreecommitdiffstats
path: root/stdlib/sys.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/sys.mli')
-rw-r--r--stdlib/sys.mli7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/sys.mli b/stdlib/sys.mli
index e1b871b08..bad9d86ef 100644
--- a/stdlib/sys.mli
+++ b/stdlib/sys.mli
@@ -188,6 +188,7 @@ val catch_break : bool -> unit
val ocaml_version : string;;
(** [ocaml_version] is the version of Objective Caml.
- It is a string of the form ["major.minor[additional-info]"]
- Where major and minor are integers, and [additional-info] is
- a string that is empty or starts with a '+'. *)
+ It is a string of the form ["major.minor[.patchlevel][+additional-info]"]
+ Where [major], [minor], and [patchlevel] are integers, and
+ [additional-info] is an arbitrary string. The [[.patchlevel]] and
+ [[+additional-info]] parts may be absent. *)