From 821e1221afc9f9fd127379865bd2e470232bd918 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 24 Jul 2014 12:58:10 +0000 Subject: fixing documentation --- src/transport/plugin_transport_unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/plugin_transport_unix.c') diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 5cf9c5432..947ec5d71 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -561,7 +561,7 @@ reschedule_session_timeout (struct Session *session) * Convert unix path to a `struct sockaddr_un *` * * @param unixpath path to convert - * @param sock_len[out] set to the length of the address + * @param[out] sock_len set to the length of the address * @return converted unix path */ static struct sockaddr_un * @@ -1096,7 +1096,7 @@ unix_plugin_do_read (struct Plugin *plugin) /** * Write to UNIX domain socket (it is ready). * - * @param session session to write data for + * @param plugin handle to the plugin */ static void unix_plugin_do_write (struct Plugin *plugin) -- cgit v1.2.3