Mailing List Archive

typos in ssh.1 & sshd.8 man pages
Attached is a patch to fix a few typos in the ssh.1 and sshd.8
man pages. I just committed these to FreeBSD, and hope that you
can incorporate them in your version.

-Mike
--
Mike Pritchard
mpp@FreeBSD.org or mpp@mppsystems.com

----cut here---
Index: ssh.1
===================================================================
RCS file: /home/ncvs/src/crypto/openssh/ssh.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- ssh.1 2000/03/10 11:48:49 1.4
+++ ssh.1 2000/03/24 02:26:54 1.5
@@ -360,7 +360,7 @@
Quiet mode. 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
+Force pseudo-tty allocation. 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
@@ -574,7 +574,7 @@
.Pa /etc/ssh/ssh_known_hosts .
.It Cm HostName
Specifies the real host name to log into. This can be used to specify
-nicnames or abbreviations for hosts. Default is the name given on the
+nicknames or abbreviations for hosts. Default is the name given on the
command line. Numeric IP addresses are also permitted (both on the
command line and in
.Cm HostName
Index: sshd.8
===================================================================
RCS file: /home/ncvs/src/crypto/openssh/sshd.8,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- sshd.8 2000/03/13 00:17:43 1.5
+++ sshd.8 2000/03/24 02:26:54 1.6
@@ -612,7 +612,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