File: kernel-handbook.sgml

package info (click to toggle)
kernel-handbook 1.0.15
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 132 kB
  • ctags: 2
  • sloc: makefile: 18
file content (68 lines) | stat: -rw-r--r-- 2,278 bytes parent folder | download
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
<!doctype debiandoc system [
<!-- include version information so we don't have to hard code it
     within the document -->
<!entity % versiondata SYSTEM "version.ent"> %versiondata;
<!entity chapter-scope  SYSTEM "chapter-scope.sgml">
<!entity chapter-source SYSTEM "chapter-source.sgml">
<!entity chapter-packaging SYSTEM "chapter-packaging.sgml">
<!entity chapter-common-tasks SYSTEM "chapter-common-tasks.sgml">
<!entity chapter-versions SYSTEM "chapter-versions.sgml">
<!entity chapter-modules SYSTEM "chapter-modules.sgml">
<!entity chapter-initramfs SYSTEM "chapter-initramfs.sgml">
<!entity chapter-update-hooks SYSTEM "chapter-update-hooks.sgml">
<!entity chapter-bugs SYSTEM "chapter-bugs.sgml">
]>
<debiandoc>

  <book>
    <titlepag>
      <title>Debian Linux Kernel Handbook</title>
      <author><qref id="authors">The Debian Kernel Handbook Project</qref></author>
      <version>version &version;, &date;</version>

      <copyright>
	<copyrightsummary>
	  Copyright &copy; 2005-2012 Debian Kernel Handbook Project
	</copyrightsummary>
	<p>
	  This handbook is free software; you may redistribute it and/or
	  modify it under the terms of the GNU General Public License
	  as published by the Free Software Foundation; either version
	  2, or (at your option) any later version.
	</p>

	<p>
	  This is distributed in the hope that it will be useful, but
	  <em>without any warranty</em>; without even the implied
	  warranty of merchantability or fitness for a particular
	  purpose.  See the GNU General Public License for more
	  details.
	</p>

	<p>
	  A copy of the GNU General Public License is available as
	  <file>/usr/share/common-licenses/GPL</file> in the Debian GNU/Linux
	  distribution or on the World Wide Web at
	  <url id="http://www.gnu.org/copyleft/gpl.html"
	       name="the GNU General Public Licence">. You can also
	  obtain it by writing to the Free Software Foundation, Inc.,
	  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
	</p>
      </copyright>
    </titlepag>

    <toc detail="sect1">

    &chapter-scope;
    &chapter-source;
    &chapter-packaging;
    &chapter-common-tasks;
    &chapter-versions;
    &chapter-modules;
    &chapter-initramfs;
    &chapter-update-hooks;
    &chapter-bugs;

  </book>
</debiandoc>