[docs] winedev: Use 'wpid' where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Sep 2 07:18:04 CDT 2013


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

diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index 1b764b0..aadd50f 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -2228,7 +2228,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>
@@ -2526,10 +2526,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>
-- 
1.8.4




More information about the wine-patches mailing list