From dbcf5e82debb5d1901546705cb10a2fd34b59a99 Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 10 Feb 2007 22:14:55 +0000 Subject: Use the actual executable names in documentation, based on a patch by Pierre d'Herbemont. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2411 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'qemu-doc.texi') diff --git a/qemu-doc.texi b/qemu-doc.texi index 834c778552..9bc6b5a91b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1753,7 +1753,8 @@ qemu-i386 -L / /bin/ls @code{-L /} tells that the x86 dynamic linker must be searched with a @file{/} prefix. -@item Since QEMU is also a linux process, you can launch qemu with qemu (NOTE: you can only do that if you compiled QEMU from the sources): +@item Since QEMU is also a linux process, you can launch qemu with +qemu (NOTE: you can only do that if you compiled QEMU from the sources): @example qemu-i386 -L / qemu-i386 -L / /bin/ls @@ -1870,7 +1871,7 @@ target x86 on x86: Most apps (Cocoa and Carbon too) works. [1] @item target PowerPC on x86: Not working as the ppc commpage can't be mapped (yet!) @item -target x86 on x86: Most apps (Cocoa and Carbon too) works. [1] +target PowerPC on PowerPC: Most apps (Cocoa and Carbon too) works. [1] @item target x86 on PowerPC: most utilities work. Cocoa and Carbon apps are not yet supported. @end itemize @@ -1891,20 +1892,20 @@ CD or compile them by hand. libraries: @example -qemu-darwin-i386 /bin/ls +qemu-i386 /bin/ls @end example or to run the ppc version of the executable: @example -qemu-darwin-ppc /bin/ls +qemu-ppc /bin/ls @end example @item On ppc, you'll have to tell qemu where your x86 libraries (and dynamic linker) are installed: @example -qemu-darwin-i386 -L /opt/x86_root/ /bin/ls +qemu-i386 -L /opt/x86_root/ /bin/ls @end example @code{-L /opt/x86_root/} tells that the dynamic linker (dyld) path is in @@ -1916,7 +1917,7 @@ qemu-darwin-i386 -L /opt/x86_root/ /bin/ls @subsection Command line options @example -usage: qemu-darwin-i386 [-h] [-d] [-L path] [-s size] program [arguments...] +usage: qemu-i386 [-h] [-d] [-L path] [-s size] program [arguments...] @end example @table @option -- cgit v1.2.1