Changeset 7a758c2 in rtems-docs for posix1003_1/posix1003_1.rst


Ignore:
Timestamp:
01/17/16 00:11:59 (7 years ago)
Author:
Amar Takhar <amar@…>
Branches:
4.11, 5, am, master
Children:
ef0a063
Parents:
735de5f
git-author:
Amar Takhar <amar@…> (01/17/16 00:11:59)
git-committer:
Amar Takhar <verm@…> (05/03/16 00:51:23)
Message:

Fix warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • posix1003_1/posix1003_1.rst

    r735de5f r7a758c2  
    778778====
    779779
    780 .. _Get-System-Time:
    781 
    782780Get System Time
    783781---------------
     
    800798Environment Variables
    801799=====================
    802 
    803 .. _Environment-Access:
    804800
    805801Environment Access
     
    939935=====================
    940936
    941 .. _Open-a-File:
    942 
    943937Open a File
    944938-----------
     
    10191013
    10201014    rmdir(), Function, Implemented
    1021 
    1022 .. _Rename-a-File:
    10231015
    10241016Rename a File
     
    12361228
    12371229NOTE: A number of constants are used by both ``open`` and ``fcntl``.``O_CREAT``, ``O_EXCL``, ``O_NOCTTY``, ``O_TRUNC``,``O_APPEND``, ``O_DSYNC``, ``O_NONBLOCK``, ``O_RSYNC``,``O_SYNC``, ``O_RDONLY``, ``O_RDWR``, and ``O_WRONLY``
    1238 are also included in another section.  See :ref:`Open a File <Open-a-File>`.
     1230are also included in another section.  See `Open a File`_.
    12391231
    12401232Reposition Read/Write File Offset
     
    16881680    ungetc(), Function, Implemented
    16891681
    1690 NOTE: ``rename`` is also included in another section.  :ref:`Rename a File <Rename-a-File>`.
     1682NOTE: ``rename`` is also included in another section.  `Rename a File`_.
    16911683
    16921684ANSI C Section 4.10 — General Utilities
     
    17081700    qsort(), Function, Implemented
    17091701
    1710 NOTE: ``getenv`` is also included in another section.:ref:`Environment Access <Environment-Access>`.
     1702NOTE: ``getenv`` is also included in another section. `Environment Access`_.
    17111703
    17121704ANSI C Section 4.11 — String Handling
     
    17401732NOTE: RTEMS has no notion of time zones.
    17411733
    1742 NOTE: ``time`` is also included in another section.:ref:`Get System Time <Get-System-Time>`.
     1734NOTE: ``time`` is also included in another section. `Get System Time`_.
    17431735
    17441736From Surrounding Text
Note: See TracChangeset for help on using the changeset viewer.