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