]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix incorrect capitalisation;
authorjmc@openbsd.org <jmc@openbsd.org>
Wed, 10 Jan 2024 06:33:13 +0000 (06:33 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 11 Jan 2024 03:20:29 +0000 (14:20 +1100)
OpenBSD-Commit-ID: cb07eb06e15fa2334660ac73e98f29b6a1931984

ssh_config.5
sshd_config.5

index 15ad012f8879d717b35c10905510100e811acdc7..35aa2c0cca91930dd789aa091c4d61648d1ab49a 100644 (file)
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh_config.5,v 1.392 2024/01/09 22:19:00 djm Exp $
-.Dd $Mdocdate: January 9 2024 $
+.\" $OpenBSD: ssh_config.5,v 1.393 2024/01/10 06:33:13 jmc Exp $
+.Dd $Mdocdate: January 10 2024 $
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME
@@ -481,7 +481,7 @@ Specifying a zero value disables the inactivity timeout.
 .Pp
 The special timeout
 .Dq global
-Applies to all active channels, taken together.
+applies to all active channels, taken together.
 Traffic on any active channel will reset the timeout, but when the timeout
 expires then all open channels will be closed.
 Note that this global timeout is not matched by wildcards and must be
index ca5eeb59d95731bc43acfc386d63f6f4f3f26691..3e0befab13aa13fbd5b98a393e0fdd9775d03199 100644 (file)
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.351 2024/01/09 22:19:00 djm Exp $
-.Dd $Mdocdate: January 9 2024 $
+.\" $OpenBSD: sshd_config.5,v 1.352 2024/01/10 06:33:13 jmc Exp $
+.Dd $Mdocdate: January 10 2024 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -427,7 +427,7 @@ Specifying a zero value disables the inactivity timeout.
 .Pp
 The special timeout
 .Dq global
-Applies to all active channels, taken together.
+applies to all active channels, taken together.
 Traffic on any active channel will reset the timeout, but when the timeout
 expires then all open channels will be closed.
 Note that this global timeout is not matched by wildcards and must be