docs: remove trailing space, put a period at a end of sentence

master
Koichiro IWAO 8 years ago
parent 5e297ce9ba
commit fe8eb5aa14

@ -8,34 +8,34 @@ xrdp\-sesman \- \fBxrdp\fR(8) session manager
.SH "DESCRIPTION" .SH "DESCRIPTION"
\fBxrdp\-sesman\fR is \fBxrdp\fR(8) session manager. \fBxrdp\-sesman\fR is \fBxrdp\fR(8) session manager.
.br .br
It manages user sessions by authenticating the user and starting the appropriate Xserver It manages user sessions by authenticating the user and starting the appropriate Xserver.
.SH "OPTIONS" .SH "OPTIONS"
.TP .TP
\fB\-n\fR, \fB\-\-nodaemon\fR \fB\-n\fR, \fB\-\-nodaemon\fR
Starts \fBxrdp\-sesman\fR in foreground instead of starting it as a daemon. Starts \fBxrdp\-sesman\fR in foreground instead of starting it as a daemon.
.TP .TP
\fB\-k\fR, \fB\-\-kill\fR \fB\-k\fR, \fB\-\-kill\fR
Kills running \fBxrdp\-sesman\fR daemon. Kills running \fBxrdp\-sesman\fR daemon.
.TP .TP
\fB\-h\fR, \fB\-\-help\fR \fB\-h\fR, \fB\-\-help\fR
Output help information and exit. Output help information and exit.
.SH "FILES" .SH "FILES"
${SESMAN_BIN_DIR}/sesman ${SESMAN_BIN_DIR}/sesman
.br .br
${SESMAN_BIN_DIR}/sesrun ${SESMAN_BIN_DIR}/sesrun
.br .br
${SESMAN_CFG_DIR}/sesman.ini ${SESMAN_CFG_DIR}/sesman.ini
.br .br
${SESMAN_LOG_DIR}/sesman.log ${SESMAN_LOG_DIR}/sesman.log
.br .br
${SESMAN_PID_DIR}/sesman.pid ${SESMAN_PID_DIR}/sesman.pid
.SH "AUTHORS" .SH "AUTHORS"
Jay Sorg <jsorg71@users.sourceforge.net> Jay Sorg <jsorg71@users.sourceforge.net>
.br .br
Simone Fedele <ilsimo@users.sourceforge.net> Simone Fedele <ilsimo@users.sourceforge.net>
.SH "SEE ALSO" .SH "SEE ALSO"

@ -8,37 +8,37 @@ xrdp\-sesrun \- \fBsesman\fR(8) session launcher
.SH "DESCRIPTION" .SH "DESCRIPTION"
\fBxrdp\-sesrun\fR starts a session using \fBxrdp\-sesman\fR(8). \fBxrdp\-sesrun\fR starts a session using \fBxrdp\-sesman\fR(8).
.br .br
This is a tool useful for testing, it simply behaves like xrdp when some user logs in a new session and authenticates, thus starting a new session. This is a tool useful for testing, it simply behaves like xrdp when some user logs in a new session and authenticates, thus starting a new session.
.SH "OPTIONS" .SH "OPTIONS"
.TP .TP
.I server .I server
Server on which sesman is running Server on which sesman is running
.TP .TP
.I username .I username
user name of the session being started user name of the session being started
.TP .TP
.I password .I password
user password user password
.TP .TP
.I width .I width
Screen width Screen width
.TP .TP
.I height .I height
Screen height Screen height
.TP .TP
.I bpp .I bpp
Session color depth Session color depth
.SH "FILES" .SH "FILES"
${SESMAN_BIN_DIR}/sesman ${SESMAN_BIN_DIR}/sesman
.br .br
${SESMAN_BIN_DIR}/sesrun ${SESMAN_BIN_DIR}/sesrun
.SH "AUTHORS" .SH "AUTHORS"
Jay Sorg <jsorg71@users.sourceforge.net> Jay Sorg <jsorg71@users.sourceforge.net>
.br .br
Simone Fedele <ilsimo@users.sourceforge.net> Simone Fedele <ilsimo@users.sourceforge.net>
.SH "SEE ALSO" .SH "SEE ALSO"

@ -20,7 +20,7 @@ It is composed by a number of sections, each one composed by a section name, enc
.TP .TP
\fI[Connection]\fP \- contain the info on which services \fBxrdp\fR(8) can connect to. \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. All options and values (except for file names and paths) are case insensitive, and are described in detail below.
.SH "GLOBALS" .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" .SH "CONNECTIONS"
A connection section is made of a section name, enclosed in square brackets, and the following entries: 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 \fBname\fR=\fI<session name>\fR
The name displayed in \fBxrdp\fR(8) login window's combo box. The name displayed in \fBxrdp\fR(8) login window's combo box.
.TP .TP
\fBlib\fR=\fI../vnc/libvnc.so\fR \fBlib\fR=\fI../vnc/libvnc.so\fR
Sets the library to be used with this connection. Sets the library to be used with this connection.
.TP .TP
\fBusername\fR=\fI<username>\fR|\fIask\fR \fBusername\fR=\fI<username>\fR|\fIask\fR
Specifies the username used for authenticating in the connection. Specifies the username used for authenticating in the connection.
If set to \fIask\fR, user name should be provided in the login window. If set to \fIask\fR, user name should be provided in the login window.
.TP .TP
\fBpassword\fR=\fI<password>\fR|\fIask\fR \fBpassword\fR=\fI<password>\fR|\fIask\fR
Specifies the password used for authenticating in the connection. Specifies the password used for authenticating in the connection.
If set to \fIask\fR, password should be provided in the login window. If set to \fIask\fR, password should be provided in the login window.
.TP .TP
\fBip\fR=\fI127.0.0.1\fR \fBip\fR=\fI127.0.0.1\fR
Specifies the ip address of the host to connect to. Specifies the ip address of the host to connect to.
.TP .TP
\fBport\fR=\fI<number>\fR|\fI\-1\fR \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. Specifies the port number to connect to. If set to \fI\-1\fR, the default port for the specified library is used.

Loading…
Cancel
Save