diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-31 10:53:00 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-04-01 14:53:46 +0200 |
| commit | 33a0ccb2938077c5970488cae9d76a6b6eb85ced (patch) | |
| tree | 75c7046ad4757f8d5f95d6ac0b7230214b0f3573 /man7/tcp.7 | |
| parent | 90878f7c26d108a4bae66b171a45ef27bd7c5f3e (diff) | |
| download | man-pages-33a0ccb2938077c5970488cae9d76a6b6eb85ced.tar.gz | |
intro.1, _syscall.2, access.2, arch_prctl.2, cacheflush.2, chown.2, clock_getres.2, clone.2, create_module.2, fcntl.2, flock.2, get_kernel_syms.2, get_robust_list.2, get_thread_area.2, getcpu.2, getpriority.2, getrlimit.2, getrusage.2, ioprio_set.2, kexec_load.2, madvise.2, mbind.2, migrate_pages.2, mknod.2, mmap.2, mount.2, move_pages.2, mprotect.2, open.2, pause.2, pciconfig_read.2, perf_event_open.2, prctl.2, ptrace.2, query_module.2, read.2, reboot.2, recv.2, s390_runtime_instr.2, sched_setscheduler.2, select_tut.2, send.2, set_mempolicy.2, setfsgid.2, setfsuid.2, sigaction.2, spu_create.2, spu_run.2, stime.2, swapon.2, syslog.2, timer_create.2, timer_getoverrun.2, times.2, tkill.2, umount.2, unimplemented.2, ustat.2, vm86.2, wait.2, abs.3, aio_read.3, aio_write.3, bsd_signal.3, catgets.3, clearenv.3, cmsg.3, dbopen.3, dirfd.3, dlopen.3, exec.3, fenv.3, ferror.3, fmemopen.3, fnmatch.3, fopen.3, futimes.3, getaddrinfo.3, getifaddrs.3, getipnodebyname.3, hsearch.3, if_nameindex.3, inet_pton.3, mblen.3, mbrlen.3, mbsrtowcs.3, mbtowc.3, mcheck.3, memfrob.3, mq_notify.3, netlink.3, posix_memalign.3, printf.3, pthread_attr_setscope.3, pthread_cleanup_push.3, pthread_kill_other_threads_np.3, pthread_self.3, pthread_setcancelstate.3, pthread_setconcurrency.3, raise.3, resolver.3, rpc.3, rtime.3, rtnetlink.3, scanf.3, setbuf.3, setnetgrent.3, shm_open.3, sigpause.3, sigset.3, sigwait.3, sockatmark.3, strcasecmp.3, strcmp.3, strdup.3, strftime.3, strptime.3, strsignal.3, strverscmp.3, sysv_signal.3, termios.3, wcrtomb.3, wcsnlen.3, wcsnrtombs.3, wcsrtombs.3, wctomb.3, wprintf.3, console_codes.4, cpuid.4, msr.4, rtc.4, sk98lin.4, st.4, tty.4, charmap.5, core.5, elf.5, hosts.equiv.5, proc.5, resolv.conf.5, services.5, slabinfo.5, arp.7, bootparam.7, capabilities.7, charsets.7, cpuset.7, ddp.7, epoll.7, feature_test_macros.7, futex.7, hier.7, icmp.7, inotify.7, ip.7, ipv6.7, man-pages.7, mdoc.7, mdoc.samples.7, netdevice.7, netlink.7, numa.7, packet.7, path_resolution.7, posixoptions.7, pthreads.7, raw.7, rtld-audit.7, rtnetlink.7, sem_overview.7, sigevent.7, socket.7, spufs.7, tcp.7, udp.7, unicode.7, uri.7, utf-8.7, intro.8, ldconfig.8, sync.8: Global fix: fix placement of word "only"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/tcp.7')
| -rw-r--r-- | man7/tcp.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index 3f9564be09..aaa8fb758f 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -182,7 +182,7 @@ socket option is enabled, urgent data is put into the normal data stream (a program can test for its location using the .B SIOCATMARK ioctl described below), -otherwise it can be only received when the +otherwise it can be received only when the .B MSG_OOB flag is set for .BR recv (2) @@ -202,8 +202,8 @@ TCP is built on top of IP (see The address formats defined by .BR ip (7) apply to TCP. -TCP only supports point-to-point -communication; broadcasting and multicasting are not +TCP supports point-to-point communication only; +broadcasting and multicasting are not supported. .SS /proc interfaces System-wide TCP parameter settings can be accessed by files in the directory @@ -455,7 +455,7 @@ no response is obtained from the other end. .\" Since 2.1.43 The number of seconds a connection needs to be idle before TCP begins sending out keep-alive probes. -Keep-alives are only sent when the +Keep-alives are sent only when the .B SO_KEEPALIVE socket option is enabled. The default value is 7200 seconds (2 hours). |
