This file is indexed.

/usr/share/doc/debian-kernel-handbook/kernel-handbook.html/ch-scope.html is in debian-kernel-handbook 1.0.16.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<html>

<head>

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<title>Debian Linux Kernel Handbook - About this handbook</title>

<link href="index.html" rel="start">
<link href="index.html" rel="prev">
<link href="ch-source.html" rel="next">
<link href="index.html#contents" rel="contents">
<link href="index.html#copyright" rel="copyright">
<link href="ch-scope.html" rel="chapter" title="1 About this handbook">
<link href="ch-source.html" rel="chapter" title="2 Debian kernel source">
<link href="ch-packaging.html" rel="chapter" title="3 Debian kernel packages">
<link href="ch-common-tasks.html" rel="chapter" title="4 Common kernel-related tasks">
<link href="ch-versions.html" rel="chapter" title="5 Version numbers and ABIs">
<link href="ch-modules.html" rel="chapter" title="6 Managing the kernel modules">
<link href="ch-initramfs.html" rel="chapter" title="7 Managing the initial ramfs (initramfs) archive">
<link href="ch-update-hooks.html" rel="chapter" title="8 Package maintainer scripts and hooks">
<link href="ch-bugs.html" rel="chapter" title="9 Reporting and handling bugs">
<link href="ch-scope.html#s1.1" rel="section" title="1.1 Scope">
<link href="ch-scope.html#s-authors" rel="section" title="1.2 Authors and Contributors">
<link href="ch-source.html#s-changes" rel="section" title="2.1 Changes to the pristine kernel source">
<link href="ch-source.html#s-patches" rel="section" title="2.2 Debian kernel patches">
<link href="ch-source.html#s-acceptance" rel="section" title="2.3 Policy for patch acceptance">
<link href="ch-packaging.html#s-source-pkg" rel="section" title="3.1 Source package">
<link href="ch-packaging.html#s-arch-indep" rel="section" title="3.2 Architecture-independent packages">
<link href="ch-packaging.html#s-arch-dep" rel="section" title="3.3 Architecture-dependent packages">
<link href="ch-common-tasks.html#s-common-getting" rel="section" title="4.1 Obtaining the Debian kernel source">
<link href="ch-common-tasks.html#s-common-official" rel="section" title="4.2 Rebuilding official Debian kernel packages">
<link href="ch-common-tasks.html#s-common-official-vcs" rel="section" title="4.3 Building a development version of the Debian kernel package">
<link href="ch-common-tasks.html#s-gen-orig" rel="section" title="4.4 Generating orig tarball from newer upstream">
<link href="ch-common-tasks.html#s-common-building" rel="section" title="4.5 Building a custom kernel from Debian kernel source">
<link href="ch-common-tasks.html#s-kernel-org-package" rel="section" title="4.6 Building a custom kernel from the &quot;pristine&quot; kernel source">
<link href="ch-common-tasks.html#s-common-out-of-tree" rel="section" title="4.7 Building out-of-tree kernel modules">
<link href="ch-versions.html#s-version-types" rel="section" title="5.1 The different types of version">
<link href="ch-versions.html#s-abi" rel="section" title="5.2 The kernel ABI">
<link href="ch-initramfs.html#s-initramfs-gen-tools" rel="section" title="7.1 Initramfs generation tools">
<link href="ch-initramfs.html#s-initramfs-regen" rel="section" title="7.2 Regenerating the initramfs">
<link href="ch-initramfs.html#s-initramfs-exam" rel="section" title="7.3 Examining the initramfs contents">
<link href="ch-update-hooks.html#s-kernel-hooks" rel="section" title="8.1 Kernel hooks">
<link href="ch-update-hooks.html#s-kernel-hooks-loader" rel="section" title="8.2 Kernel hooks required for boot loaders">
<link href="ch-update-hooks.html#s-initramfs-hooks" rel="section" title="8.3 Initramfs hooks">
<link href="ch-update-hooks.html#s-kernel-hooks-initramfs" rel="section" title="8.4 Kernel hooks required for initramfs builders">
<link href="ch-update-hooks.html#s-loader-optimisation" rel="section" title="8.5 Optimising boot loader updates">
<link href="ch-update-hooks.html#s-deprecation" rel="section" title="8.6 Deprecated features">
<link href="ch-update-hooks.html#s-init-config" rel="section" title="8.7 Initial configuration by the installer">
<link href="ch-bugs.html#s9.1" rel="section" title="9.1 Bug handling policy for the kernel team">
<link href="ch-bugs.html#s9.2" rel="section" title="9.2 Filing a bug against a kernel package">
<link href="ch-common-tasks.html#s4.2.1" rel="subsection" title="4.2.1 Preparation">
<link href="ch-common-tasks.html#s-common-size" rel="subsection" title="4.2.1.1 Disk space requirements">
<link href="ch-common-tasks.html#s4.2.2" rel="subsection" title="4.2.2 Simple patching and building">
<link href="ch-common-tasks.html#s4.2.3" rel="subsection" title="4.2.3 Applying patches or configuration changes">
<link href="ch-common-tasks.html#s4.2.4" rel="subsection" title="4.2.4 Building many packages">
<link href="ch-common-tasks.html#s4.2.5" rel="subsection" title="4.2.5 Building packages for one flavour">
<link href="ch-versions.html#s-abi-name" rel="subsection" title="5.2.1 The ABI name">
<link href="ch-versions.html#s-abi-maintenance" rel="subsection" title="5.2.2 Maintaining and updating the ABI">
<link href="ch-bugs.html#s9.1.1" rel="subsection" title="9.1.1 Required information">
<link href="ch-bugs.html#s9.1.2" rel="subsection" title="9.1.2 Severities">
<link href="ch-bugs.html#s9.1.3" rel="subsection" title="9.1.3 Tagging">
<link href="ch-bugs.html#s9.1.4" rel="subsection" title="9.1.4 Analysis by maintainers">
<link href="ch-bugs.html#s9.1.5" rel="subsection" title="9.1.5 Testing by submitter">
<link href="ch-bugs.html#s9.1.6" rel="subsection" title="9.1.6 Keeping bugs separate">
<link href="ch-bugs.html#s9.1.7" rel="subsection" title="9.1.7 Applying patches">
<link href="ch-bugs.html#s9.1.8" rel="subsection" title="9.1.8 Talking to submitters">
<link href="ch-bugs.html#s9.2.1" rel="subsection" title="9.2.1 Bisecting (finding the upstream version that introduced a bug)">

</head>

<body>

<p><a name="ch-scope"></a></p>
<hr>

<p>
[ <a href="index.html">previous</a> ]
[ <a href="index.html#contents">Contents</a> ]
[ 1 ]
[ <a href="ch-source.html">2</a> ]
[ <a href="ch-packaging.html">3</a> ]
[ <a href="ch-common-tasks.html">4</a> ]
[ <a href="ch-versions.html">5</a> ]
[ <a href="ch-modules.html">6</a> ]
[ <a href="ch-initramfs.html">7</a> ]
[ <a href="ch-update-hooks.html">8</a> ]
[ <a href="ch-bugs.html">9</a> ]
[ <a href="ch-source.html">next</a> ]
</p>

<hr>

<h1>
Debian Linux Kernel Handbook
<br>Chapter 1 - About this handbook
</h1>

<hr>

<h2 id="s1.1">1.1 Scope</h2>

<p>
The main goal of this handbook is to serve as a single access point to all
kernel-related documentation.  It contains the information about the Debian
packaging of Linux kernel for Debian 7.0 (wheezy).  The latest released version
is always available from <code><a
href="http://kernel-handbook.alioth.debian.org">http://kernel-handbook.alioth.debian.org</a></code>.
Note that this is a work in progress, and some information is inaccurate.
</p>

<p>
Some of the commands mentioned in the text must be executed with superuser
priviliges, either by becoming the <samp>root</samp> user or by using
<samp>sudo</samp>.  To distinguish between commands which may be executed by an
unprivileged user and those requiring superuser privileges, commands are
prepended by <samp>$</samp> or <samp>#</samp> respectively.  This symbol is not
a part of the command.
</p>

<hr>

<h2 id="s-authors">1.2 Authors and Contributors</h2>

<p>
This handbook is maintained within the <code><a
href="http://alioth.debian.org/projects/kernel-handbook">kernel-handbook</a></code>
project on <code><a href="http://alioth.debian.org">Alioth</a></code>.  The
SGML source of the book may be checked out from the Debian <code><a
href="http://anonscm.debian.org/gitweb/?p=kernel-handbook/kernel-handbook.git">git
repository</a></code>.  It is intended as a community project, thus all
proposals for improvements and contributions are welcome.  The preferred way to
submit a contribution is to send it to the
<samp>kernel-handbook-general@lists.alioth.debian.org</samp> mailing list.
When submitting a contribution please clearly identify its copyright holder and
include the licensing statement.  Note that to be accepted the contribution
must be licensed under the same license as the rest of the document, namely GPL
version 2 or later.  Below is the list of current contributors:
</p>
<ul>
<li>
<p>
Jurij Smakov
</p>
</li>
</ul>
<ul>
<li>
<p>
Sven Luther
</p>
</li>
</ul>
<ul>
<li>
<p>
Andres Salomon
</p>
</li>
</ul>
<ul>
<li>
<p>
Maximilian Attems
</p>
</li>
</ul>
<ul>
<li>
<p>
Ben Hutchings
</p>
</li>
</ul>

<hr>

<p>
[ <a href="index.html">previous</a> ]
[ <a href="index.html#contents">Contents</a> ]
[ 1 ]
[ <a href="ch-source.html">2</a> ]
[ <a href="ch-packaging.html">3</a> ]
[ <a href="ch-common-tasks.html">4</a> ]
[ <a href="ch-versions.html">5</a> ]
[ <a href="ch-modules.html">6</a> ]
[ <a href="ch-initramfs.html">7</a> ]
[ <a href="ch-update-hooks.html">8</a> ]
[ <a href="ch-bugs.html">9</a> ]
[ <a href="ch-source.html">next</a> ]
</p>

<hr>

<p>
Debian Linux Kernel Handbook
</p>

<address>
version 1.0.16, Fri 14 Aug 12:53:11 CEST 2015<br>
<br>
<a href="ch-scope.html#s-authors">The Debian Kernel Handbook Project</a><br>
<br>
</address>
<hr>

</body>

</html>