* [PATCH] small improvement for tcp.7
@ 2014-02-01 14:25 Yuri Kozlov
[not found] ` <20140201182520.5c3ac952-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Yuri Kozlov @ 2014-02-01 14:25 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hello.
diff --git a/man7/tcp.7 b/man7/tcp.7
index 9cd7206..1f4346d 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -898,7 +898,7 @@ Unprivileged processes are restricted to choosing one of th$
(described above).
Privileged processes
.RB ( CAP_NET_ADMIN )
-processes can choose from any of the available congestion-control algorithms
+can choose from any of the available congestion-control algorithms
(see the description of
.IR tcp_available_congestion_control
above).
--
Best Regards,
Yuri Kozlov
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 5+ messages in thread[parent not found: <20140201182520.5c3ac952-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>]
* Re: [PATCH] small improvement for tcp.7 [not found] ` <20140201182520.5c3ac952-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org> @ 2014-02-04 8:26 ` Michael Kerrisk (man-pages) 2014-02-04 8:57 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 5+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-02-04 8:26 UTC (permalink / raw) To: Yuri Kozlov Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Applied. Thanks. A request for the future: please title patches as per this form [[atch] <page-name>: description For example: [patch] shmop.2: Add "(void *)" cast to RETURN VALUE For simple patches that fix typos, just make the description "tfix". Thus, the subject line for this patch would best be: [patch] tcp.7: tfix Thanks, Michael On 02/01/2014 03:25 PM, Yuri Kozlov wrote: > Hello. > diff --git a/man7/tcp.7 b/man7/tcp.7 > index 9cd7206..1f4346d 100644 > --- a/man7/tcp.7 > +++ b/man7/tcp.7 > @@ -898,7 +898,7 @@ Unprivileged processes are restricted to choosing one of th$ > (described above). > Privileged processes > .RB ( CAP_NET_ADMIN ) > -processes can choose from any of the available congestion-control algorithms > +can choose from any of the available congestion-control algorithms > (see the description of > .IR tcp_available_congestion_control > above). > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] small improvement for tcp.7 [not found] ` <20140201182520.5c3ac952-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org> 2014-02-04 8:26 ` Michael Kerrisk (man-pages) @ 2014-02-04 8:57 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 5+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-02-04 8:57 UTC (permalink / raw) To: Yuri Kozlov Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Applied. Thanks, Michael On 02/01/2014 03:25 PM, Yuri Kozlov wrote: > Hello. > diff --git a/man7/tcp.7 b/man7/tcp.7 > index 9cd7206..1f4346d 100644 > --- a/man7/tcp.7 > +++ b/man7/tcp.7 > @@ -898,7 +898,7 @@ Unprivileged processes are restricted to choosing one of th$ > (described above). > Privileged processes > .RB ( CAP_NET_ADMIN ) > -processes can choose from any of the available congestion-control algorithms > +can choose from any of the available congestion-control algorithms > (see the description of > .IR tcp_available_congestion_control > above). > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] small improvement for tcp.7
@ 2014-02-01 14:54 Yuri Kozlov
[not found] ` <20140201185459.14c29a9b-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Yuri Kozlov @ 2014-02-01 14:54 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hello.
.IR "unsigned int"
as an argument.
When the value is greater than 0,
-it specifies the maximum amount of time in imilliseconds that transmitted
+it specifies the maximum amount of time in milliseconds that transmitted
data may remain unacknowledged before TCP will forcibly close the
corresponding connection and return
.B ETIMEDOUT
@@ -1040,7 +1040,7 @@ Increasing user timeouts allows a TCP connection to survive e$
periods without end-to-end connectivity.
Decreasing user timeouts
allows applications to "fail fast", if so desired.
-Otherwise, failure may take upto 20 minutes with
+Otherwise, failure may take up to 20 minutes with
the current system defaults in a normal WAN environment.
--
Best Regards,
Yuri Kozlov
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <20140201185459.14c29a9b-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>]
* Re: [PATCH] small improvement for tcp.7 [not found] ` <20140201185459.14c29a9b-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org> @ 2014-02-04 8:57 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 5+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-02-04 8:57 UTC (permalink / raw) To: Yuri Kozlov Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA (Manually) applied. Thanks, Michael On 02/01/2014 03:54 PM, Yuri Kozlov wrote: > Hello. > > .IR "unsigned int" > as an argument. > When the value is greater than 0, > -it specifies the maximum amount of time in imilliseconds that transmitted > +it specifies the maximum amount of time in milliseconds that transmitted > data may remain unacknowledged before TCP will forcibly close the > corresponding connection and return > .B ETIMEDOUT > @@ -1040,7 +1040,7 @@ Increasing user timeouts allows a TCP connection to survive e$ > periods without end-to-end connectivity. > Decreasing user timeouts > allows applications to "fail fast", if so desired. > -Otherwise, failure may take upto 20 minutes with > +Otherwise, failure may take up to 20 minutes with > the current system defaults in a normal WAN environment. > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-04 8:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-01 14:25 [PATCH] small improvement for tcp.7 Yuri Kozlov
[not found] ` <20140201182520.5c3ac952-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
2014-02-04 8:26 ` Michael Kerrisk (man-pages)
2014-02-04 8:57 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2014-02-01 14:54 Yuri Kozlov
[not found] ` <20140201185459.14c29a9b-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
2014-02-04 8:57 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).