wincng: Remove trailing space
[heimdal.git] / appl / kx / tenletxr.1
blobe030d1534cd46dfcb58e67a7eb4e047083830303
1 .\" Copyright (c) 1997, 2001 - 2002 Kungliga Tekniska Högskolan
2 .\" (Royal Institute of Technology, Stockholm, Sweden).
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\"
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\"
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\"
16 .\" 3. Neither the name of the Institute nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\" $Id$
33 .\"
34 .Dd March 31, 1997
35 .Dt TENLETXR 1
36 .Os KTH_KRB
37 .Sh NAME
38 .Nm tenletxr
39 .Nd forward X-connections backwards.
40 .Sh SYNOPSIS
41 .Nm tenletxr
42 .Op Fl l Ar username
43 .Op Fl k
44 .Ar host
45 .Op Ar port
46 .Sh DESCRIPTION
47 The
48 .Nm
49 program
50 enables forwarding of X-connections from this machine to host
51 .Ar host .
53 .Ar port
54 is given, that port will be used instead of the default.
55 .Pp
56 The supported options are:
57 .Bl -tag -width Ds
58 .It Fl l
59 Log in on the remote host as user
60 .Ar username
61 .It Fl k
62 Disables keep-alives.
63 .El
64 .Sh EXAMPLE
65 To login from host
66 .Va foo
67 to host
68 .Va bar
69 (where your display is),
70 you might do the following.
71 .Bl -enum
72 .It
73 On foo:
74 .Nm
75 .Va bar
76 .It
77 You will get a new shell where you will be able to start X clients
78 that will show their windows on
79 .Va bar .
80 .El
81 .Sh BUGS
82 It currently checks if you have permission to run it by checking if
83 you own
84 .Pa /dev/console
85 on the remote host.
86 .Sh SEE ALSO
87 .Xr kx 1 ,
88 .Xr rxtelnet 1 ,
89 .Xr rxterm 1 ,
90 .Xr telnet 1 ,
91 .Xr kxd 8