]> git.proxmox.com Git - vncterm.git/blame - vncterm.pod
add patches for newer tigervnc 1.2.0
[vncterm.git] / vncterm.pod
CommitLineData
e6d0212c
DM
1=head1 NAME
2
3vncterm - VNC Terminal Emulator
4
5=head1 SYNOPSIS
6
7vncterm [VNCOPTS] [-c command [ARGS]]
8
9=head1 DESCRIPTION
10
11Executes <command> redirecting stdin from a vncviewer and stdout & stderr
12to the VNC clients. Implements a 'xterm' compatible terminal.
13
14=head1 SEE ALSO
15
16 x11vnc(1).
17
18=head1 AUTHOR
19
20Dietmar Maurer <dietmar@proxmox.com>
21
22Many thanks to Proxmox Server Solutions (www.proxmox.com) for sponsoring
23this work.
24
25=head1 COPYRIGHT AND DISCLAIMER
26
27Copyright (C) 2007 Proxmox Server Solutions GmbH
28
29Copyright: vncterm is under GNU GPL, the GNU General Public License.
30
31This program is free software; you can redistribute it and/or modify
32it under the terms of the GNU General Public License as published by
33the Free Software Foundation; either version 2 of the License, or
34(at your option) any later version.
35
36This program is distributed in the hope that it will be useful,
37but WITHOUT ANY WARRANTY; without even the implied warranty of
38MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39GNU General Public License for more details.
40
41You should have received a copy of the GNU General Public License along
42with this program; if not, write to the Free Software Foundation, Inc.,
4351 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.