]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/bind.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / bind.c
index fc24ea420aabf7e7f110ca624b7270112eac9db7..c1bf64e9e468dcfc3747ad2fb701bcde4dcf86ef 100644 (file)
@@ -22,9 +22,9 @@
   <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
 \r
-  @param [in] s         Socket file descriptor returned from ::socket.\r
+  @param[in] s         Socket file descriptor returned from ::socket.\r
 \r
-  @param [in] name      Address of a sockaddr structure that contains the\r
+  @param[in] name      Address of a sockaddr structure that contains the\r
                         connection point on the local machine.  An IPv4 address\r
                         of INADDR_ANY specifies that the connection is made to\r
                         all of the network stacks on the platform.  Specifying a\r
@@ -34,9 +34,9 @@
                         number from the dynamic range.  Specifying a specific\r
                         port number causes the network layer to use that port.\r
 \r
-  @param [in] namelen   Specifies the length in bytes of the sockaddr structure.\r
+  @param[in] namelen   Specifies the length in bytes of the sockaddr structure.\r
 \r
-  @returns    The bind routine returns zero (0) if successful and -1 upon failure.\r
+  @return     The bind routine returns zero (0) if successful and -1 upon failure.\r
 \r
  **/\r
 int\r