]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/send.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / send.c
index f3f739cb6f41d8eebf7fd35f03a5dec5d087c658..0bbed5ac33dfb40184aa731ef8b6b701ab5c12f0 100644 (file)
   @param [in] s         Socket file descriptor returned from ::socket.\r
 \r
   @param [in] buffer    Address of a buffer containing the data to send.\r
-    \r
+\r
   @param [in] length    Length of the buffer in bytes.\r
 \r
   @param [in] flags     Message control flags\r
 \r
-  @returns    ::send returns the number of data bytes that were\r
+  @return     ::send returns the number of data bytes that were\r
               sent and -1 when an error occurs.  In the case of\r
               an error, errno contains more details.\r
 \r