From f5e0923469934e49bd2585887603f47e879550a8 Mon Sep 17 00:00:00 2001 From: Pierre Weis Date: May 29 2013 16:44:12 +0000 Subject: Better documentation of meta format conversion. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13714 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- diff --git a/stdlib/printf.mli b/stdlib/printf.mli index 4b25337..a75a641 100644 --- a/stdlib/printf.mli +++ b/stdlib/printf.mli @@ -72,8 +72,9 @@ val fprintf : out_channel -> ('a, out_channel, unit) format -> 'a [fprintf] at the current point. - [t]: same as [%a], but take only one argument (with type [out_channel -> unit]) and apply it to [outchan]. - - [\{ fmt %\}]: convert a format string argument. The argument must - have the same type as the internal format string [fmt]. + - [\{ fmt %\}]: convert a format string argument to its type digest. + The argument must have the same type as the internal format string + [fmt]. - [( fmt %)]: format string substitution. Take a format string argument and substitute it to the internal format string [fmt] to print following arguments. The argument must have the same