diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm index 8b489e8bfb0..07d793e3b94 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm @@ -22,7 +22,7 @@
The following error message means that no make is installed or your path is not configured correctly.
'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file-
To check your path at a command prompt and enter PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).
+
To check your path open a command prompt and type PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm
index 1274134aa70..65308483f4d 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm
@@ -25,7 +25,7 @@ examining the contents of variables.
The debug perspective the hello.exe application window open. +
You will now see the debug perspective with the hello.exe application window open. The C/C++ editor is repositioned in the perspective.
You can select the Binary Parsers you require for the project.
-To ensure the accuracy of the C/C++ Projects view and the ability to successfully run and debug your programs. +
Select the appropriate binary parser to ensure the accuracy of the C/C++ Projects view and the ability to successfully run and debug your programs. After you select the correct parser for your development environment and build your project, you can view the symbols of the .o file in the C/C++ Projects view.
The Tasks view lets you create your own tasks. In addition to having the Tasks view automatically list build errors, you can set personal reminders -for tasks, such as un functions that you write or error handling routines +for tasks, such as unfinished functions that you write or error handling routines that you want to verify.