From ba90d5651724f0f3ed5a6f577223e81a60759701 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 21 Mar 1997 06:42:54 +0000 Subject: [PATCH] updated kx and kx man pages git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1467 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/kx.1 | 11 +++++++++-- appl/kx/kxd.8 | 9 ++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/appl/kx/kx.1 b/appl/kx/kx.1 index bd5a910f1..ff99eb361 100644 --- a/appl/kx/kx.1 +++ b/appl/kx/kx.1 @@ -9,8 +9,10 @@ securely forward X conections .Sh SYNOPSIS .Ar kx -.Op Fl d .Op Fl l Ar username +.Op Fl d +.Op Fl t +.Op Fl p Ar port .Ar host .Sh DESCRIPTION The @@ -21,9 +23,14 @@ through an authenticated and encrypted stream. Options supported by .Bl -tag -width Ds .It Fl l Log in on remote the host as user -.Ar username +.Ar username . .It Fl d Do not fork. +.It Fl t +Listen not only on a UNIX-domain socket but on a TCP socket as well. +.It Fl p +Use the port +.Ar port . .El .Pp This program is used by diff --git a/appl/kx/kxd.8 b/appl/kx/kxd.8 index 962460396..6d6b45c1a 100644 --- a/appl/kx/kxd.8 +++ b/appl/kx/kxd.8 @@ -10,6 +10,8 @@ securely forward X conections .Sh SYNOPSIS .Ar kxd .Op Fl t +.Op Fl i +.Op Fl p Ar port .Sh DESCRIPTION This is the daemon for .Nm kx . @@ -22,7 +24,7 @@ TCP. Normally .Nm kxd will only listen for X connections on a UNIX socket, but some machines (for example, Cray) have X libraries that are not able to use UNIX -sockets and thus you need to use TCP to talk to the psuedo-xserver +sockets and thus you need to use TCP to talk to the pseudo-xserver created by .Nm kxd. This option decreases the security significantly and should only be @@ -33,6 +35,11 @@ Interactive. Do not expect to be started by .Nm inetd, but allocate and listen to the socket yourself. Handy for testing and debugging. +.It Fl p +Port. Listen on the port +.Ar port . +Only usable with +.Fl i . .El .Sh EXAMPLES