Add some introductory text.
This commit is contained in:
parent
720cc4b7b6
commit
5b2d3bbd6a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10003
1 changed files with 14 additions and 8 deletions
|
@ -1,22 +1,28 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml,v 1.1 2001/07/19 22:06:06 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
<para>This chapter was written by &a.murray;.</para>
|
||||
<para>This chapter was written by &a.murray; and &a.asmodai;.</para>
|
||||
|
||||
<sect1>
|
||||
<title>* Developing on FreeBSD</title>
|
||||
<para>This will need to discuss FreeBSD as a development platform,
|
||||
the vision of BSD, architectural overview, layout of /usr/src,
|
||||
history, etc.</para>
|
||||
<title>Developing on FreeBSD</title>
|
||||
|
||||
<para>Thank you for considering FreeBSD as your development
|
||||
platform! We hope it will not let you down.</para>
|
||||
<para>So here we are. System all installed and you are ready to
|
||||
start programming. But where to start? What does FreeBSD
|
||||
provide? What can it do for me, as a programmer?</para>
|
||||
|
||||
<para>These are some questions which this chapter tries to answer.
|
||||
Of course, programming has different levels of proficiency like
|
||||
any other trade. For some it is a hobby, for others it is their
|
||||
profession. The information in this chapter might be more aimed
|
||||
towards the beginning programmer, but may also serve to be
|
||||
useful for the programmer setting her first steps on the FreeBSD
|
||||
platform.</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue