code: plan9front

Download patch

ref: 60b64002196eb39d59a4d4263a98fe9f8dcb187e
parent: 3bbff3ee20de3f6ccbfd543a311ecb24f2eb8729
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jan 9 14:37:38 EST 2023

ssh(1): relies -> relays (thanks sigrid)

--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -99,7 +99,7 @@
 The
 .B -X
 flag enables mux mode, which after establishing
-the tunnel, relies the raw SSH protocol
+the tunnel, relays the plaintext SSH protocol
 messages on file-descriptor 0 and 1.
 This is used by programs such as
 .IR sshnet (4)