add a @since

This commit is contained in:
Simon Cruanes 2021-09-25 15:35:57 -04:00
parent 70dcf8269a
commit a58372b9a7
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -459,7 +459,8 @@ val create :
@param sock an existing socket given to the server to listen on, e.g. by @param sock an existing socket given to the server to listen on, e.g. by
systemd on Linux (or launchd on macOS). If passed in, this socket will be systemd on Linux (or launchd on macOS). If passed in, this socket will be
used instead of the [addr] and [port]. If not passed in, those will be used instead of the [addr] and [port]. If not passed in, those will be
used. *) used. This parameter exists since 0.10.
*)
val addr : t -> string val addr : t -> string
(** Address on which the server listens. *) (** Address on which the server listens. *)