diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-02-03 09:14:22 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-02-03 09:14:22 +0100 |
| commit | 787dd4ad3aeec86024a9ac29494bf40fa97fcb66 (patch) | |
| tree | 3514576c30023cea1dd723e5a61a1e4c61d12c8a /man7/unix.7 | |
| parent | b353ceb4a0d366fb6adf09b3d068eba98111a8b0 (diff) | |
| download | man-pages-787dd4ad3aeec86024a9ac29494bf40fa97fcb66.tar.gz | |
membarrier.2, crypt.3, dladdr.3, duplocale.3, fmemopen.3, gethostbyname.3, mallopt.3, newlocale.3, resolver.3, sigsetops.3, strfmon.3, tzset.3, console_ioctl.4, lirc.4, loop.4, vcs.4, dir_colors.5, locale.5, proc.5, tzfile.5, attributes.7, bootparam.7, capabilities.7, feature_test_macros.7, icmp.7, man-pages.7, netlink.7, path_resolution.7, pipe.7, socket.7, unix.7, vdso.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 3 |
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 |
