This file is indexed.

/usr/share/octave/packages/3.2/ocs-0.1.1/prs/doc-cache is in octave-ocs 0.1.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
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
# Created by Octave 3.2.4, Thu May 05 22:18:57 2011 UTC <root@yellow>
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: string
# elements: 1
# length: 7
prs_iff
# name: <cell-element>
# type: string
# elements: 1
# length: 1797
 -- Function File: OUTSTRUCT = prs_iff(NAME)
     Parse a netlist in IFF format and produce the system description
     structure OUTSTRUCT.

     NAME is the basename of the CIR and NMS files to be parsed.

     See the `IFF file format specifications' (distributed together
     with the OCS package) for more details on the file format.

     OUTSTRUCT has the following fields:

          outstruct =
          {
           LCR:  struct      % the fields of LCR are shown below
           NLC:  struct      % NLC has the same fields as LCR
           namesn: matrix    % numbers of vars named in .nms file
           namess: cell      % the names corresponding to the vars above
           totextvar: scalar % the total number of external variables
           totintvar: scalar % the total number of internal variables
          }

          outstruct.LCR =
          outstruct.NLC =
          {
           struct array containing the fields: % array has one element per block

             func     % name of the sbn file corresponding to each block
             section  % string parameter to be passed to the sbn files
             nextvar  % number of external variables for each element of the block
             vnmatrix % numbers of the external variables of each element
             nintvar  % number of internal variables for each element of the block
             osintvar % number of the first internal variable
             npar     % number of parameters
             nparnames% number of parameter names
             nrows    % number of rows in the block
             parnames % list of parameter names
             pvmatrix % list of parameter values for each element

          }

     See the `IFF file format specifications' for details about the
     output structures.



# name: <cell-element>
# type: string
# elements: 1
# length: 80
Parse a netlist in IFF format and produce the system description
structure OUTST