From 5b7944c191c0a45c7d4fceaa899ae5bd79e00045 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 10 Jan 2024 06:33:13 +0000 Subject: [PATCH] fix incorrect capitalisation; --- usr.bin/ssh/ssh_config.5 | 6 +++--- usr.bin/ssh/sshd_config.5 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 56f871f4736..19a2402dce0 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -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 diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 0f859de1497..0cc1fd71940 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -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 @@ -428,7 +428,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 -- 2.20.1