diff options
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r-- | src/transport/plugin_transport_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |