aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/network.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-13 19:43:54 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-13 19:43:54 +0100
commitecfc618edda1bfa08bc2de6fc15cf87c2903df4f (patch)
tree7bc2ec25cd6a187d9447a04c4540790384151f37 /FICS/network.c
parentb849fc5ab8a31bd47d67a3d3f80b275e0f58d42a (diff)
Changed comment layout
Diffstat (limited to 'FICS/network.c')
-rw-r--r--FICS/network.c12
1 files changed, 7 insertions, 5 deletions
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 <lf> after every <cr> 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)
{