Module: wine Branch: master Commit: 262380ab059e4dc778fd3de8354f8efb00fe1b38 URL: http://source.winehq.org/git/wine.git/?a=commit;h=262380ab059e4dc778fd3de835...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Wed Jul 17 01:11:57 2013 +0200
wineconsole: Fix manpage formatting.
---
programs/wineconsole/wineconsole.man.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/programs/wineconsole/wineconsole.man.in b/programs/wineconsole/wineconsole.man.in index 1d240e5..9c38989 100644 --- a/programs/wineconsole/wineconsole.man.in +++ b/programs/wineconsole/wineconsole.man.in @@ -2,13 +2,14 @@ .SH NAME wineconsole - The Wine console .SH SYNOPSIS -.BR "wineconsole "\fI[option]\fR " command +.B wineconsole +.RI [ option "] " command .SH DESCRIPTION .B wineconsole 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). .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 wineconsole try to setup the current terminal as a Wine console. .SH BUGS