Module: docs Branch: master Commit: 6f1ef46bb486aedaad33ebf6e49bd302c909cbd4 URL: http://source.winehq.org/git/docs.git/?a=commit;h=6f1ef46bb486aedaad33ebf6e4...
Author: Frédéric Delanoy frederic.delanoy@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>