diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 35eebbcd8c..8bd8a07914 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -539,7 +539,7 @@ Where: <arch> is a string representing the target architecture: - i686, x86_64, ppc603e, mips, or armv5te. + i586, x86_64, ppc603e, mips, or armv5te. <if> is a string representing an embedded application binary interface. Not all setup scripts include this string. @@ -550,15 +550,15 @@ - $ poky-qemu <qemuarch> <kernel> <filesystem_image> + $ poky-qemu <qemuarch> <kernel-image> <filesystem-image> Where: <qemuarch> is a string representing the target architecture: qemux86, qemux86-64, qemuppc, qemumips, or qemuarm. - <kernel> is the architecture-specific kernel. + <kernel-image> is the architecture-specific kernel image. - <filesystem_image> is the .ext3 filesystem image. + <filesystem-image> is the .ext3 filesystem image.