From 4cc45ab272ec2b620933620f3a8d4e35dd432bba Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 14 Jul 2024 10:19:23 +0000 Subject: [PATCH] fix double word; ok dtucker@ --- usr.bin/ssh/ssh_config.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 10ce6ea3102..874874bd07d 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.397 2024/07/04 22:53:59 djm Exp $ -.Dd $Mdocdate: July 4 2024 $ +.\" $OpenBSD: ssh_config.5,v 1.398 2024/07/14 10:19:23 jsg Exp $ +.Dd $Mdocdate: July 14 2024 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1263,7 +1263,7 @@ and .It Cm KexAlgorithms Specifies the permitted KEX (Key Exchange) algorithms that will be used and their preference order. -The selected algorithm will the the first algorithm in this list that +The selected algorithm will be the first algorithm in this list that the server also supports. Multiple algorithms must be comma-separated. .Pp -- 2.20.1