Module: wine
Branch: master
Commit: beee5160a8d6f9114c066df83e21cd4b1378cd45
URL: https://source.winehq.org/git/wine.git/?a=commit;h=beee5160a8d6f9114c066df8…
Author: Jinoh Kang <jinoh.kang.kr(a)gmail.com>
Date: Sun Jun 19 01:39:53 2022 +0900
winedbg: Fix typos in manpage.
Signed-off-by: Jinoh Kang <jinoh.kang.kr(a)gmail.com>
---
programs/winedbg/winedbg.man.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index 871b7ad6764..7eae4faa756 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -82,14 +82,14 @@ This will run \fBgdb\fR in its own xterm instead of using the current
Unix console for textual display.
.PP
In all modes, the rest of the command line, when passed, is used to
-identify which programs, if any, has to debugged:
+identify which program, if any, is to be debugged:
.IP \fIprogram_name\fR
This is the name of an executable to start for a debugging
session. \fBwinedbg\fR will actually create a process with this
-executable. If \fIprograms_arguments\fR are also given, they will be
+executable. If \fIprogram_arguments\fR are also given, they will be
used as arguments for creating the process to be debugged.
.IP \fIwpid\fR
-\fBwinedbg\fR will attach to the process which Windows pid is \fIwpid\fR.
+\fBwinedbg\fR will attach to the process whose Windows pid is \fIwpid\fR.
Use the \fBinfo proc\fR command within \fBwinedbg\fR to list running processes
and their Windows pids.
.IP \fBdefault\fR
Module: website
Branch: master
Commit: f8c84a14b4c6d6ef5de8059d0d6589acece1bb18
URL: https://source.winehq.org/git/website.git/?a=commit;h=f8c84a14b4c6d6ef5de80…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jun 17 21:55:09 2022 +0200
Wine release 7.11
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2022061701.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/news/en/2022061701.xml b/news/en/2022061701.xml
new file mode 100644
index 00000000..926a22cc
--- /dev/null
+++ b/news/en/2022061701.xml
@@ -0,0 +1,16 @@
+<news>
+<date>June 17, 2022</date>
+<title>Wine 7.11 Released</title>
+<body>
+<p> The Wine development release 7.11 is now available.</p>
+<p> <a href="{$root}/announce/7.11">What's new</a> in this release:
+<ul>
+ <li>Android driver converted to PE.</li>
+ <li>Zero-copy support with GStreamer.</li>
+ <li>High Unicode planes support in case mappings.</li>
+ <li>Various bug fixes.</li>
+</ul>
+</p>
+<p>The source is <a href="//dl.winehq.org/wine/source/7.x/wine-7.11.tar.xz">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>