blob: daba5eaf4799bf9ef286e3bdf9abf05c7ac008c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<!--
The FreeBSD Documentation Project
$FreeBSD$
The FreeBSD Spanish Documentation Project
%SOURCE% en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
%SRCID% 1.228
-->
<chapter id="cutting-edge">
<chapterinfo>
<authorgroup>
<author>
<firstname>Jim</firstname>
<surname>Mock</surname>
<contrib>Restructured, reorganized, and parts updated by </contrib>
</author>
<!-- Mar 2000 -->
</authorgroup>
<authorgroup>
<author>
<firstname>Jordan</firstname>
<surname>Hubbard</surname>
<contrib>Original work by </contrib>
</author>
<author>
<firstname>Poul-Henning</firstname>
<surname>Kamp</surname>
</author>
<author>
<firstname>John</firstname>
<surname>Polstra</surname>
</author>
<author>
<firstname>Nik</firstname>
<surname>Clayton</surname>
</author>
</authorgroup>
<!-- with feedback from various others -->
</chapterinfo>
<title>Lo último de lo último</title>
<sect1>
<title>Sinopsis</title>
<para>Pendiente de Traducción</para>
</sect1>
<sect1 id="current-stable">
<title>&os.current; vs. &os.stable;</title>
<sect2 id="current">
<title>Current</title>
<para>Pendiente de Traducción</para>
</sect2>
<sect2 id="stable">
<title>Stable</title>
<para>Pendiente de Traducción</para>
</sect2>
</sect1>
<sect1 id="synching">
<title>Sincronización de su código fuente</title>
<para>Pendiente de Traducción</para>
</sect1>
<sect1 id="makeworld">
<title>Uso de <command>make world</command></title>
<para>Pendiente de Traducción</para>
</sect1>
<sect1 id="small-lans">
<title>Redes pequeñas</title>
<para>Pendiente de Traducción</para>
</chapter>
<!--
Local Variables:
mode: sgml
sgml-declaration: "../chapter.decl"
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
sgml-parent-document: ("../book.sgml" "part" "chapter")
End:
-->
|