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/tracing/tracelinker.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user/tracing/tracelinker.rst') diff --git a/user/tracing/tracelinker.rst b/user/tracing/tracelinker.rst index b1e60fd..d32e52b 100644 --- a/user/tracing/tracelinker.rst +++ b/user/tracing/tracelinker.rst @@ -25,7 +25,7 @@ options it needs and the second part is a standard linker command line you would use to link an RTEMS application. The current command line for trace linker consists of: -.. code-block:: shell +.. code-block:: none $ rtems-tld -h rtems-trace-ld [options] objects @@ -482,12 +482,12 @@ commands in the topmost build directory to build the tools project: First we configure using: -.. code-block:: shell +.. code-block:: none $./waf configure --prefix=$HOME/development/rtems/5 Then we build and install using: -.. code-block:: shell +.. code-block:: none $./waf build install -- cgit v1.2.3