remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / appl / kx / tenletxr.1
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: tenletxr.1,v 1.5 2003/02/16 21:10:16 lha Exp $
33 .\"
34 .Dd March 31, 1997
35 .Dt TENLETXR 1
36 .Os KTH_KRB
37 .Sh NAME
38 .Nm tenletxr
39 .Nd
40 forward X-connections backwards.
41 .Sh SYNOPSIS
42 .Nm tenletxr
43 .Op Fl l Ar username
44 .Op Fl k
45 .Ar host
46 .Op Ar port
47 .Sh DESCRIPTION
48 The
49 .Nm
50 program
51 enables forwarding of X-connections from this machine to host
52 .Ar host .
53 If
54 .Ar port
55 is given, that port will be used instead of the default.
56 .Pp
57 The supported options are:
58 .Bl -tag -width Ds
59 .It Fl l
60 Log in on the remote host as user
61 .Ar username
62 .It Fl k
63 Disables keep-alives.
64 .El
65 .Sh EXAMPLE
66 To login from host
67 .Va foo
68 to host
69 .Va bar
70 (where your display is),
71 you might do the following.
72 .Bl -enum
73 .It
74 On foo:
75 .Nm
76 .Va bar
77 .It
78 You will get a new shell where you will be able to start X clients
79 that will show their windows on
80 .Va bar .
81 .El
82 .Sh BUGS
83 It currently checks if you have permission to run it by checking if
84 you own
85 .Pa /dev/console
86 on the remote host.
87 .Sh SEE ALSO
88 .Xr kx 1 ,
89 .Xr rxtelnet 1 ,
90 .Xr rxterm 1 ,
91 .Xr telnet 1 ,
92 .Xr kxd 8