summaryrefslogtreecommitdiffstats
path: root/user/start/development.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-24 09:33:29 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:27 -0400
commita34c157d08ef2beaf7ff0f6930a0fce5ecf581cb (patch)
tree674b289af24f7d58264ebfa4eb571f9680d8a6c0 /user/start/development.rst
parentFix bad formatting that somehow went into the doco. (diff)
downloadrtems-docs-a34c157d08ef2beaf7ff0f6930a0fce5ecf581cb.tar.bz2
Corrections from Worth Burruss. Many thanks.
Diffstat (limited to 'user/start/development.rst')
-rw-r--r--user/start/development.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/start/development.rst b/user/start/development.rst
index 45f9f03..9cc7744 100644
--- a/user/start/development.rst
+++ b/user/start/development.rst
@@ -20,8 +20,8 @@ Please read :ref:`development-hosts` before continuing.
time to time.
The following procedure assumes you have installed and configured your host
-operating. It also assumes you have installed any dependent packages needed
-when building the tools and the kernel.
+operating system. It also assumes you have installed any dependent packages
+needed when building the tools and the kernel.
You need to select a location to build and install the RTEMS Tool chain and
RTEMS. Make sure there is plenty of disk space and a fast disk is
@@ -32,7 +32,7 @@ you can do this without needing to be root. You can also use
The location used to install the tools and kernel is called the `prefix`. It is
best to have a `prefix` for each different version of RTEMS you are using. If
-you are using RTEMS 4.11 in production it is not a good to install a
+you are using RTEMS 4.11 in production it is not a good idea to install a
development version of 4.12 over the top. A separate `prefix` for each version
avoids this.
@@ -590,7 +590,7 @@ When you save and exit the editor git will report the commit's status:
1 file changed, 1 insertion(+), 1 deletion(-)
You can either email the patch to :r:list:`devel` with the following git
-command:
+command, and it is `minus one` on the command line:
.. code-block:: shell