Index: en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml =================================================================== --- en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml +++ en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml @@ -339,14 +339,13 @@ Compiling with <command>cc</command> - This section deals with the gcc - and clang compilers for C and C++, - since they come with the &os; base system. Starting with - &os; 10.X clang is installed as - cc. The details of producing a program with - an interpreter vary considerably between interpreters, and are - usually well covered in the documentation and on-line help for - the interpreter. + This section deals with the clang + compiler for C and C++, since it comes with the &os; base + system. Starting with &os; 10.X clang + is installed as cc. The details of producing + a program with an interpreter vary considerably between + interpreters, and are usually well covered in the documentation + and on-line help for the interpreter. Once you have written your masterpiece, the next step is to convert it into something that will (hopefully!) run on FreeBSD.