[PATCH 1/1] winedbg: Fix typos in manpage.

Jinoh Kang wine at gitlab.winehq.org
Sat Jun 18 11:41:58 CDT 2022


From: Jinoh Kang <jinoh.kang.kr at gmail.com>

Signed-off-by: Jinoh Kang <jinoh.kang.kr at 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..2850a75163f 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 of which 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
-- 
GitLab

https://gitlab.winehq.org/wine/wine/-/merge_requests/274



More information about the wine-devel mailing list