From a3a2dee5ab8d250d063893f984494d4ff404add9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 28 Aug 2003 13:45:57 +0000 Subject: [PATCH] 2003-08-28 Ralf Corsepius * basic.t, build45.t, tools.t: Reflect new VARS in ../common/setup.texi, various minor changes and fixes. --- doc/FAQ/ChangeLog | 5 +++++ doc/FAQ/basic.t | 16 +++++++--------- doc/FAQ/build45.t | 6 +++--- doc/FAQ/tools.t | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/FAQ/ChangeLog b/doc/FAQ/ChangeLog index d1c3f6d948..2fa59099bb 100644 --- a/doc/FAQ/ChangeLog +++ b/doc/FAQ/ChangeLog @@ -1,3 +1,8 @@ +2003-08-28 Ralf Corsepius + + * basic.t, build45.t, tools.t: Reflect new VARS in + ../common/setup.texi, various minor changes and fixes. + 2003-08-22 Joel Sherrill * basic.t, entry: Reconcile differences between CVS trunk and 4.6 diff --git a/doc/FAQ/basic.t b/doc/FAQ/basic.t index 82a41ecf28..48b8f9ea57 100644 --- a/doc/FAQ/basic.t +++ b/doc/FAQ/basic.t @@ -145,13 +145,11 @@ Yes, but not all are based on standards and the open source philosophy. @section How can I get RTEMS? -RTEMS is distributed by OAR Corporation via the Internet. Point your +RTEMS is distributed by @uref{http://www.OARcorp.com,OAR Corporation} via the +Internet. Point your favorite browser at the following URL and following the link: -@c this version should work -@c @set OAR-URL http://www.OARcorp.com -@c @uref{@value{OAR-URL},@value{OAR-URL}} -@uref{http://www.OARcorp.com,http://www.OARcorp.com} +@uref{@value{RTEMSHTTPURL},@value{RTEMSHTTPURL}} @section What about support? @@ -160,22 +158,22 @@ training, and custom development. @section Are there any mailing lists? -The primary RTEMS mailing list is @code{rtems-users@@oarcorp.com}. This +The primary RTEMS mailing list is @code{@value{RTEMSUSERS}}. This list is for general RTEMS discussions, questions, design help, advice, etc.. Subscribe by sending an empty mail -message to @code{rtems-users-subscribe@@OARcorp.com}. This +message to @code{@value{RTEMSUSERSSUBSCRIBE}}. This mailing list is archived at: @example http://www.oarcorp.com/rtems/maillistArchives/rtems-users @end example -The @code{rtems-snapshots@@oarcorp.com} mailing list is for those +The @code{@value{RTEMSSNAPSHOTS}} mailing list is for those interested in taking a more active role in the design, development, and maintenance of RTEMS. Discussions on this list tend to focus on problems in the development source, design of new features, problem reports, etc.. Subscribe by sending an empty mail -message to @code{rtems-snapshots-subscribe@@OARcorp.com}. +message to @code{@value{RTEMSSNAPSHOTSSUBSCRIBE}}. mailing list is archived at: @example diff --git a/doc/FAQ/build45.t b/doc/FAQ/build45.t index e4ab8bdc05..9d3ba34816 100644 --- a/doc/FAQ/build45.t +++ b/doc/FAQ/build45.t @@ -72,7 +72,7 @@ Native Cygwin binaries should be available at Cygnus. GNU-Toolchain binaries (gcc, binutils etc.) for Linux and patches required to build them from source are available from -@uref{ftp://ftp.oarcorp.com,OAR Corporation}. +@uref{@value{RTEMSFTPURL},the RTEMS ftp site}. @section Issues when building RTEMS @@ -411,8 +411,8 @@ have been adapted to autoconf >= 2.50 demands. Several possibilities (In decreasing preference): @itemize @bullet -@item File a bug report at @uref{http://www.oarcorp.com/cgi-bin/gnatsweb.pl,OAR's GNAT} -@item Send an email to @uref{mailto:rtems-bugs@@OARcorp.com,rtems-bugs@@OARcorp.com} +@item File a bug report at @uref{@value{RTEMSGNATS},RTEMS's GNATS} +@item Send an email to @uref{mailto:@value{RTEMSBUGS},@value{RTEMSBUGS}} @item Report your problem to one of the RTEMS mailing lists (Cf. @ref{Are there any mailing lists?}). @end itemize diff --git a/doc/FAQ/tools.t b/doc/FAQ/tools.t index d917f9d461..59d5cb75db 100644 --- a/doc/FAQ/tools.t +++ b/doc/FAQ/tools.t @@ -13,7 +13,7 @@ in a non-language specific way. @section What is GNU? -Take a look at @uref{http://www.gnu.org} for information on the GNU Project. +Take a look at @uref{http://www.gnu.org,http://www.gnu.org} for information on the GNU Project. @section How do I generate a patch?