Fix a few spelling errors.

This commit is contained in:
Mike Pritchard 2000-03-24 02:26:54 +00:00
parent 3f7da69fb7
commit 5c51cd6437
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58520
2 changed files with 3 additions and 3 deletions

View File

@ -360,7 +360,7 @@ and
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 @@ Specifies a file to use instead of
.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

View File

@ -612,7 +612,7 @@ The
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