This file is indexed.

/usr/share/doc/docbook-dsssl-doc/common.html is in docbook-dsssl-doc 1.79-6.

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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>The Common Module</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="The Modular DocBook Stylesheets"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="The HTML Stylesheet"
HREF="html.html"><LINK
REL="NEXT"
TITLE="The Library Module"
HREF="lib.html"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Modular DocBook Stylesheets</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="html.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="lib.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="COMMON"
></A
>Chapter 6. The Common Module</H1
><P
>The common module contains functions that are shared between the HTML and
print stylesheets. Functions in the common module are DTD-specific, i.e., they
generally rely implicitly or explicitly on the structure of the DocBook
DTD to function properly.</P
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN354"
>Change Log</A
></H1
><PRE
CLASS="PROGRAMLISTING"
>2004-10-10  &#60;petere78@users.sourceforge.net&#62;

	* dbcommon.dsl: Give othercredit some useful rendering in print output, by copying over the
	author rendering.  Fix author-list-string for authorgroups that contain
	both authors and othercredits.  (bug #1038081)

2004-10-09  &#60;petere78@users.sourceforge.net&#62;

	* .cvsignore, Makefile, dbl10n.dsl, dbl10n.ent, dbl10n.template, dbl1bg.dsl: 
	New Bulgarian translation by Viktor Vasilev (SF patch #1040075)

	* dbl1bs.dsl: Additional fixes for Bosnian translation, by Kemal Skripic (SF patch
	#1037371)

2004-09-22  Michael Smith &#60;xmldoc@users.sourceforge.net&#62;

	* .cvsignore: dbl1bs.ent added to ignore list; also re-sorted list

2004-09-17  &#60;petere78@users.sourceforge.net&#62;

	* Makefile, dbl10n.dsl, dbl10n.ent, dbl10n.template, dbl1bs.dsl: 
	Bosnian translation by Kemal Skripic

2003-04-28  Adam Di Carlo &#60;adicarlo@users.sourceforge.net&#62;

	* dbcommon.dsl: Fix a problem pointed out by Tim Waugh in articleinfo vs artheader in
	the article-title procedure.  Also ensure articleinfo is used in some
	other contexts.

2003-01-15  Adam Di Carlo &#60;adicarlo@users.sourceforge.net&#62;

	* dbcommon.dsl: make &#60;section&#62; appear correctly in the PDF bookmark hierarchy; also
	fix font size selection for section titles
	
	corrects sourceforge bugs 589247 and 524028; patch from Carsten Haese
	appreciated

2002-12-20  Adam Di Carlo &#60;adicarlo@users.sourceforge.net&#62;

	* dbl1en.dsl: fix up some case-folding incidents

2002-08-07  Adam Di Carlo &#60;adicarlo@users.sourceforge.net&#62;

	* Makefile: dbl1he.ent doesn't exist, was breaking build

2002-06-06  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbl1tr.dsl: Patch #554930: obvious gentext-tr-intra-label-sep fix

2002-04-29  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* .cvsignore, Makefile: (Incomplete) support for Hebrew

2002-03-24  Adam Di Carlo &#60;adicarlo@users.sourceforge.net&#62;

	* .cvsignore, Makefile: suffix rules for the *.ent production; add a rule to create a catalog
	automatically form the *.dsl files

	* Makefile: clean shouldn't remove dbl10n.ent

2002-03-20  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbl10n.dsl: Remove duplicated comment

2002-02-22  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl: Fix test for articles in books

2002-02-20  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbl1fr.dsl: Fix French quotes

2002-01-03  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* .cvsignore, Makefile: Added Thai localization

2001-12-04  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl: Bug #435320: Poor enumeration of LoTs and LoFs

2001-12-01  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl: Bug #473531 numbering of blocks when the root element is not a component

2001-11-30  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* .cvsignore, dbl10n.ent: Merged V174bugfixes

	* .cvsignore, dbl10n.ent: New file.

	* dbcommon.dsl: Patch #473116: Section levels

	* dbl10n.ent: branches:  1.1.2;
	file dbl10n.ent was initially added on branch V174bugfixes.

2001-11-20  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl: Support artheader or articleinfo as the info-element of an article

2001-11-14  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* Makefile, dbl10n.dsl, dbl10n.pl, dbl10n.template, dbl1eu.dsl, dbl1nn.dsl, dbl1uk.dsl, dbl1xh.dsl: 
	Added Basque, Nynorsk, Ukranian, and Xhosa

2001-09-23  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl: Patch #461632, title sizes for bibliography and index divs

	* dbcommon.dsl: Patch #460349, don't check extension for linespecific inclusions

2001-09-09  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl: Bug #459209, allow format attribute to be absent

2001-09-06  Jirka Kosek &#60;kosek@users.sourceforge.net&#62;

	* dbl1cs.dsl: Synchronized with localization in cs.xml

2001-08-30  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl: Fix XML/SGML discrepancy wrt normalization of notation names; move some common stuff into dbcommon

2001-07-04  &#60;uid48421@users.sourceforge.net&#62;

	* Makefile, dbl10n.dsl, dbl1af.dsl, dbl1tr.dsl: Added Afrikaans and Turkish

2001-06-20  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbcommon.dsl, dbl10n.dsl, dbl1ca.dsl, dbl1cs.dsl, dbl1da.dsl, dbl1de.dsl, dbl1el.dsl, dbl1en.dsl, dbl1es.dsl, dbl1et.dsl, dbl1fi.dsl, dbl1fr.dsl, dbl1hu.dsl, dbl1id.dsl, dbl1it.dsl, dbl1ja.dsl, dbl1ko.dsl, dbl1nl.dsl, dbl1no.dsl, dbl1pl.dsl, dbl1pt.dsl, dbl1ptbr.dsl, dbl1ro.dsl, dbl1ru.dsl, dbl1sk.dsl, dbl1sl.dsl, dbl1sr.dsl, dbl1sv.dsl, dbl1zhcn.dsl, dbl1zhtw.dsl: 
	Updated support for locale-sensitive commas in lists

2001-05-11  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbl10n.dsl, dbl1sr.dsl, dbl1zhtw.dsl: Support Serbian and Traditional Chinese

2001-05-04  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* Makefile: Add (partial support for) Serbian localization

2001-04-20  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* Makefile, cs-hack.pl: Fixed charset issues that caused the .ent files not to work in SGML

2001-04-09  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* dbl1ko.dsl: Updates from Park Yong Joo

2001-04-02  Norman Walsh &#60;nwalsh@users.sourceforge.net&#62;

	* .cvsignore: branches:  1.1.2;
	Added Makefiles to build common/*.ent

	* Makefile: New file.

	* dbcommon.dsl, dbl10n.dsl, dbl1ca.dsl, dbl1cs.dsl, dbl1da.dsl, dbl1de.dsl, dbl1el.dsl, dbl1en.dsl, dbl1es.dsl, dbl1et.dsl, dbl1fi.dsl, dbl1fr.dsl, dbl1hu.dsl, dbl1id.dsl, dbl1it.dsl, dbl1ja.dsl, dbl1ko.dsl, dbl1nl.dsl, dbl1no.dsl, dbl1null.dsl, dbl1pl.dsl, dbl1pt.dsl, dbl1ptbr.dsl, dbl1ro.dsl, dbl1ru.dsl, dbl1sk.dsl, dbl1sl.dsl, dbl1sv.dsl, dbl1zhcn.dsl, dbtable.dsl: 
	New file.
</PRE
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="html.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="lib.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>The HTML Stylesheet</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>The Library Module</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>