From 63bf428c34729f1d5bb7c1b06734389b1a71a2e0 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 22 Jul 2016 14:37:21 +0100 Subject: [PATCH] Update mg_add_sock.md --- docs/c-api/net.h/mg_add_sock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/c-api/net.h/mg_add_sock.md b/docs/c-api/net.h/mg_add_sock.md index 268dc334..511ae841 100644 --- a/docs/c-api/net.h/mg_add_sock.md +++ b/docs/c-api/net.h/mg_add_sock.md @@ -6,8 +6,8 @@ signature: | struct mg_connection *mg_add_sock(struct mg_mgr *, sock_t, mg_event_handler_t); --- -Create a connection, associate it with the given socket and event handler, -and add it to the manager. +Creates a connection, associates it with the given socket and event handler +and adds it to the manager. For more options see the `mg_add_sock_opt` variant.