diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/copying-example-files.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/copying-example-files.wiki
index efbe55ec..79dd01b7 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/copying-example-files.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/copying-example-files.wiki
@@ -9,10 +9,12 @@ If you are going to work on a copy, choose or create a directory of your own; le
To copy all the files of the example to YOURDIR :
* On Windows, open a Windows Explorer, go to $ISE_EIFFEL\examples\studio\tour , select all the files in that directory, and drag-and-drop them to YOURDIR .
* On Unix execute the shell command
- cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR
+
+ cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR
* On OpenVMS execute the command
- copy $ISE_EIFFEL:[examples.studio.tour]*.* YOURDIR
+
+ copy $ISE_EIFFEL:[examples.studio.tour]*.* YOURDIR
Once you have compiled the example under EiffelStudio, relying on the precompiled EiffelBase library (the default), and without optimization, the contents of YOURDIR will take up less than one megabyte, including information on diagrams and metrics.