=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winepath: Fix manpage formatting.

Alexandre Julliard julliard at winehq.org
Wed Jul 17 13:31:46 CDT 2013


Module: wine
Branch: master
Commit: b07f2c25abdc82c06d17f336600830ae5c2ed847
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b07f2c25abdc82c06d17f336600830ae5c2ed847

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Jul 17 01:11:56 2013 +0200

winepath: Fix manpage formatting.

---

 programs/winepath/winepath.man.in |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/programs/winepath/winepath.man.in b/programs/winepath/winepath.man.in
index aada7b7..5fc5012 100644
--- a/programs/winepath/winepath.man.in
+++ b/programs/winepath/winepath.man.in
@@ -2,31 +2,32 @@
 .SH NAME
 winepath \- Tool to convert Unix paths to/from Win32 paths
 .SH SYNOPSIS
-.BR "winepath "\fIoption\fR " \fI{path}\fR"
+.B winepath
+.IR "option " { path }
 .SH DESCRIPTION
 .B winepath
-is a tool to convert a Unix path to/from a Win32 (short/long) path.
+is a tool to convert a Unix path to/from a Win32 (short/long) path
 compatible with its Microsoft Windows counterpart.
 
 If more than one option is given then the input paths are output in
 all formats specified, in the order long, short, Unix, Windows.
 If no option is given the default output is Unix format.
 .SH OPTIONS
-.IP \-u,\ \-\-unix
+.IP \fB\-u\fR,\fB\ \-\-unix
 converts a Windows path to a Unix path.
-.IP \-w,\ \\-\-windows
+.IP \fB\-w\fR,\fB\ \-\-windows
 converts a Unix path to a long Windows path.
-.IP \-l,\ \\-\-long
+.IP \fB\-l\fR,\fB\ \-\-long
 converts the short Windows path of an existing file or directory to the long
 format.
-.IP \-s,\ \\-\-short
+.IP \fB\-s\fR,\fB\ \-\-short
 converts the long Windows path of an existing file or directory to the short
 format.
-.IP \-0
+.IP \fB\-0
 separate output with \\0 character, instead of a newline.
-.IP \-h,\ \\-\-help
+.IP \fB\-h\fR,\fB\ \-\-help
 shows winepath help message and exit.
-.IP \-v,\ \\-\-version
+.IP \fB\-v\fR,\fB\ \-\-version
 shows version information and exit.
 .SH BUGS
 Bugs can be reported on the




More information about the wine-cvs mailing list