This file is indexed.

/usr/share/doc/rt4-doc-html/factory.html is in rt4-doc-html 4.0.19-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
<ul id="index">
  <li>
    <ul>
      <li><a href="#field">$field</a></li>
      <li><a href="#Set-field-VALUE">Set$field VALUE</a></li>
      <li><a href="#field-Obj">${field}Obj</a></li>
      <li><a href="#NewItem">NewItem</a></li>
    </ul>
  </li>
</ul>

<h2 id="field"><a href="#___top">$field</a></h2>

<p>Returns the current value of $field. (In the database, $field is stored as $type.)</p>

<p>&quot;;</p>

<pre><code>        unless ( exists $typemap{$field} &amp;&amp; ( $typemap{$field} eq &#39;auto&#39; || $typemap{$field} eq &#39;ro&#39; )) {
            $FieldsPod .= &quot;</code></pre>

<h2 id="Set-field-VALUE"><a href="#___top">Set$field VALUE</a></h2>

<p>Set $field to VALUE. Returns (1, &#39;Status message&#39;) on success and (0, &#39;Error Message&#39;) on failure. (In the database, $field will be stored as a $type.)</p>

<p>&quot;; }</p>

<pre><code>        $FieldsPod .= &quot;</code></pre>

<h2 id="field-Obj"><a href="#___top">${field}Obj</a></h2>

<p>Returns the $modulemap{$field} Object which has the id returned by $field</p>

<h2 id="NewItem"><a href="#___top">NewItem</a></h2>

<p>Returns an empty new $RecordClassName item</p>

<a href="./">&larr; Back to index</a>