Module: wine Branch: master Commit: aab5e4d2c6c979053d7328e4226249d9979804c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aab5e4d2c6c979053d7328e422...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Tue Jul 16 16:57:47 2013 +0200
winefile: Fix manpage formatting.
---
programs/winefile/winefile.man.in | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/programs/winefile/winefile.man.in b/programs/winefile/winefile.man.in index 761501d..e8785f8 100644 --- a/programs/winefile/winefile.man.in +++ b/programs/winefile/winefile.man.in @@ -2,18 +2,16 @@ .SH NAME winefile - Wine File Manager .SH SYNOPSIS -.BR "winefile \fl[Unix\ path]\fR" - -.BR "winefile \fl[Win32\ path]\fR" +.BI winefile " path" .SH DESCRIPTION .B winefile is the Wine file manager, with a similar design to early Microsoft Windows explorer. .SH USAGE -.B You can pass winefile either a Unix or Win32 path, for example: +You can pass winefile either a Unix or Win32 path, for example:
-.B Using a Unix path: winefile /mnt/hda1 +.RB "Using a Unix path: " "winefile /mnt/hda1"
-.B Using a Win32 path: winefile C:(rs(rswindows(rs(rs\ +.RB "Using a Win32 path: " "winefile C:(rs(rswindows(rs(rs"
.SH "SEE ALSO" .BR wine(1)