Skip to content

Commit

Permalink
Link to Lwt_io.flush in fprint*f documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smithjessk committed Feb 13, 2018
1 parent 5cd987d commit f103d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/lwt_io.mli
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ val fprint : output_channel -> string -> unit Lwt.t
val fprintl : output_channel -> string -> unit Lwt.t

val fprintf : output_channel -> ('a, unit, string, unit Lwt.t) format4 -> 'a
(** [%!] does nothing here. To flush the channel, use [Lwt_io.flush channel]. *)
(** [%!] does nothing here. To flush the channel, use {!flush} [ channel]. *)

val fprintlf : output_channel -> ('a, unit, string, unit Lwt.t) format4 -> 'a
(** [%!] does nothing here. To flush the channel, use [Lwt_io.flush channel]. *)
(** [%!] does nothing here. To flush the channel, use {!flush} [ channel]. *)

val print : string -> unit Lwt.t
val printl : string -> unit Lwt.t
Expand Down

0 comments on commit f103d78

Please sign in to comment.