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