Don't claim that Perl and Fortran are in the base system, add a note

about the next section describing some of the options from the ports
collection.

PR:		120152
Submitted by:	Michael Voorhis <mvoorhis@cs.wpi.edu>
This commit is contained in:
Christian Brueffer 2008-02-03 18:26:28 +00:00
parent 1056b7e3e0
commit bee89619f0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31442

View file

@ -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