From d5b631fa3bcd822815c7f875432b15e8b9875395 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 28 Feb 2019 08:36:39 +1100 Subject: User: Change output block to type none. --- user/hosts/os.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/hosts/os.rst') diff --git a/user/hosts/os.rst b/user/hosts/os.rst index d1f0834..4bb873e 100644 --- a/user/hosts/os.rst +++ b/user/hosts/os.rst @@ -52,7 +52,7 @@ proven over the years to be difficult to manage in production systems. using the ``--prefix`` option so the path you need to configure to build applications can be set with the following in a BASH shell: - .. code-block:: shell + .. code-block:: none $ export PATH=$HOME/development/rtems/4.11/bin:$PATH @@ -75,7 +75,7 @@ proven over the years to be difficult to manage in production systems. example, if you want to build a toolchain for 4.11, then you should checkout the 4.11 branch of the RSB: - .. code-block:: shell + .. code-block:: none $ git checkout -t origin/4.11 -- cgit v1.2.3