summaryrefslogtreecommitdiffstats
path: root/docs/man/xrdp.ini.5
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2016-11-11 14:08:33 +0900
committerKoichiro IWAO <meta@vmeta.jp>2016-11-16 14:15:44 +0900
commitfe8eb5aa145dbfb20bc8e80a890b813a6e242fb8 (patch)
tree24cc4c426ffea3d3136f4e658e4745e6603c9935 /docs/man/xrdp.ini.5
parent5e297ce9ba1b0f24a7660d026987eb35d1672b99 (diff)
downloadxrdp-proprietary-fe8eb5aa145dbfb20bc8e80a890b813a6e242fb8.tar.gz
xrdp-proprietary-fe8eb5aa145dbfb20bc8e80a890b813a6e242fb8.zip
docs: remove trailing space, put a period at a end of sentence
Diffstat (limited to 'docs/man/xrdp.ini.5')
-rw-r--r--docs/man/xrdp.ini.514
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5
index fdd00148..c21d1bec 100644
--- a/docs/man/xrdp.ini.5
+++ b/docs/man/xrdp.ini.5
@@ -20,7 +20,7 @@ It is composed by a number of sections, each one composed by a section name, enc
.TP
\fI[Connection]\fP \- contain the info on which services \fBxrdp\fR(8) can connect to.
-.LP
+.LP
All options and values (except for file names and paths) are case insensitive, and are described in detail below.
.SH "GLOBALS"
@@ -189,29 +189,29 @@ If set to \fB1\fR, \fBtrue\fR or \fByes\fR using the RDP channel for XRDP Video
.SH "CONNECTIONS"
A connection section is made of a section name, enclosed in square brackets, and the following entries:
-.TP
+.TP
\fBname\fR=\fI<session name>\fR
The name displayed in \fBxrdp\fR(8) login window's combo box.
-.TP
+.TP
\fBlib\fR=\fI../vnc/libvnc.so\fR
Sets the library to be used with this connection.
-.TP
+.TP
\fBusername\fR=\fI<username>\fR|\fIask\fR
Specifies the username used for authenticating in the connection.
If set to \fIask\fR, user name should be provided in the login window.
-.TP
+.TP
\fBpassword\fR=\fI<password>\fR|\fIask\fR
Specifies the password used for authenticating in the connection.
If set to \fIask\fR, password should be provided in the login window.
-.TP
+.TP
\fBip\fR=\fI127.0.0.1\fR
Specifies the ip address of the host to connect to.
-.TP
+.TP
\fBport\fR=\fI<number>\fR|\fI\-1\fR
Specifies the port number to connect to. If set to \fI\-1\fR, the default port for the specified library is used.