summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2011-10-25 12:07:13 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2011-10-25 12:07:13 +0000
commit6f0acffe944f9990c3b7eff9c34b431a2722f060 (patch)
tree104058dffd2bb8024813c775dee107be363c64fc /stdlib
parent3a5b3e6f9b53bd5246b0b76fef000434bae23634 (diff)
Typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11239 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/pervasives.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/pervasives.mli b/stdlib/pervasives.mli
index e5b21d110..d2141cd74 100644
--- a/stdlib/pervasives.mli
+++ b/stdlib/pervasives.mli
@@ -905,7 +905,7 @@ val exit : int -> 'a
(** Terminate the process, returning the given status code
to the operating system: usually 0 to indicate no errors,
and a small positive integer to indicate failure.
- All open output channels are flushed with flush_all.
+ All open output channels are flushed with [flush_all].
An implicit [exit 0] is performed each time a program
terminates normally. An implicit [exit 2] is performed if the program
terminates early because of an uncaught exception. *)