diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2000-12-07 04:25:00 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2000-12-07 04:25:00 +0000 |
commit | 9aad70c039111a837f2f2ae9ae82dbfe55c7ebb6 (patch) | |
tree | 52f22e1da09da70a9175c005e1c38e560bd6b21e /usr.bin | |
parent | e30089fb5d13b72c93e2c5a18636687deeb3ba30 (diff) |
Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 8f3be17490f..9a4330f5528 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.70 2000/12/01 00:00:51 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.71 2000/12/07 04:24:59 djm Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -272,7 +272,7 @@ On most systems, setting the escape character to .Dq none will also make the session transparent even if a tty is used. .Pp -The session terminates when the command or shell in on the remote +The session terminates when the command or shell on the remote machine exists and all X11 and TCP/IP connections have been closed. The exit status of the remote program is returned as the exit status of |