]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/socket.c
Indent and better logging
[netatalk.git] / libatalk / util / socket.c
index dd41036a3e346a0c10741f826b7bf0fea7e33dab..528b2646bcfe2885bd2c0450b61b4429825f1082 100644 (file)
@@ -87,7 +87,7 @@ int setnonblock(int fd, int cmd)
  *                             io mode for the socket
  * @param timeout         (r)  number of seconds to try reading
  *
- * @returns number of bytes actually read or -1 on fatal error
+ * @returns number of bytes actually read or -1 on timeout or error
  */
 ssize_t readt(int socket, void *data, const size_t length, int setnonblocking, int timeout)
 {