summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-02-22 21:57:28 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-02-22 21:57:28 +0000
commitdea01b6e7f0865d98a3de5f0818d2d09b8987f0f (patch)
treeae1714a90d0108d9f2a970efe57fbae18a3f8502 /usr.bin/ssh/ssh.1
parent639a5f981483660ca4b13c30ecd65ee7b9115c6a (diff)
typos/grammar from matt@anzen.com
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r--usr.bin/ssh/ssh.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index eeeab9bd15a..0f75a5d9b9f 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.91 2001/02/11 12:59:25 markus Exp $
+.\" $OpenBSD: ssh.1,v 1.92 2001/02/22 21:57:26 markus Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -274,7 +274,7 @@ On most systems, setting the escape character to
will also make the session transparent even if a tty is used.
.Pp
The session terminates when the command or shell on the remote
-machine exists and all X11 and TCP/IP connections have been closed.
+machine exits and all X11 and TCP/IP connections have been closed.
The exit status of the remote program is returned as the exit status
of
.Nm ssh .
@@ -322,7 +322,7 @@ command line or in a configuration file.
Forwarding of arbitrary TCP/IP connections over the secure channel can
be specified either on command line or in a configuration file.
One possible application of TCP/IP forwarding is a secure connection to an
-electronic purse; another is going trough firewalls.
+electronic purse; another is going through firewalls.
.Pp
.Ss Server authentication
.Pp
@@ -1196,7 +1196,7 @@ also used by rlogin and rsh, which makes using this file insecure.)
Each line of the file contains a host name (in the canonical form
returned by name servers), and then a user name on that host,
separated by a space.
-One some machines this file may need to be
+On some machines this file may need to be
world-readable if the user's home directory is on a NFS partition,
because
.Xr sshd 8