This file is indexed.

/usr/share/doc/redet-doc/Manual/limits.html is in redet-doc 8.26-1.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<!--Time-stamp: <2006-02-25 12:52:21 poser> -->
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
   <META NAME="Author" CONTENT="Bill Poser">

   <TITLE>Redet Reference Manual: Limits</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFE2C0" VLINK="#0000EE" LINK="#AA0066" ALINK="#FF0000">

<H2><a name="limits">Limits</a></H2>
<P>
The only built-in limit is on the number of lines of test data that may be used
when the selected program does filename globbing. Because the only way to exercise
the regular expression matching facilities of such programs is to create files
whose names are the test items, it is undesirable to allow large numbers of test items.
This is not only slow, but by using large numbers of inodes, the supply of which
is limited, may interfere with the normal functioning of the system.
A limit of 500 lines of test input is therefore imposed. More than 500 lines of test
data may be created, but the regular expression will not be executed if this limit
is exceeded. Even this limit may be changed via the command <i>ShellItemLimit</i> in the
initializatin file.
</p>

<br>
<center><a href="platforms.html">Next</a></center>
<br>
<center><a href="Manual.html">Back to Table of Contents</a></center>
</body>
</html>