d3d9: Update presentation parameters when creating a swap chain.
[wine.git] / programs / winepath / winepath.man.in
blob280ed14e59299746c47fe8478b9c09f50fe5d3b3
1 .TH WINEPATH 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 winepath \- Tool to convert Unix paths to/from Win32 paths
4 .SH SYNOPSIS
5 .B winepath
6 .IR "option " { path }
7 .SH DESCRIPTION
8 .B winepath
9 is a tool to convert a Unix path to/from a Win32 (short/long) path
10 compatible with its Microsoft Windows counterpart.
12 If more than one option is given then the input paths are output in
13 all formats specified, in the order long, short, Unix, Windows.
14 If no option is given the default output is Unix format.
15 .SH OPTIONS
16 .IP \fB\-u\fR,\fB\ \-\-unix
17 converts a Windows path to a Unix path.
18 .IP \fB\-w\fR,\fB\ \-\-windows
19 converts a Unix path to a long Windows path.
20 .IP \fB\-l\fR,\fB\ \-\-long
21 converts the short Windows path of an existing file or directory to the long
22 format.
23 .IP \fB\-s\fR,\fB\ \-\-short
24 converts the long Windows path of an existing file or directory to the short
25 format.
26 .IP \fB\-0
27 separate output with \\0 character, instead of a newline.
28 .IP \fB\-h\fR,\fB\ \-\-help
29 shows winepath help message and exit.
30 .SH BUGS
31 Bugs can be reported on the
32 .UR https://bugs.winehq.org
33 .B Wine bug tracker
34 .UE .
35 .SH AVAILABILITY
36 .B winepath
37 is part of the Wine distribution, which is available through WineHQ,
38 the
39 .UR https://www.winehq.org/
40 .B Wine development headquarters
41 .UE .
42 .SH "SEE ALSO"
43 .BR wine (1),
44 .br
45 .UR https://www.winehq.org/help
46 .B Wine documentation and support
47 .UE .