This file is indexed.

/usr/share/doc/cl-cffi/index.html is in cl-cffi 1:0.19.0-1.

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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- $Id: gendocs_template,v 1.7 2005/05/15 00:00:08 karl Exp $ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<!--

 This template was adapted from Texinfo:
 http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendocs_template

-->


<head>
<title>CFFI-SYS Interface Specification</title>
<meta http-equiv="content-type" content='text/html; charset=utf-8' />
<!-- <link rel="stylesheet" type="text/css" href="/gnu.css" /> -->
<!-- <link rev="made" href="webmasters@gnu.org" /> -->
<style>
/* CSS style taken from http://gnu.org/gnu.css */

html, body { 
	background-color: #FFFFFF; 
	color: #000000;
	font-family: sans-serif;
}

a:link { 
 	color: #1f00ff; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:hover { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
 	}

.center {
	text-align: center;
}

.italic { 
 	font-style: italic; 
 	}

.bold {
        font-weight: bold;
        }

.quote {
	margin-left: 40px;
	margin-right: 40px;
}

.hrsmall {
	width: 80px;
	height: 1px;
	margin-left: 20px;
}

.td_title {
	border-color: #3366cc;
	border-style: solid;
	border-width: thin;
	color: #3366cc;
	background-color : #f2f2f9; 
	font-weight: bold; 
}

.td_con {
	padding-top: 3px; 
	padding-left: 8px; 
	padding-bottom: 3px; 
	color : #303030; 
	background-color : #fefefe; 
	font-size: smaller;
}

.translations {
	background-color: transparent; 
	color: black;
	font-family: serif;
	font-size: smaller;
}

.fsflink {
	font-size: smaller; 
	font-family: monospace; 
	color : #000000; 
	border-left: #3366cc thin solid; 
	border-bottom: #3366cc thin solid; 
	padding-left: 5px; 
	padding-bottom: 5px;
}

/*
 * rtl stands for right-to-left layout, as in farsi/persian,
 * arabic, etc. See also trans_rtl.
 */
.fsflink_rtl {
	font-size: smaller; 
	font-family: monospace; 
	color : #000000; 
	border-right: #3366cc thin solid; 
	border-bottom: #3366cc thin solid; 
	padding-right: 5px; 
	padding-bottom: 5px;
}

.trans {
	font-size: smaller; 
	color : #000000; 
	border-left: #3366cc thin solid; 
	padding-left: 20px; 
}

.trans_rtl {
	font-size: smaller; 
	color : #000000; 
	border-right: #3366cc thin solid; 
	padding-right: 20px; 
}

img {
	border: none 0;
}

td.side {
	color: #3366cc;
/*	background: #f2f2f9; 
	border-color: #3366cc;
	border-style: solid;
	border-width: thin; */
	border-color: white;
	border-style: none;
	vertical-align: top;
	width: 150px;
}

div.copyright {
	font-size: 80%; 
	border: 2px solid #3366cc; 
	padding: 4px;
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}

.footnoteref {
	font-size: smaller; 
	vertical-align: text-top;
}
</style>
</head>

<!-- This document is in XML, and xhtml 1.0 -->
<!-- Please make sure to properly nest your tags -->
<!-- and ensure that your final document validates -->
<!-- consistent with W3C xhtml 1.0 and CSS standards -->
<!-- See validator.w3.org -->

<body>

<h3>CFFI-SYS Interface Specification</h3>

<!-- <address>Free Software Foundation</address> -->
<address>last updated July 07, 2017</address>

<!--
<p>
<a href="/graphics/gnu-head.jpg">
	<img src="/graphics/gnu-head-sm.jpg"
	alt=" [image of the head of a GNU] "
	width="129" height="122" />
</a>
<a href="/philosophy/gif.html">(no gifs due to patent problems)</a>
</p>
-->

<hr />

<p>This document <!--(cffi-sys-spec)--> is available in the following formats:</p>

<ul>
  <li><a href="cffi-sys-spec.html">HTML 
      (40K characters)</a> - entirely on one web page.</li>
  <li><a href="html_node/index.html">HTML</a> - with one web page per
      node.</li>
  <li><a href="cffi-sys-spec.html.gz">HTML compressed
      (8K gzipped characters)</a> - entirely on 
      one web page.</li>
  <li><a href="cffi-sys-spec.html_node.tar.gz">HTML compressed
      (12K gzipped tar file)</a> -
      with one web page per node.</li>
  <li><a href="cffi-sys-spec.info.tar.gz">Info document
      (8K characters gzipped tar file)</a>.</li>
  <li><a href="cffi-sys-spec.txt">ASCII text
      (16K characters)</a>.</li>
  <li><a href="cffi-sys-spec.txt.gz">ASCII text compressed
      (4K gzipped characters)</a>.</li>
  <li><a href="cffi-sys-spec.dvi.gz">TeX dvi file
      (8K characters gzipped)</a>.</li>
  <li><a href="cffi-sys-spec.ps.gz">PostScript file
      (184K characters gzipped)</a>.</li>
  <li><a href="cffi-sys-spec.pdf">PDF file
      (176K characters)</a>.</li>
  <li><a href="cffi-sys-spec.texi.tar.gz">Texinfo source
      (60K characters gzipped tar file)</a></li>
</ul>

<p>(This page was generated by the <a href="https://github.com/cffi/cffi/blob/master/doc/gendocs.sh">gendocs.sh
script</a>.)</p>

<div class="copyright">
<p>
Return to <a href="/project/cffi/">CFFI's home page</a>.
</p>

<!--
<p>
Please send FSF &amp; GNU inquiries to 
<a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>.
There are also <a href="/home.html#ContactInfo">other ways to contact</a> 
the FSF.
<br />
Please send broken links and other corrections (or suggestions) to
<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
</p>
-->

<p>
Copyright (C) 2005 James Bielman  &lt;jamesjb at jamesjb.com&gt;<br />
Copyright (C) 2005 Lu&iacute;s Oliveira  &lt;loliveira at common-lisp.net&gt;
<!--
<br />
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
-->
</p>

<p>
Updated: July 07, 2017
<!-- timestamp start -->
<!-- $Date: 2005/05/15 00:00:08 $ $Author: karl $ -->
<!-- timestamp end -->
</p>
</div>

</body>
</html>