[rtems commit] doc misc: Building again and updates

Joel Sherrill joel at rtems.org
Fri Mar 21 13:45:48 UTC 2014


Module:    rtems
Branch:    master
Commit:    8cc7084c2c8cb0d2c38a6086f57239b09166744a
Changeset: http://git.rtems.org/rtems/commit/?id=8cc7084c2c8cb0d2c38a6086f57239b09166744a

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Mar 20 17:43:09 2014 -0500

doc misc: Building again and updates

Remove references to Cygnus
Fix issues introduced in previous edits

---

 doc/Makefile.am           |    2 +-
 doc/relnotes/install.texi |    4 ++--
 doc/relnotes/intro.texi   |   15 +++++----------
 doc/relnotes/status.texi  |    2 +-
 doc/started/buildrt.t     |    5 +++--
 doc/started/nextstep.t    |    4 ++--
 6 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0533e0f..e3e413b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,7 +11,7 @@ if USE_HTML
 html_DATA = index.html
 endif
 
-EXTRA_DIST += common/cpright.texi common/setup.texi \
+EXTRA_DIST = common/cpright.texi common/setup.texi \
     common/treedef.tex common/rtems.texi.in
 
 if USE_HTML
diff --git a/doc/relnotes/install.texi b/doc/relnotes/install.texi
index ba4329b..969272c 100644
--- a/doc/relnotes/install.texi
+++ b/doc/relnotes/install.texi
@@ -140,8 +140,8 @@ and installed, it will be necessary to modify the environment of
 each RTEMS application developer to reflect at least the path of
 the newly installed cross development toolset.
 
-The documentation for the FSF GNU and Cygnus tools is
-formatted using TeX.  The RTEMS developers use TeX 3.14t3 to
+The documentation for the FSF GNU and open source tools is
+formatted using TeX.  The RTEMS developers use TeX to
 format the manuals for their own use.  This document does not
 contain instructions on the acquisition or installation of TeX
 and supporting tools.
diff --git a/doc/relnotes/intro.texi b/doc/relnotes/intro.texi
index b7faa9b..30e0914 100644
--- a/doc/relnotes/intro.texi
+++ b/doc/relnotes/intro.texi
@@ -15,7 +15,7 @@ procedure, and current status of Release @value{VERSION} of the RTEMS
 executive.  An installation procedure is provided which
 describes the steps necessary to load and configure the RTEMS
 environment, including the GNU Development Environment and the
-Cygnus NEWLIB ANSI C Library, on a host computer.  The status of
+NEWLIB ANSI C Library, on a host computer.  The status of
 the RTEMS environment is given, which includes supported
 processors and target boards, versions of the GNU utilities
 which were used by the RTEMS developers for this release,
@@ -45,7 +45,7 @@ Each list may be subscribed to, archives view, etc. by visiting
 * GNU Development Tools::
 * ANSI C Libraries::
 * GNU C Library::
-* Cygnus NEWLIB C Library::
+* NEWLIB C Library::
 @end menu
 
 This section discusses the freely available tools and
@@ -95,11 +95,6 @@ The primary ftp site for the FSF GNU tools is
 prep.ai.mit.edu (18.71.0.38) in the /pub/gnu directory.  These
 tools are mirrored on numerous ftp sites.
 
-Cygnus maintains an ftp site -- ftp.cygnus.com
-(205.180.83.42) -- which contains a source code which appeals to
-embedded developers.  Of especial interest on this site are the
-directories /pub/newlib and /pub/embedded.
-
 @node ANSI C Libraries, GNU C Library, GNU Development Tools, Introduction Supporting Tools
 @subsection ANSI C Libraries
 
@@ -109,14 +104,14 @@ distributable ANSI C Libraries:
 @itemize @bullet
 @item GNU C Library, and
 
- at item Cygnus NEWLIB
+ at item NEWLIB
 @end itemize
 
 No C Library is included in the standard RTEMS
 distribution.  It is the responsibility of the user to obtain
 and install a C Library separately.
 
- at node GNU C Library, Cygnus NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
+ at node GNU C Library, NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
 @subsection GNU C Library
 
 The GNU C Library is a robust and well-documented C
@@ -142,7 +137,7 @@ for reentrancy.  This library is a collection of freely distributable
 and public domain source code and is freely distributable with as few
 restrictions as possible placed on the end user.
 
- at node Introduction Documentation, Installation Procedure, Cygnus NEWLIB C Library, Introduction
+ at node Introduction Documentation, Installation Procedure, NEWLIB C Library, Introduction
 @section Documentation
 
 The RTEMS Documentation Set is provided online at 
diff --git a/doc/relnotes/status.texi b/doc/relnotes/status.texi
index 109eebc..7b8c5b6 100644
--- a/doc/relnotes/status.texi
+++ b/doc/relnotes/status.texi
@@ -97,7 +97,7 @@ following processors and target boards:
 
 @end itemize
 
-Support for the Cygnus NEWLIB Standard C Library is
+Support for the NEWLIB Standard C Library is
 provided with this release which may be used on any of the RTEMS
 supported targets.  The BSPs only provide support for console
 I/O only using this library.  Support for the reentrancy
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index c242296..5adf547 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -137,8 +137,9 @@ command has numerous command line arguments. These arguments are
 discussed in detail in documentation that comes with the RTEMS
 distribution. A full list of these arguments can be obtained by running
 @code{../rtems- at value{RTEMSAPI}.<VERSION>/configure --help} If you
-followed the procedure described in the section @ref{Unarchive the
-RTEMS Source} or @ref{Obtaining the RTEMS Source from CVS}, these configuration options can be found in the file
+followed the procedure described in the section @ref{Unarchive
+the RTEMS Source} or @ref{Obtaining the RTEMS Source from Git},
+these configuration options can be found in the file
 rtems- at value{RTEMSAPI}.<VERSION>/README.configure.
 
 @b{NOTE}: The GNAT/RTEMS run-time implementation is based on the POSIX
diff --git a/doc/started/nextstep.t b/doc/started/nextstep.t
index 01d05a7..82074cb 100644
--- a/doc/started/nextstep.t
+++ b/doc/started/nextstep.t
@@ -48,10 +48,10 @@ In addition, the following manuals from the GNU Cross Compilation Toolset
 include information on run-time services available.
 
 @itemize @bullet
- at item @b{Cygnus C Support Library} describes the Standard C Library
+ at item @b{C Support Library} describes the Standard C Library
 functionality provided by Newlib's libc.
 
- at item @b{Cygnus C Math Library} describes the Standard C Math Library
+ at item @b{C Math Library} describes the Standard C Math Library
 functionality provided by Newlib's libm.
 
 @end itemize




More information about the vc mailing list