aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2008-02-03 18:26:28 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2008-02-03 18:26:28 +0000
commitbee89619f09f0740226c0c78a941f7b5b2022a75 (patch)
treea746181b5dce0d63edf6b435997f84e38dba4851
parent1056b7e3e0d8cbbe40b92392bb4142368c37008a (diff)
Notes
-rw-r--r--en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml
index 09e32a0ab4..c1d662fd35 100644
--- a/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml
@@ -35,11 +35,13 @@
<sect1 id="tools-intro"><title>Introduction</title>
<para>FreeBSD offers an excellent development environment.
- Compilers for C, C++, and Fortran and an assembler come with the
- basic system, not to mention a Perl interpreter and classic &unix;
+ Compilers for C and C++ and an assembler come with the
+ basic system, not to mention classic &unix;
tools such as <command>sed</command> and <command>awk</command>.
If that is not enough, there are many more compilers and
- interpreters in the Ports collection. FreeBSD is very
+ interpreters in the Ports collection. The following section,
+ <link linkend="tools-programming">Introduction to Programming</link>,
+ lists some of the available options. FreeBSD is very
compatible with standards such as <acronym>&posix;</acronym> and
<acronym>ANSI</acronym> C, as well with its own BSD heritage, so
it is possible to write applications that will compile and run