]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/bind.c
StdLib & AppPkg: Update the list of known ISSUES.
[mirror_edk2.git] / StdLib / BsdSocketLib / bind.c
index c1bf64e9e468dcfc3747ad2fb701bcde4dcf86ef..f544c94a4731be7180d61734eb29a0f85a147fcc 100644 (file)
 /**\r
   Bind a name to a socket.\r
 \r
-  The ::bind routine connects a name to a socket on the local machine.  The\r
+  The bind routine connects a name (network address) to a socket on the local machine.\r
+\r
+  The\r
   <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">POSIX</a>\r
-  documentation for the bind routine is available online for reference.\r
+  documentation is available online.\r
 \r
   @param[in] s         Socket file descriptor returned from ::socket.\r
 \r
@@ -37,6 +39,7 @@
   @param[in] namelen   Specifies the length in bytes of the sockaddr structure.\r
 \r
   @return     The bind routine returns zero (0) if successful and -1 upon failure.\r
+              In the case of an error, ::errno contains more information.\r
 \r
  **/\r
 int\r