heathyabo / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

Errors in .PDF cause errors when trying to run the tutorials. #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Terminal IDE.
2. Choose Help.
3. Choose Tutorial.
4. Choose Tutorial 1.
5. Scroll down to where it says: adb -d forward tcp:8080 tcp 8080. 

What is the expected output? What do you see instead?
This should be: $ adb -d forward tcp:8080 tcp:8080.

Where is says: telnet -e '' 127.0.01. It should be: telnet -e '' 127.0.0.1

What version of the product are you using? On what operating system?
1.991

Please provide any additional information below.

Original issue reported on code.google.com by jpuehle...@gmail.com on 7 Oct 2012 at 10:48