mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
upstream: fix incorrect capitalisation;
OpenBSD-Commit-ID: cb07eb06e15fa2334660ac73e98f29b6a1931984
This commit is contained in:
parent
9707c8170c
commit
afcc9028bf
@ -33,8 +33,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: ssh_config.5,v 1.393 2024/01/10 06:33:13 jmc Exp $
|
||||||
.Dd $Mdocdate: January 9 2024 $
|
.Dd $Mdocdate: January 10 2024 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -481,7 +481,7 @@ Specifying a zero value disables the inactivity timeout.
|
|||||||
.Pp
|
.Pp
|
||||||
The special timeout
|
The special timeout
|
||||||
.Dq global
|
.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
|
Traffic on any active channel will reset the timeout, but when the timeout
|
||||||
expires then all open channels will be closed.
|
expires then all open channels will be closed.
|
||||||
Note that this global timeout is not matched by wildcards and must be
|
Note that this global timeout is not matched by wildcards and must be
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: sshd_config.5,v 1.352 2024/01/10 06:33:13 jmc Exp $
|
||||||
.Dd $Mdocdate: January 9 2024 $
|
.Dd $Mdocdate: January 10 2024 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -427,7 +427,7 @@ Specifying a zero value disables the inactivity timeout.
|
|||||||
.Pp
|
.Pp
|
||||||
The special timeout
|
The special timeout
|
||||||
.Dq global
|
.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
|
Traffic on any active channel will reset the timeout, but when the timeout
|
||||||
expires then all open channels will be closed.
|
expires then all open channels will be closed.
|
||||||
Note that this global timeout is not matched by wildcards and must be
|
Note that this global timeout is not matched by wildcards and must be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user