This file is indexed.

/usr/share/doc/docbook-dsssl-doc/lib/r300.htm 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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Miscellaneous</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="DSSSL Library Reference"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="my-debug"
HREF="my-debug.html"><LINK
REL="NEXT"
TITLE="string-with-space"
HREF="string-with-space.html"></HEAD
><BODY
CLASS="REFERENCE"
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"
>DSSSL Library Reference: Part of the Modular DocBook Stylesheet distribution</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="my-debug.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="string-with-space.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="REFERENCE"
><A
NAME="AEN300"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
>IV. Miscellaneous</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
><A
HREF="string-with-space.html"
>string-with-space</A
>&nbsp;--&nbsp;Returns string with a space appended or the empty string</DT
><DT
><A
HREF="split.html"
>split</A
>&nbsp;--&nbsp;Splits string at whitespace and returns the resulting list of tokens</DT
><DT
><A
HREF="strip.html"
>strip</A
>&nbsp;--&nbsp;Strip leading and trailing characters off of a string</DT
><DT
><A
HREF="join.html"
>join</A
>&nbsp;--&nbsp;Joins a list of strings together</DT
><DT
><A
HREF="pad-string.html"
>pad-string</A
>&nbsp;--&nbsp;Pads a string, in front, to the specified length</DT
><DT
><A
HREF="match-split.html"
>match-split</A
>&nbsp;--&nbsp;Splits string at target and returns the resulting list of tokens</DT
><DT
><A
HREF="match-split-string-list.html"
>match-split-string-list</A
>&nbsp;--&nbsp;Splits each string in a list of strings and returns the concatenated result list</DT
><DT
><A
HREF="match-split-list.html"
>match-split-list</A
>&nbsp;--&nbsp;Splits a string at a list of targets and returns the resulting list of tokens</DT
><DT
><A
HREF="assoc-objs.html"
>assoc-objs</A
>&nbsp;--&nbsp;Returns a list of the objects in an associative list</DT
><DT
><A
HREF="assoc.html"
>assoc</A
>&nbsp;--&nbsp;Returns the association of an object in an associative list</DT
><DT
><A
HREF="match-substitute-sosofo.html"
>match-substitute-sosofo</A
>&nbsp;--&nbsp;Return matching sosofo from associative list</DT
><DT
><A
HREF="string-list-sosofo.html"
>string-list-sosofo</A
>&nbsp;--&nbsp;Build sosofo from a list of strings and an associative list</DT
><DT
><A
HREF="repl-substring-p.html"
>repl-substring?</A
>&nbsp;--&nbsp;Returns true if the specified substring can be replaced</DT
><DT
><A
HREF="repl-substring.html"
>repl-substring</A
>&nbsp;--&nbsp;Replace substring in a string</DT
><DT
><A
HREF="repl-substring-list-p.html"
>repl-substring-list?</A
>&nbsp;--&nbsp;Perform repl-substring? with a list of target/replacement pairs</DT
><DT
><A
HREF="repl-substring-list-target.html"
>repl-substring-list-target</A
>&nbsp;--&nbsp;Return the target that matches in a string</DT
><DT
><A
HREF="repl-substring-list-repl.html"
>repl-substring-list-repl</A
>&nbsp;--&nbsp;Return the replacement that would be used in the string</DT
><DT
><A
HREF="repl-substring-list.html"
>repl-substring-list</A
>&nbsp;--&nbsp;Replace the first target in the replacement list that matches</DT
><DT
><A
HREF="string-replace.html"
>string-replace</A
>&nbsp;--&nbsp;Replace all occurances of a target substring in a string</DT
><DT
><A
HREF="string-replace-list.html"
>string-replace-list</A
>&nbsp;--&nbsp;Replace a list of target substrings in a string</DT
><DT
><A
HREF="ancestor-member.html"
>ancestor-member</A
>&nbsp;--&nbsp;Returns the first ancestor in a list of GIs</DT
><DT
><A
HREF="has-ancestor-member-p.html"
>has-ancestor-member?</A
>&nbsp;--&nbsp;Returns true if the specified node has one of a set of GIs as an ancestor</DT
><DT
><A
HREF="descendant-of-p.html"
>descendant-of?</A
>&nbsp;--&nbsp;Returns true if the child is some descendant of the specified node</DT
><DT
><A
HREF="expand-children.html"
>expand-children</A
>&nbsp;--&nbsp;Expand selected nodes in a node list</DT
><DT
><A
HREF="directory-depth.html"
>directory-depth</A
>&nbsp;--&nbsp;Count the directory depth of a path name</DT
><DT
><A
HREF="file-extension.html"
>file-extension</A
>&nbsp;--&nbsp;Return the extension of a filename</DT
><DT
><A
HREF="copy-string.html"
>copy-string</A
>&nbsp;--&nbsp;Return a string duplicated a specified number of times</DT
><DT
><A
HREF="node-list-filter-by-gi.html"
>node-list-filter-by-gi</A
>&nbsp;--&nbsp;Returns selected elements from a node list</DT
><DT
><A
HREF="node-list-filter-by-not-gi.html"
>node-list-filter-by-not-gi</A
>&nbsp;--&nbsp;Returns selected elements from a node list</DT
><DT
><A
HREF="node-list-filter-out-pis.html"
>node-list-filter-out-pis</A
>&nbsp;--&nbsp;Returns the nodelist with all PIs removed</DT
><DT
><A
HREF="node-list-filter-elements.html"
>node-list-filter-elements</A
>&nbsp;--&nbsp;Returns the elements in 'nodelist'</DT
><DT
><A
HREF="component-descendant-node-list.html"
>component-descendant-node-list</A
>&nbsp;--&nbsp;Find all 'inputnd's within an ancestor element</DT
><DT
><A
HREF="component-child-number.html"
>component-child-number</A
>&nbsp;--&nbsp;Find child-number within a component</DT
><DT
><A
HREF="component-descendant-list-node-list.html"
>component-list-descendant-node-list</A
>&nbsp;--&nbsp;Find all elements of a list of elements in a component</DT
><DT
><A
HREF="component-list-child-number.html"
>component-list-child-number</A
>&nbsp;--&nbsp;Find child-number of a list of children within a component</DT
><DT
><A
HREF="expt.html"
>expt</A
>&nbsp;--&nbsp;Exponentiation</DT
><DT
><A
HREF="list-member-find.html"
>list-member-find</A
>&nbsp;--&nbsp;Returns the index of an element in a list</DT
><DT
><A
HREF="default-uppercase-list.html"
>default-uppercase-list</A
>&nbsp;--&nbsp;The default list of uppercase characters</DT
><DT
><A
HREF="default-lowercase-list.html"
>default-lowercase-list</A
>&nbsp;--&nbsp;The default list of lowercase characters</DT
><DT
><A
HREF="case-fold-down-char.html"
>case-fold-down-char</A
>&nbsp;--&nbsp;Return the lowercase form of a single character</DT
><DT
><A
HREF="case-fold-up-char.html"
>case-fold-up-char</A
>&nbsp;--&nbsp;Return the uppercase form of a single character</DT
><DT
><A
HREF="case-fold-down-charlist.html"
>case-fold-down-charlist</A
>&nbsp;--&nbsp;Return the list of characters, shifted to lowercase</DT
><DT
><A
HREF="case-fold-up-charlist.html"
>case-fold-up-charlist</A
>&nbsp;--&nbsp;Return the list of characters, shifted to uppercase</DT
><DT
><A
HREF="case-fold-down.html"
>case-fold-down</A
>&nbsp;--&nbsp;Shift a string to lowercase</DT
><DT
><A
HREF="case-fold-up.html"
>case-fold-up</A
>&nbsp;--&nbsp;Shift a string to uppercase</DT
><DT
><A
HREF="find-first-char.html"
>find-first-char</A
>&nbsp;--&nbsp;Find the first occurance of a character in a string</DT
><DT
><A
HREF="parse-measurement.html"
>parse-measurement</A
>&nbsp;--&nbsp;Parse a string containing a measurement and return the magnitude and units</DT
><DT
><A
HREF="unit-conversion-alist.html"
>unit-conversion-alist</A
>&nbsp;--&nbsp;Defines the base length of specific unit names</DT
><DT
><A
HREF="measurement-to-length.html"
>measurement-to-length</A
>&nbsp;--&nbsp;Convert a measurement to a length</DT
><DT
><A
HREF="dingbat.html"
>dingbat</A
>&nbsp;--&nbsp;Map dingbat names to Unicode characters</DT
><DT
><A
HREF="nth-node.html"
>nth-node</A
>&nbsp;--&nbsp;Return a specific node in a node list (by numeric index)</DT
><DT
><A
HREF="constant-list.html"
>constant-list</A
>&nbsp;--&nbsp;Returns a list of the specified value</DT
><DT
><A
HREF="list-head.html"
>list-head</A
>&nbsp;--&nbsp;Return the head of a list</DT
><DT
><A
HREF="list-put.html"
>list-put</A
>&nbsp;--&nbsp;Replace a specific member of a list</DT
><DT
><A
HREF="decrement-list-members.html"
>decrement-list-members</A
>&nbsp;--&nbsp;Decrement each member of a list</DT
><DT
><A
HREF="sgml-root-element.html"
>sgml-root-element</A
>&nbsp;--&nbsp;Returns the node that is the root element of the current document</DT
><DT
><A
HREF="sgml-root-elementX3F.html"
>sgml-root-element?</A
>&nbsp;--&nbsp;Test if a node is the root element</DT
><DT
><A
HREF="length-string-number-part.html"
>length-string-number-part</A
>&nbsp;--&nbsp;Returns the numeric part of a length string</DT
><DT
><A
HREF="length-string-unit-part.html"
>length-string-unit-part</A
>&nbsp;--&nbsp;Returns the unit part of a length string</DT
><DT
><A
HREF="normalize.html"
>normalize</A
>&nbsp;--&nbsp;Normalize the str according to the SGML declaration in effect</DT
><DT
><A
HREF="node-2-string.html"
>node-list-&#62;string</A
>&nbsp;--&nbsp;Return a string representation of the node list</DT
><DT
><A
HREF="include-file.html"
>include-file</A
>&nbsp;--&nbsp;Return the literal content of fileref</DT
><DT
><A
HREF="include-characters.html"
>include-characters</A
>&nbsp;--&nbsp;Return the character content of fileref</DT
><DT
><A
HREF="url-encode-char.html"
>url-encode-char</A
>&nbsp;--&nbsp;Returns the url-encoded equivalent of a character</DT
><DT
><A
HREF="url-encode-string.html"
>url-encode-string</A
>&nbsp;--&nbsp;Returns str with all special characters %-encoded</DT
><DT
><A
HREF="system-id-filename.html"
>system-id-filename</A
>&nbsp;--&nbsp;Returns the filename part of the system id of target</DT
><DT
><A
HREF="trim-string.html"
>trim-string</A
>&nbsp;--&nbsp;Trims the tail off of a string</DT
><DT
><A
HREF="string-index.html"
>string-index</A
>&nbsp;--&nbsp;Finds first occurance of 'target' in 'source'</DT
><DT
><A
HREF="parse-pi-attribute.html"
>parse-pi-attribute</A
>&nbsp;--&nbsp;no documented purpose</DT
><DT
><A
HREF="parse-skip-pi-attribute.html"
>parse-skip-pi-attribute</A
>&nbsp;--&nbsp;no documented purpose</DT
><DT
><A
HREF="parse-starttag-pi.html"
>parse-starttag-pi</A
>&nbsp;--&nbsp;Parses a structured PI and returns a list of values</DT
><DT
><A
HREF="string-X3Enodes.html"
>string-&#62;nodes</A
>&nbsp;--&nbsp;no documented purpose</DT
></DL
></DIV
></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="my-debug.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="string-with-space.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>my-debug</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>string-with-space</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>