This file is indexed.

/usr/share/doc/tmexpand/examples/help.hlp is in tmexpand 0.1.2.0-3.

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
my_function

 SYNOPSIS
  A function returning an integer

 USAGE
  Integer_Type my_function ()

 DESCRIPTION
  This function returns an integer.

 EXAMPLE

   if (my_function ()) exit (1);


 NOTES
  This function is obsolete

 SEE ALSO
  my_other_function, bobs_function

--------------------------------------------------------------