This file is indexed.

/usr/share/slsh/local-packages/expat.sl is in slang-expat 0.5.0-2.

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
import ("expat");

$1 = path_concat (path_concat (path_dirname (__FILE__), "help"), "expat.hlp");
if (NULL != stat_file ($1))
  add_doc_file ($1);

provide ("expat");