summaryrefslogtreecommitdiffstats
path: root/posix1003_1
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-16 19:11:59 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:23 -0400
commit7a758c222ead5bf89a55a2dc37e17d9b4be03ad5 (patch)
treeefb4c637bb0f295a1c44a210c817b94a778094f7 /posix1003_1
parentMove preface/intro one level up so the section is unnumbered. (diff)
downloadrtems-docs-7a758c222ead5bf89a55a2dc37e17d9b4be03ad5.tar.bz2
Fix warnings.
Diffstat (limited to 'posix1003_1')
-rw-r--r--posix1003_1/posix1003_1.rst16
1 files changed, 4 insertions, 12 deletions
diff --git a/posix1003_1/posix1003_1.rst b/posix1003_1/posix1003_1.rst
index 3e79fc9..b9bc495 100644
--- a/posix1003_1/posix1003_1.rst
+++ b/posix1003_1/posix1003_1.rst
@@ -777,8 +777,6 @@ Get System Name
Time
====
-.. _Get-System-Time:
-
Get System Time
---------------
@@ -800,8 +798,6 @@ tms_cstime fields of the ``struct tms`` returned.
Environment Variables
=====================
-.. _Environment-Access:
-
Environment Access
------------------
@@ -938,8 +934,6 @@ Get Working Directory Pathname
General File Creation
=====================
-.. _Open-a-File:
-
Open a File
-----------
@@ -1019,8 +1013,6 @@ Remove a Directory
rmdir(), Function, Implemented
-.. _Rename-a-File:
-
Rename a File
-------------
@@ -1235,7 +1227,7 @@ File Control
O_ACCMODE, Constant, Implemented
NOTE: 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``
-are also included in another section. See :ref:`Open a File <Open-a-File>`.
+are also included in another section. See `Open a File`_.
Reposition Read/Write File Offset
---------------------------------
@@ -1687,7 +1679,7 @@ ANSI C Section 4.9 — Input/Output
tmpnam(), Function, Implemented
ungetc(), Function, Implemented
-NOTE: ``rename`` is also included in another section. :ref:`Rename a File <Rename-a-File>`.
+NOTE: ``rename`` is also included in another section. `Rename a File`_.
ANSI C Section 4.10 — General Utilities
.. code:: c
@@ -1707,7 +1699,7 @@ ANSI C Section 4.10 — General Utilities
bsearch(), Function, Implemented
qsort(), Function, Implemented
-NOTE: ``getenv`` is also included in another section.:ref:`Environment Access <Environment-Access>`.
+NOTE: ``getenv`` is also included in another section. `Environment Access`_.
ANSI C Section 4.11 — String Handling
.. code:: c
@@ -1739,7 +1731,7 @@ ANSI C Section 4.12 — Date and Time Handling
NOTE: RTEMS has no notion of time zones.
-NOTE: ``time`` is also included in another section.:ref:`Get System Time <Get-System-Time>`.
+NOTE: ``time`` is also included in another section. `Get System Time`_.
From Surrounding Text
.. code:: c