From a58372b9a77aa4609c0232f8cccfd947d8595593 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 25 Sep 2021 15:35:57 -0400 Subject: [PATCH] add a @since --- src/Tiny_httpd.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tiny_httpd.mli b/src/Tiny_httpd.mli index e193e144..77610de7 100644 --- a/src/Tiny_httpd.mli +++ b/src/Tiny_httpd.mli @@ -459,7 +459,8 @@ val create : @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 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 (** Address on which the server listens. *)