From e40b91f5617af58b356dfea5c8f07e99acafdd14 Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 24 Mar 2000 03:04:46 +0000 Subject: [PATCH] fix spelling errors, From: FreeBSD --- usr.bin/ssh/ssh.1 | 4 ++-- usr.bin/ssh/sshd.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 5800fb1ed90..b2bd31c0cbd 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.42 2000/03/23 21:39:55 aaron Exp $ +.\" $Id: ssh.1,v 1.43 2000/03/24 03:04:46 brad Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -390,7 +390,7 @@ Causes all warning and diagnostic messages to be suppressed. Only fatal errors are displayed. .It Fl t Force pseudo-tty allocation. -This can be used to execute arbitary +This can be used to execute arbitrary screen-based programs on a remote machine, which can be very useful, e.g., when implementing menu services. .It Fl v diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 0ae2b3e5ee3..24b1a352bfe 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.36 2000/03/23 21:10:10 aaron Exp $ +.\" $Id: sshd.8,v 1.37 2000/03/24 03:04:46 brad Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -638,7 +638,7 @@ and .Pa $HOME/.ssh/known_hosts files contain host public keys for all known hosts. The global file should -be prepared by the admistrator (optional), and the per-user file is +be prepared by the administrator (optional), and the per-user file is maintained automatically: whenever the user connects an unknown host its key is added to the per-user file. .Pp -- 2.20.1