source: rtems-docs/shell/index.rst @ 489740f

4.115
Last change on this file since 489740f was 489740f, checked in by Chris Johns <chrisj@…>, on 05/20/16 at 02:47:09

Set SPDX License Identifier in each source file.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. COMMENT: COPYRIGHT (c) 1988-2008.
4.. COMMENT: On-Line Applications Research Corporation (OAR).
5.. COMMENT: All rights reserved.
6
7========================
8RTEMS Shell User's Guide
9========================
10
11RTEMS Shell User's Guide
12------------------------
13
14 | COPYRIGHT (c) 1988 - 2015.
15 | On-Line Applications Research Corporation (OAR).
16
17The authors have used their best efforts in preparing this material.  These
18efforts include the development, research, and testing of the theories and
19programs to determine their effectiveness.  No warranty of any kind, expressed
20or implied, with regard to the software or the material contained in this
21document is provided.  No liability arising out of the application or use of
22any product described in this document is assumed.  The authors reserve the
23right to revise this material and to make changes from time to time in the
24content hereof without obligation to notify anyone of such revision or changes.
25
26The RTEMS Project is hosted at http://www.rtems.org/.  Any inquiries concerning
27RTEMS, its related support components, or its documentation should be directed
28to the Community Project hosted at http://www.rtems.org/.
29
30.. topic:: RTEMS Online Resources
31
32  ================  =============================
33  Home              https://www.rtems.org/
34  Developers        https://devel.rtems.org/
35  Documentation     https://docs.rtems.org/
36  Bug Reporting     https://devel.rtems.org/query
37  Mailing Lists     https://lists.rtems.org/
38  Git Repositories  https://git.rtems.org/
39  ================  =============================
40
41.. toctree::
42        :maxdepth: 3
43        :numbered:
44
45        preface
46        configuration_and_init
47        general_commands
48        file_and_directory
49        memory_commands
50        rtems_specific_commands
51        network_commands
52        function_and_variable
53        concept
54
55*       :ref:`genindex`
56*       :ref:`search`
Note: See TracBrowser for help on using the repository browser.