ecore: fix SOCKS proxy doc. That should be in doxygen anyway. Wondering
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 11 May 2012 02:37:14 +0000 (02:37 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 11 May 2012 02:37:14 +0000 (02:37 +0000)
how.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70924 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_socks.c

index 686f73b..e609a6a 100644 (file)
@@ -557,7 +557,7 @@ ecore_con_socks_init(void)
    unsigned char addr6[sizeof(struct in6_addr)];
 #endif
 
-   /* ECORE_CON_SOCKS_V4=[user@]host:port-[1|0] */
+   /* ECORE_CON_SOCKS_V4=[user@]host-port:[1|0] */
    socks = getenv("ECORE_CON_SOCKS_V4");
    if (!socks)
      {