summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2000-03-24 03:04:47 +0000
committerBrad Smith <brad@cvs.openbsd.org>2000-03-24 03:04:47 +0000
commitcd054da99596ecbdc97b3b41eb206ee95be5a65d (patch)
tree2de1e8c962216431d18ad7d8a8d9645653770177 /usr.bin
parent82ed2e3a3f6eea4088f22a99c76b860e99c875bc (diff)
fix spelling errors, From: FreeBSD
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh.14
-rw-r--r--usr.bin/ssh/sshd.84
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