diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 42a6e82c88..fb95d07377 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -366,7 +366,7 @@
You can accomplish this by defining the cross-compiler variable
(e.g. export CC="distcc").
Alternatively, if you are using a suitable SDK image or the appropriate
- stand-alone toolchain is present in /opt/poky,
+ stand-alone toolchain is present,
the toolchain is also automatically used.
@@ -382,12 +382,12 @@
The connection uses standard IP networking.
SSH servers exist in some QEMU images.
The core-image-sato QEMU image has a Dropbear secure
- shell (ssh) server that runs with the root password disabled.
+ shell (SSH) server that runs with the root password disabled.
The core-image-basic and core-image-lsb QEMU images
have OpenSSH instead of Dropbear.
Including these SSH servers allow you to use standard ssh and
scp commands.
- The core-image-minimal QEMU image, however, contains no ssh
+ The core-image-minimal QEMU image, however, contains no SSH
server.
You can use a provided, user-space NFS server to boot the QEMU session
using a local copy of the root filesystem on the host.