From ecfc618edda1bfa08bc2de6fc15cf87c2903df4f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 19:43:54 +0100 Subject: Changed comment layout --- FICS/network.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'FICS') diff --git a/FICS/network.c b/FICS/network.c index f22487a..ac5a509 100644 --- a/FICS/network.c +++ b/FICS/network.c @@ -206,11 +206,13 @@ PRIVATE int sendme(int which, char *str, int len) } /* - * -1 for an error other than EWOULDBLOCK. - * Put after every and put \ at the end of overlength lines. - * Doesn't send anything unless the buffer fills, output waits until - * flushed -*/ + * Put LF after every CR and put '\' at the end of overlength lines. + * + * Doesn't send anything unless the buffer fills and output waits + * until flushed. + * + * '-1' for an error other than 'EWOULDBLOCK'. + */ PUBLIC int net_send_string(int fd, char *str, int format) { -- cgit v1.2.3