From 7a758c222ead5bf89a55a2dc37e17d9b4be03ad5 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 16 Jan 2016 19:11:59 -0500 Subject: Fix warnings. --- posix1003_1/posix1003_1.rst | 16 ++++------------ 1 file 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 `. +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 `. +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 `. +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 `. +NOTE: ``time`` is also included in another section. `Get System Time`_. From Surrounding Text .. code:: c -- cgit v1.2.3