Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b07f2c25
Commit
b07f2c25
authored
Jul 17, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winepath: Fix manpage formatting.
parent
b20af9e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
winepath.man.in
programs/winepath/winepath.man.in
+10
-9
No files found.
programs/winepath/winepath.man.in
View file @
b07f2c25
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment