[rtems-docs commit] user: Use consistent Hello World spelling

Sebastian Huber sebh at rtems.org
Mon Mar 30 05:56:26 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    ae84edd723c238e296e80c414b8c4658cd7ff652
Changeset: http://git.rtems.org/rtems-docs/commit/?id=ae84edd723c238e296e80c414b8c4658cd7ff652

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Mar 27 09:02:16 2020 +0100

user: Use consistent Hello World spelling

---

 user/exe/initialization.rst | 2 +-
 user/start/app.rst          | 4 ++--
 user/tools/boot-image.rst   | 2 +-
 user/tools/tester.rst       | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/user/exe/initialization.rst b/user/exe/initialization.rst
index cfe39d6..6c9d657 100644
--- a/user/exe/initialization.rst
+++ b/user/exe/initialization.rst
@@ -82,7 +82,7 @@ system is based on the `FreeBSD SYSINT Framework
 initialization is performed before multitasking is started.
 
 The RTEMS Tool ``rtems-exeinfo`` can provide some detail about the registered
-handlers. The following shows the initialization handlers for the *hello world*
+handlers. The following shows the initialization handlers for the Hello World
 sample application in the RTEMS kernel's testsuite::
 
 .. code-block:: none
diff --git a/user/start/app.rst b/user/start/app.rst
index a0c4a04..ac3c064 100644
--- a/user/start/app.rst
+++ b/user/start/app.rst
@@ -10,7 +10,7 @@ Build Your Application
 You tested a BSP in the previous section.  We built the ``erc32`` BSP
 and it is installed under :file:`$HOME/quick-start/rtems/5`.
 
-We will now create a simple hello world application with a Git
+We will now create a simple Hello World application with a Git
 repository and using the `Waf <https://waf.io>`_ build system.
 
 The application is be created in :file:`$HOME/quick-start/app/hello`.
@@ -77,7 +77,7 @@ settings:
 
     #include <rtems/confdefs.h>
 
-Create the *hello world* application source file. Using an editor
+Create the Hello World application source file. Using an editor
 create :file:`hello.c` and copy the follow code:
 
 .. code-block:: c
diff --git a/user/tools/boot-image.rst b/user/tools/boot-image.rst
index 8e8f63d..2d6cad9 100644
--- a/user/tools/boot-image.rst
+++ b/user/tools/boot-image.rst
@@ -315,7 +315,7 @@ Create a disk image from a built U-Boot sandbox:
   Finished
   Cleaning up
 
-Create a 32M byte SD card image with the testsuite's hello world
+Create a 32M byte SD card image with the testsuite's Hello World
 executable (``hello.exe``):
 
 .. code-block:: none
diff --git a/user/tools/tester.rst b/user/tools/tester.rst
index c3c3fe2..e3a21c9 100644
--- a/user/tools/tester.rst
+++ b/user/tools/tester.rst
@@ -95,7 +95,7 @@ perform a pre-test command to covert the executable to a suitable format for
 your target.
 
 Before running all the tests it is a good idea to run the ``hello`` test. The
-``hello`` test is an RTEMS version of the classic "Hello World" example and
+``hello`` test is an RTEMS version of the classic Hello World example and
 running it shows you have a working tool chain and build of RTEMS ready to run
 the tests. Using the run with the ERC32 BSP the command is:
 



More information about the vc mailing list