doxy clarification
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Aug 2010 10:01:20 +0000 (10:01 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Aug 2010 10:01:20 +0000 (10:01 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@51694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con.c

index 969838b..5c1bea4 100644 (file)
@@ -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.