diff options
| author | Philipp Hahn <hahn@univention.de> | 2013-01-25 09:58:59 +0100 |
|---|---|---|
| committer | Philipp Hahn <hahn@univention.de> | 2013-01-28 11:04:29 +0100 |
| commit | 3b1897470c341cf5ee7894cfca4aec0f77546042 (patch) | |
| tree | 1f425b3d245ce078aacdded4b93389c212499224 /docs/man/xrdp-sesrun.8 | |
| parent | 2de038d2b135a300c8255ac373245764b664e978 (diff) | |
| download | xrdp-proprietary-3b1897470c341cf5ee7894cfca4aec0f77546042.tar.gz xrdp-proprietary-3b1897470c341cf5ee7894cfca4aec0f77546042.zip | |
doc: Format manual page references
Use .BR to fromat name(section) as recommended by man(7).
Use .I for variable arguments.
Diffstat (limited to 'docs/man/xrdp-sesrun.8')
| -rw-r--r-- | docs/man/xrdp-sesrun.8 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/man/xrdp-sesrun.8 b/docs/man/xrdp-sesrun.8 index 5a1b2bdf..157345b3 100644 --- a/docs/man/xrdp-sesrun.8 +++ b/docs/man/xrdp-sesrun.8 @@ -4,7 +4,9 @@ \fBsesrun\fR \- \fBsesman\fR(8) session launcher .SH "SYNTAX" .LP -sesrun <server> <username> <password> <width> <height> <bpp> +.B sesrun +.I server username password width height bpp + .SH "DESCRIPTION" .LP \fBsesrun\fR starts a session using \fBsesman\fR(8). @@ -13,22 +15,22 @@ This is a tool useful for testing, it simply behaves like xrdp when some user lo .SH "OPTIONS" .LP .TP -<server> +.I server Server on which sesman is running .TP -<username> +.I username user name of the session being started .TP -<password> +.I password user password .TP -<width> +.I width Screen width .TP -<height> +.I height Screen height .TP -<bpp> +.I bpp Session color depth .SH "FILES" .LP @@ -42,6 +44,9 @@ Jay Sorg <jsorg71@users.sourceforge.net> Simone Fedele <ilsimo@users.sourceforge.net> .SH "SEE ALSO" .LP -sesman(8) sesman.ini(5) xrdp(8) xrdp.ini(5) +.BR sesman (8), +.BR sesman.ini (5), +.BR xrdp (8), +.BR xrdp.ini (5) for more info on \fBxrdp\fR see http://xrdp.sf.net |
