View | Details | Raw Unified | Return to bug 34883
Collapse All | Expand All

(-)doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml (-5 / +5 lines)
Lines 32-38 Link Here
32
      any other trade.  For some it is a hobby, for others it is their
32
      any other trade.  For some it is a hobby, for others it is their
33
      profession.  The information in this chapter might be more aimed
33
      profession.  The information in this chapter might be more aimed
34
      towards the beginning programmer, but may also serve to be
34
      towards the beginning programmer, but may also serve to be
35
      useful for the programmer setting her first steps on the FreeBSD
35
      useful for the programmer taking her first steps on the FreeBSD
36
      platform.</para>      
36
      platform.</para>      
37
37
38
  </sect1>
38
  </sect1>
Lines 95-101 Link Here
95
    <para>The complete source code to FreeBSD is available from our
95
    <para>The complete source code to FreeBSD is available from our
96
      public CVS repository.  The source code is normally installed in
96
      public CVS repository.  The source code is normally installed in
97
      <filename class=directory>/usr/src</filename> which contains the
97
      <filename class=directory>/usr/src</filename> which contains the
98
      following subdirectories.</para>
98
      following subdirectories:</para>
99
99
100
    <para>
100
    <para>
101
      <informaltable frame="none">
101
      <informaltable frame="none">
Lines 121-127 Link Here
121
121
122
	    <row>
122
	    <row>
123
	    <entry><filename class=directory>crypto/</filename></entry>
123
	    <entry><filename class=directory>crypto/</filename></entry>
124
	    <entry>DES source</entry>
124
	    <entry>Cryptographical sources</entry>
125
	    </row>
125
	    </row>
126
126
127
	    <row>
127
	    <row>
Lines 150-162 Link Here
150
	    <row>
150
	    <row>
151
	    <entry><filename
151
	    <entry><filename
152
 class=directory>kerberosIV/</filename></entry>
152
 class=directory>kerberosIV/</filename></entry>
153
            <entry>Source for Kerbereros version IV</entry>
153
            <entry>Source for Kerberos version IV</entry>
154
	    </row>
154
	    </row>
155
155
156
	    <row>
156
	    <row>
157
	    <entry><filename
157
	    <entry><filename
158
 class=directory>kerberos5/</filename></entry>
158
 class=directory>kerberos5/</filename></entry>
159
            <entry>Source for Kerbereros version 5</entry>
159
            <entry>Source for Kerberos version 5</entry>
160
	    </row>
160
	    </row>
161
161
162
	    <row>
162
	    <row>

Return to bug 34883