Misc (#951): Updated the doxygen comment/documentation in pj_gethostname() that specying IPv4 address will fail on some platforms (e.g. Windows). Thanks Robert Cichielo for the report.


git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2908 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjlib/include/pj/addr_resolv.h b/pjlib/include/pj/addr_resolv.h
index abeef93..98fdc89 100644
--- a/pjlib/include/pj/addr_resolv.h
+++ b/pjlib/include/pj/addr_resolv.h
@@ -89,7 +89,8 @@
  * For host resolution function that also works with IPv6, please see
  * #pj_getaddrinfo().
  *
- * @param name	    Host name, or IPv4 address in standard dot notation.
+ * @param name	    Host name to resolve. Specifying IPv4 address here
+ *		    may fail on some platforms (e.g. Windows)
  * @param he	    The pj_hostent structure to be filled. Note that
  *		    the pointers in this structure points to temporary
  *		    variables which value will be reset upon subsequent