summaryrefslogtreecommitdiffstats
path: root/stdlib/printf.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/printf.mli')
-rw-r--r--stdlib/printf.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/printf.mli b/stdlib/printf.mli
index 1a19081fd..a6551907a 100644
--- a/stdlib/printf.mli
+++ b/stdlib/printf.mli
@@ -63,6 +63,7 @@ val fprintf : out_channel -> ('a, out_channel, unit, unit) format -> 'a
in the output of [fprintf] at the current point.
- [t]: same as [%a], but takes only one argument (with type
[out_channel -> unit]) and apply it to [outchan].
+ - [$]: take no argument and flush the output.
- [%]: take no argument and output one [%] character.
The optional flags include: