diff --git a/userguide/en/applications/apps-magnify.html b/userguide/en/applications/apps-magnify.html
index aad1b881..f590eedd 100644
--- a/userguide/en/applications/apps-magnify.html
+++ b/userguide/en/applications/apps-magnify.html
@@ -47,8 +47,8 @@ width="64" height="64" />Magnify
At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.
Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with CURSOR.
To measure distances and align objects, you can add up to two blue crosshairs with ALT+H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
+You can move the red outline with the CURSOR keys.
To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
They can also be moved with the CURSOR keys. The active crosshair is marked with an "x".
You can move the mouse pointer pixel by pixel with AltGr CURSOR keys.
Clicking on the drop-down menu gives you a number of options:
@@ -65,7 +65,7 @@ They can also be moved with the CURSOR keys. The activeInstall all needed packages:
sudo apt-get install subversion autoconf automake texinfo flex bison gawk build-essential yasm
Create the Haiku development directories and get the Haiku build tools source:
+Create the Haiku development directories and get the Haiku build tools source.:
mkdir develop cd develop mkdir haiku -cd haiku -svn checkout svn://svn.berlios.de/haiku/buildtools/trunk buildtools
Either as anonymous check-out:
+svn checkout svn://svn.berlios.de/haiku/buildtools/trunk buildtools+
Or, if you have a valid Haiku developer account at Berlios:
+svn checkout https://developername@svn.berlios.de/svnroot/repos/haiku/buildtools/trunk buildtools
Build and install the Haiku Jam:
cd buildtools/jam @@ -56,9 +59,9 @@ sudo ./jam0 install cd ../..
Get the Haiku source (this will take a while).
-For anonymous check-out:
svn checkout http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk trunk-
If you have a valid Haiku developer account at Berlios:
+Or, if you have a valid Haiku developer account at Berlios:
svn checkout https://developername@svn.berlios.de/svnroot/repos/haiku/haiku/trunk trunk
If there are any errors while checking out the source, just cd into the trunk directory and type svn update to get any missed files.