diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20001209 | ||
2 | - (bal) OpenSSH CVS updates: | ||
3 | - djm@cvs.openbsd.org 2000/12/07 4:24:59 | ||
4 | [ssh.1] | ||
5 | Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo | ||
6 | |||
1 | 20001207 | 7 | 20001207 |
2 | - (bal) OpenSSH CVS updates: | 8 | - (bal) OpenSSH CVS updates: |
3 | - markus@cvs.openbsd.org 2000/12/06 22:58:14 | 9 | - markus@cvs.openbsd.org 2000/12/06 22:58:14 |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.70 2000/12/01 00:00:51 markus Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.71 2000/12/07 04:24:59 djm Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -272,7 +272,7 @@ On most systems, setting the escape character to | |||
272 | .Dq none | 272 | .Dq none |
273 | will also make the session transparent even if a tty is used. | 273 | will also make the session transparent even if a tty is used. |
274 | .Pp | 274 | .Pp |
275 | The session terminates when the command or shell in on the remote | 275 | The session terminates when the command or shell on the remote |
276 | machine exists and all X11 and TCP/IP connections have been closed. | 276 | machine exists and all X11 and TCP/IP connections have been closed. |
277 | The exit status of the remote program is returned as the exit status | 277 | The exit status of the remote program is returned as the exit status |
278 | of | 278 | of |