blob: ee4041289d97d1e345ed32ee77e0cf304a0d74f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.TH @MANPAGE_NAME@ 1 2017-01-12 "@FREERDP_VERSION_FULL@" "FreeRDP"
.SH NAME
@MANPAGE_NAME@ \- FreeRDP wayland client
.SH SYNOPSIS
.B @MANPAGE_NAME@
[file]
[\fIdefault_client_options\fP]
[\fB/v\fP:<server>[:port]]
[\fB/version\fP]
[\fB/help\fP]
.SH DESCRIPTION
.B @MANPAGE_NAME@
is a wayland Remote Desktop Protocol (RDP) client which is part of the FreeRDP project. A RDP server is built-in to many editions of Windows.. Alternative servers included ogon, gnome-remote-desktop, xrdp and VRDP (VirtualBox).
.SH OPTIONS
The wayland client also supports a lot of the \fIdefault client options\fP which are not described here. For details on those see the xfreerdp(1) man page.
.IP \fB/v:\fP\fI<server>[:port]\fP
The server hostname or IP, and optionally the port, to connect to.
.IP /version
Print the version and exit.
.IP /help
Print the help and exit.
.SH EXIT STATUS
.TP
.B 0
Successful program execution.
.TP
.B not 0
On failure.
.SH SEE ALSO
xfreerdp(1) wlog(7)
.SH AUTHOR
FreeRDP <team@freerdp.com>
|