Fix typo in waitTimeout configuration and clarify its use
Clarify the documentation related to sshd.waitTimeout and explain
where it applies and its correct use in comparison to sshd.idleTimeout.
Change-Id: I1b80d00875f267a406157119678749e35def3333
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 7710735..211d174 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -3721,8 +3721,9 @@
[[sshd.idleTimeout]]sshd.idleTimeout::
+
Time in seconds after which the server automatically terminates idle
-connections (or 0 to disable closing of idle connections). Values
-should use common unit suffixes to express their setting:
+connections (or 0 to disable closing of idle connections) not waiting for
+any server operation to complete.
+Values should use common unit suffixes to express their setting:
+
* s, sec, second, seconds
* m, min, minute, minutes
@@ -3734,8 +3735,9 @@
[[sshd.waitTimeout]]sshd.waitTimeout::
+
-Time in seconds after which the server automatically terminates idle connections
-connections (e.g. cloning a very large repo with lots of refs)
+Time in seconds after which the server automatically terminates
+connections waiting for a server operation to complete, like for instance
+cloning a very large repo with lots of refs.
Values should use common unit suffixes to express their setting:
+
* s, sec, second, seconds