summaryrefslogtreecommitdiffstats
path: root/user/rsb/configuration.rst
diff options
context:
space:
mode:
authorMritunjay <mritunjaysharma394@gmail.com>2020-04-02 13:48:10 +0530
committerChris Johns <chrisj@rtems.org>2020-04-02 20:15:46 +1100
commitf68298442927ebc74d5f60789e0c569e2a10869b (patch)
tree4c60ccb3b3e4d23785f02f15f856debbd388773c /user/rsb/configuration.rst
parenteng: Add documentation guidelines (diff)
downloadrtems-docs-f68298442927ebc74d5f60789e0c569e2a10869b.tar.bz2
user/rsb: Fix typos (#3922)
Closes #3922
Diffstat (limited to 'user/rsb/configuration.rst')
-rw-r--r--user/rsb/configuration.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/user/rsb/configuration.rst b/user/rsb/configuration.rst
index fc387a1..8c8c87f 100644
--- a/user/rsb/configuration.rst
+++ b/user/rsb/configuration.rst
@@ -181,7 +181,7 @@ errors that can arise.
The protocol option lets you set a specific protocol. The ``git://`` prefix
used by the RSB to select a git repository can be removed using *none* or
-replaced with one of the standard git protcols.
+replaced with one of the standard git protocols.
CVS
~~~
@@ -315,7 +315,7 @@ Maps are declared anywhere in the map using the map directive:
1. The map is set to ``my-special-map``.
-Any macro defintions following a map declaration are placed in that map and the
+Any macro definitions following a map declaration are placed in that map and the
default map is ``global`` when loading a file. Maps are selected in
configuration files by using the ``%select`` directive:
@@ -328,7 +328,7 @@ if present return that value else the ``global`` map is used. Any new macros or
changes update only the ``global`` map. This may change in future releases so
please make sure you use the ``override`` attribute.
-The macro files specificed on the command line are looked for in the
+The macro files specified on the command line are looked for in the
``_configdir`` paths. See <<X1,``_configdir``>> variable for details. Included
files need to add the ``%{_configdir}`` macro to the start of the file.
@@ -636,8 +636,8 @@ source packages based on the outer configuration options:
The remainder of the script is broken in to the various phases of a build. They
are:
-. Preperation
-. Bulding
+. Preparation
+. Building
. Installing, and
. Cleaning
@@ -799,8 +799,8 @@ To build this you can use something similar to:
The build is for a FreeBSD host and the prefix is for user installed
packages. In this example I cannot let the source builder perform the install
-because I never run the RSB with root priviledges so a build set or bset tar
-file is created. This can then be installed using root priviledges.
+because I never run the RSB with root privileges so a build set or bset tar
+file is created. This can then be installed using root privileges.
The command also supplies the ``--trace`` option. The output in the log file
will contain all the macros.