From 980e69ac1070d972263d196c86793a9be07979e0 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 31 Mar 1997 00:57:15 +0000 Subject: [PATCH] updated git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1533 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/kx.1 | 5 ++++- appl/kx/rxtelnet.1 | 9 ++++++++- appl/kx/rxterm.1 | 9 ++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/appl/kx/kx.1 b/appl/kx/kx.1 index ff99eb361..1ce0d4e01 100644 --- a/appl/kx/kx.1 +++ b/appl/kx/kx.1 @@ -10,6 +10,7 @@ securely forward X conections .Sh SYNOPSIS .Ar kx .Op Fl l Ar username +.Op Fl k .Op Fl d .Op Fl t .Op Fl p Ar port @@ -24,8 +25,10 @@ through an authenticated and encrypted stream. Options supported by .It Fl l Log in on remote the host as user .Ar username . +.It Fl k +Do not enable keep-alives on the TCP connections. .It Fl d -Do not fork. +Do not fork. This is mainly useful for debugging. .It Fl t Listen not only on a UNIX-domain socket but on a TCP socket as well. .It Fl p diff --git a/appl/kx/rxtelnet.1 b/appl/kx/rxtelnet.1 index f1f72353c..617b28f2c 100644 --- a/appl/kx/rxtelnet.1 +++ b/appl/kx/rxtelnet.1 @@ -10,9 +10,11 @@ start a telnet and forward X-connections. .Sh SYNOPSIS .Nm rxtelnet .Op Fl l Ar username +.Op Fl k .Op Fl t Ar telnet_args .Op Fl x Ar xterm_args .Ar host +.Op Ar port .Sh DESCRIPTION The .Nm @@ -21,13 +23,17 @@ program starts a window with a telnet to host .Ar host . From this window you will also be able to run X clients that will be -able to connect securily to your X server. +able to connect securily to your X server. If +.Ar port +is given, that port will be used instead of the default. .Pp The supported options are: .Bl -tag -width Ds .It Fl l Log in on the remote host as user .Ar username +.It Fl k +Disables keep-alives .It Fl t Send .Ar telnet_args @@ -60,6 +66,7 @@ In this window you will be able to start X clients. .El .Sh SEE ALSO .Xr rxterm 1 , +.Xr tenletxr 1 , .Xr kx 1 , .Xr kxd 8 , .Xr telnet 1 diff --git a/appl/kx/rxterm.1 b/appl/kx/rxterm.1 index 17464b0c3..cf3d3213b 100644 --- a/appl/kx/rxterm.1 +++ b/appl/kx/rxterm.1 @@ -10,9 +10,11 @@ start a secure remote xterm .Sh SYNOPSIS .Nm rxterm .Op Fl l Ar username +.Op Fl k .Op Fl r Ar rsh_args .Op Fl x Ar xterm_args .Ar host +.Op Ar port .Sh DESCRIPTION The .Nm @@ -21,13 +23,17 @@ program starts a window on host .Ar host . From this window you will also be able to run X clients that will be -able to connect securily to your X server. +able to connect securily to your X server. If +.Ar port +is given, that port will be used instead of the default. .Pp The supported options are: .Bl -tag -width Ds .It Fl l Log in on the remote host as user .Ar username +.It Fl k +Disable keep-alives .It Fl r Send .Ar rsh_args @@ -60,6 +66,7 @@ In this window you will be able to start X clients. .El .Sh SEE ALSO .Xr rxtelnet 1 , +.Xr tenletxr 1 , .Xr kx 1 , .Xr kxd 8 , .Xr rsh 1