updated kx and kx man pages

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1467 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-21 06:42:54 +00:00
parent f492a95944
commit ba90d56517
2 changed files with 17 additions and 3 deletions

View File

@@ -9,8 +9,10 @@
securely forward X conections securely forward X conections
.Sh SYNOPSIS .Sh SYNOPSIS
.Ar kx .Ar kx
.Op Fl d
.Op Fl l Ar username .Op Fl l Ar username
.Op Fl d
.Op Fl t
.Op Fl p Ar port
.Ar host .Ar host
.Sh DESCRIPTION .Sh DESCRIPTION
The The
@@ -21,9 +23,14 @@ through an authenticated and encrypted stream. Options supported by
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl l .It Fl l
Log in on remote the host as user Log in on remote the host as user
.Ar username .Ar username .
.It Fl d .It Fl d
Do not fork. 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 .El
.Pp .Pp
This program is used by This program is used by

View File

@@ -10,6 +10,8 @@ securely forward X conections
.Sh SYNOPSIS .Sh SYNOPSIS
.Ar kxd .Ar kxd
.Op Fl t .Op Fl t
.Op Fl i
.Op Fl p Ar port
.Sh DESCRIPTION .Sh DESCRIPTION
This is the daemon for This is the daemon for
.Nm kx . .Nm kx .
@@ -22,7 +24,7 @@ TCP. Normally
.Nm kxd .Nm kxd
will only listen for X connections on a UNIX socket, but some machines 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 (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 created by
.Nm kxd. .Nm kxd.
This option decreases the security significantly and should only be This option decreases the security significantly and should only be
@@ -33,6 +35,11 @@ Interactive. Do not expect to be started by
.Nm inetd, .Nm inetd,
but allocate and listen to the socket yourself. Handy for testing but allocate and listen to the socket yourself. Handy for testing
and debugging. and debugging.
.It Fl p
Port. Listen on the port
.Ar port .
Only usable with
.Fl i .
.El .El
.Sh EXAMPLES .Sh EXAMPLES