From 833c0d19a95b347c2de42e57028ea1b93b9c4d77 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 28 Aug 2010 10:01:20 +0000 Subject: [PATCH] doxy clarification SVN revision: 51694 --- legacy/ecore/src/lib/ecore_con/ecore_con.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_con/ecore_con.c b/legacy/ecore/src/lib/ecore_con/ecore_con.c index 969838b2e1..5c1bea460b 100644 --- a/legacy/ecore/src/lib/ecore_con/ecore_con.c +++ b/legacy/ecore/src/lib/ecore_con/ecore_con.c @@ -184,10 +184,9 @@ ecore_con_shutdown(void) * * @param compl_type The connection type. * @param name Name to associate with the socket. It is used when - * generating the socket name of a Unix socket. Though - * it is not used for the TCP socket, it still needs to - * be a valid character array. @c NULL will not be - * accepted. + * generating the socket name of a Unix socket, or for + * determining what host to listen on for TCP sockets. + * @c NULL will not be accepted. * @param port Number to identify socket. When a Unix socket is used, * it becomes part of the socket name. When a TCP socket * is used, it is used as the TCP port.