diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-03 17:03:06 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-03 17:03:06 +0000 |
commit | aa6e9f21516247b4ddc733c09efc7e43afdc25fa (patch) | |
tree | 2fc405e03cb9b2026e071666ae141d9568d33e34 | |
parent | 44c322322d37f20769304d8faca733cdf272b853 (diff) |
typos; ok markus@
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index d337f502f03..3e0eba392d9 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (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.1,v 1.81 2001/02/03 10:19:50 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.82 2001/02/03 17:03:05 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -753,8 +753,8 @@ Specifies a file to use instead of .It Cm HostKeyAlias Specifies an alias that should be used instead of the real host name when looking up or saving the host key -the kown_hosts files. -This option is useful for tunneling ssh connection +in the known_hosts files. +This option is useful for tunneling ssh connections or if you have multiple servers running on a single host. .It Cm HostName Specifies the real host name to log into. |