From 7dbd1b5dcca5d9dff4dab9356b7a9bc3fbbec7fa Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 22 Sep 2007 14:48:45 +0200 Subject: [PATCH] net.c: Fix a typo and improve send_bin_buffer() docu. --- net.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net.c b/net.c index 221ad890..0e41be1c 100644 --- a/net.c +++ b/net.c @@ -128,15 +128,15 @@ static int sendall(int fd, const char *buf, size_t *len) } /** - * encrypt and send buffer + * Encrypt and send a binary buffer. * - * \param fd: the file descriptor - * \param buf the buffer to be encrypted and sent - * \param len the length of \a buf + * \param fd The file descriptor. + * \param buf The buffer to be encrypted and sent. + * \param len The length of \a buf. * - * Check if encrytpion is available. If yes, encrypt the given buffer. Send out - * the buffer, encrypted or not, and try to resend the remaing part in case of - * short writes. + * Check if encryption is available. If yes, encrypt the given buffer. Send + * out the buffer, encrypted or not, and try to resend the remaing part in case + * of short writes. * * \return Positive on success, \p -E_SEND on errors. */ -- 2.39.2