wineconsole: Fix manpage formatting.

This commit is contained in:
Frédéric Delanoy 2013-07-17 01:11:57 +02:00 committed by Alexandre Julliard
parent b07f2c25ab
commit 262380ab05
1 changed files with 3 additions and 2 deletions

View File

@ -2,13 +2,14 @@
.SH NAME .SH NAME
wineconsole \- The Wine console wineconsole \- The Wine console
.SH SYNOPSIS .SH SYNOPSIS
.BR "wineconsole "\fI[option]\fR " command .B wineconsole
.RI [ option "] " command
.SH DESCRIPTION .SH DESCRIPTION
.B wineconsole .B wineconsole
is the Wine console manager, used to run console commands and applications. It allows running the is the Wine console manager, used to run console commands and applications. It allows running the
console either in the current terminal (\fIcurses\fR) or in a newly made window (\fIuser\fR). console either in the current terminal (\fIcurses\fR) or in a newly made window (\fIuser\fR).
.SH "OPTIONS" .SH "OPTIONS"
.IP \-\-backend=\fR{\fIuser\fR|\fIcurses\fR} .IP \fB\-\-backend=\fR{\fIuser\fR|\fIcurses\fR}
If \fIuser\fR is chosen, a new window will be created for the console. The \fIcurses\fR option will make If \fIuser\fR is chosen, a new window will be created for the console. The \fIcurses\fR option will make
wineconsole try to setup the current terminal as a Wine console. wineconsole try to setup the current terminal as a Wine console.
.SH BUGS .SH BUGS