aboutsummaryrefslogtreecommitdiff
path: root/libiberty/doc
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/doc')
-rw-r--r--libiberty/doc/bsd.rst2
-rw-r--r--libiberty/doc/copyright.rst2
-rw-r--r--libiberty/doc/extensions.rst2
-rw-r--r--libiberty/doc/function-variable-and-macro-listing.rst2
-rw-r--r--libiberty/doc/index.rst2
-rw-r--r--libiberty/doc/indices-and-tables.rst2
-rw-r--r--libiberty/doc/introduction.rst2
-rw-r--r--libiberty/doc/lesser-general-public-license-2.1.rst2
-rw-r--r--libiberty/doc/overview.rst2
-rw-r--r--libiberty/doc/replacement-functions.rst2
-rw-r--r--libiberty/doc/supplemental-functions.rst2
-rw-r--r--libiberty/doc/using.rst2
12 files changed, 12 insertions, 12 deletions
diff --git a/libiberty/doc/bsd.rst b/libiberty/doc/bsd.rst
index bb786e2..a0f5b82 100644
--- a/libiberty/doc/bsd.rst
+++ b/libiberty/doc/bsd.rst
@@ -3,4 +3,4 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
-.. include:: ../../doc/bsd.rst \ No newline at end of file
+.. include:: ../../doc/bsd.rst
diff --git a/libiberty/doc/copyright.rst b/libiberty/doc/copyright.rst
index 5afce61..10a131a 100644
--- a/libiberty/doc/copyright.rst
+++ b/libiberty/doc/copyright.rst
@@ -10,4 +10,4 @@ Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-A copy of the license is in the :ref:`gnu_fdl`. \ No newline at end of file
+A copy of the license is in the :ref:`gnu_fdl`.
diff --git a/libiberty/doc/extensions.rst b/libiberty/doc/extensions.rst
index 03a2419..5e2629d 100644
--- a/libiberty/doc/extensions.rst
+++ b/libiberty/doc/extensions.rst
@@ -764,4 +764,4 @@ argument.
.. function:: void *obstack_next_free (struct obstack *obstack_ptr)
Address just after the end of the currently growing object.
- See :ref:`status-of-an-obstack`. \ No newline at end of file
+ See :ref:`status-of-an-obstack`.
diff --git a/libiberty/doc/function-variable-and-macro-listing.rst b/libiberty/doc/function-variable-and-macro-listing.rst
index 244ec9e..c505d3c 100644
--- a/libiberty/doc/function-variable-and-macro-listing.rst
+++ b/libiberty/doc/function-variable-and-macro-listing.rst
@@ -1854,4 +1854,4 @@ sets of characters:
Print to allocated string without fail. If ``xvasprintf`` fails,
this will print a message to ``stderr`` (using the name set by
- ``xmalloc_set_program_name``, if any) and then call ``xexit``. \ No newline at end of file
+ ``xmalloc_set_program_name``, if any) and then call ``xexit``.
diff --git a/libiberty/doc/index.rst b/libiberty/doc/index.rst
index 6770b9e..e1ba0da 100644
--- a/libiberty/doc/index.rst
+++ b/libiberty/doc/index.rst
@@ -20,4 +20,4 @@ GNU libiberty
lesser-general-public-license-2.1
bsd
- indices-and-tables \ No newline at end of file
+ indices-and-tables
diff --git a/libiberty/doc/indices-and-tables.rst b/libiberty/doc/indices-and-tables.rst
index 9799e4e..427cea3 100644
--- a/libiberty/doc/indices-and-tables.rst
+++ b/libiberty/doc/indices-and-tables.rst
@@ -1 +1 @@
-.. include:: ../../doc/indices-and-tables.rst \ No newline at end of file
+.. include:: ../../doc/indices-and-tables.rst
diff --git a/libiberty/doc/introduction.rst b/libiberty/doc/introduction.rst
index b26f643..4f637fa 100644
--- a/libiberty/doc/introduction.rst
+++ b/libiberty/doc/introduction.rst
@@ -5,4 +5,4 @@ Introduction
The ``libiberty`` library is a collection of subroutines used by various
GNU programs. It is available under the Library General Public
-License; for more information, see Library Copying. \ No newline at end of file
+License; for more information, see Library Copying.
diff --git a/libiberty/doc/lesser-general-public-license-2.1.rst b/libiberty/doc/lesser-general-public-license-2.1.rst
index a4c8739..fc1f4b5 100644
--- a/libiberty/doc/lesser-general-public-license-2.1.rst
+++ b/libiberty/doc/lesser-general-public-license-2.1.rst
@@ -3,4 +3,4 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
-.. include:: ../../doc/lgpl-2.1.rst \ No newline at end of file
+.. include:: ../../doc/lgpl-2.1.rst
diff --git a/libiberty/doc/overview.rst b/libiberty/doc/overview.rst
index e16601e..a1c07fb 100644
--- a/libiberty/doc/overview.rst
+++ b/libiberty/doc/overview.rst
@@ -17,4 +17,4 @@ Functions contained in ``libiberty`` can be divided into three general categorie
replacement-functions
- extensions \ No newline at end of file
+ extensions
diff --git a/libiberty/doc/replacement-functions.rst b/libiberty/doc/replacement-functions.rst
index 4439674..604f0b7 100644
--- a/libiberty/doc/replacement-functions.rst
+++ b/libiberty/doc/replacement-functions.rst
@@ -59,4 +59,4 @@ Error Reporting
These are a set of routines to facilitate programming with the system
``errno`` interface. The ``libiberty`` source file :samp:`strerror.c`
-contains a good deal of documentation for these functions. \ No newline at end of file
+contains a good deal of documentation for these functions.
diff --git a/libiberty/doc/supplemental-functions.rst b/libiberty/doc/supplemental-functions.rst
index d8387fc..d662beb 100644
--- a/libiberty/doc/supplemental-functions.rst
+++ b/libiberty/doc/supplemental-functions.rst
@@ -28,4 +28,4 @@ become less and less common. Each function :samp:`{foo}` is implemented
in :samp:`{foo}.c` but not declared in any ``libiberty`` header file; more
comments and caveats for each function's implementation are often
available in the source file. Generally, the function can simply
-be declared as ``extern``. \ No newline at end of file
+be declared as ``extern``.
diff --git a/libiberty/doc/using.rst b/libiberty/doc/using.rst
index 16974f3..3ab5325 100644
--- a/libiberty/doc/using.rst
+++ b/libiberty/doc/using.rst
@@ -37,4 +37,4 @@ has proven useful with software using the GNU ``readline`` library.)
Making use of ``libiberty`` code usually requires that you include one or more
header files from the ``libiberty`` distribution. (They will be named as
necessary in the function descriptions.) At link time, you will need to
-add :option:`-liberty` to your link command invocation. \ No newline at end of file
+add :option:`-liberty` to your link command invocation.