source: rtems-docs/posix-users/index.rst @ fb72a00

5
Last change on this file since fb72a00 was fb72a00, checked in by Chris Johns <chrisj@…>, on 02/19/19 at 23:07:04

Add unicode support for commonly used characters like copyright.

  • This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
  • Property mode set to 100644
File size: 885 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. include:: ../common/unicode.rst
4
5==================================
6RTEMS POSIX API Guide (|version|).
7==================================
8
9.. topic:: Copyrights and License
10
11    | |copy| 2018 Marçal Comajoan Cara
12    | |copy| 2017 Gedare Bloom
13    | |copy| 1988, 2018 On-Line Applications Research Corporation (OAR)
14
15    .. include:: ../common/license.rst
16
17.. include:: ../common/header.rst
18
19.. toctree::
20        :maxdepth: 3
21        :numbered:
22
23        preface
24        process_creation_and_execution
25        signal
26        process_environment
27        files_and_directory
28        input_and_output
29        device_and_class_specific
30        language_specific_services
31        system_database
32        semaphore
33        mutex
34        condition_variable
35        memory_managment
36        scheduler
37        clock
38        timer
39        message_passing
40        thread
41        key
42        thread_cancellation
43        services_provided_by_c
44        services_provided_by_math
45        devctl
46        status_of_implementation
47        command
Note: See TracBrowser for help on using the repository browser.