aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.73
1 files changed, 0 insertions, 3 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 3eadb8ab78..e069348515 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -732,7 +732,6 @@ main(int argc, char *argv[])
for (;;) {
-
/* Wait for incoming connection. */
data_socket = accept(connection_socket, NULL, NULL);
@@ -871,7 +870,6 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
-
/* Receive result. */
ret = read(data_socket, buffer, BUFFER_SIZE);
@@ -892,7 +890,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
-
.fi
.PP
For an example of the use of