From 19a574f304a65bc3a55994f27bd1fc883fedaf78 Mon Sep 17 00:00:00 2001 From: replay Date: Wed, 4 Jun 2014 09:49:13 +0300 Subject: [PATCH] Fixes typo in man page There is a simple typo in the man page of proxy-server.conf, "client_timeout" is written as "client_timeoutt". This commit fixes it. Closes-Bug: #1326237 Change-Id: I98777f523906e4ed625de8f20a96979ea627aa1f --- doc/manpages/proxy-server.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manpages/proxy-server.conf.5 b/doc/manpages/proxy-server.conf.5 index 385b27af4a..8ebf62f202 100644 --- a/doc/manpages/proxy-server.conf.5 +++ b/doc/manpages/proxy-server.conf.5 @@ -519,7 +519,7 @@ Chunk size to read from object servers. The default is 8192. Chunk size to read from clients. The default is 8192. .IP \fBnode_timeout\fR Request timeout to external services. The default is 10 seconds. -.IP \fBclient_timeoutt\fR +.IP \fBclient_timeout\fR Timeout to read one chunk from a client. The default is 60 seconds. .IP \fBconn_timeout\fR Connection timeout to external services. The default is 0.5 seconds.