=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winedev: Use 'wpid' where appropriate.

Alexandre Julliard julliard at winehq.org
Tue Sep 3 13:03:34 CDT 2013


Module: docs
Branch: master
Commit: 6f1ef46bb486aedaad33ebf6e49bd302c909cbd4
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=6f1ef46bb486aedaad33ebf6e49bd302c909cbd4

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Mon Sep  2 14:18:04 2013 +0200

winedev: Use 'wpid' where appropriate.

---

 en/winedev-debugger.sgml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index f73d473..e62bcab 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -2214,7 +2214,7 @@ set $BreakAllThreadsStartup = 1
                   <entry><command>info map</command> <replaceable>N</replaceable></entry>
 		  <entry>
 		    lists all virtual mappings used by the program of
-                    pid <replaceable>N</replaceable>
+                    wpid <replaceable>N</replaceable>
 		  </entry>
 		</row>
 		<row>
@@ -2512,10 +2512,10 @@ kdbg -r localhost:12345 wine
           <command>gdb</command>, repeat for all Wine processes:
         </para>
         <screen>
-<prompt>(gdb) </prompt><userinput>attach <replaceable>PID</replaceable></userinput>
+<prompt>(gdb) </prompt><userinput>attach <replaceable>wpid</replaceable></userinput>
         </screen>
         <para>
-          with <replaceable>PID</replaceable> being the process ID of one of
+          with <replaceable>wpid</replaceable> being the process ID of one of
           the Wine processes.  Use
         </para>
         <screen>




More information about the wine-cvs mailing list