This file is indexed.

/usr/share/doc/octave-nan/README.Debian is in octave-nan 2.5.9-1build1.

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
NaN package for Octave
======================

Since this package changes the way NaNs are handled in Octave (by overloading
several core functions), it is not loaded by default upon Octave startup.

In order to use its functions, the user must explicitly ask Octave to load the
package with the following command:

 pkg load nan

In case the user wants to have the package loaded by default in every session,
this command can be added to ~/.octaverc.

 -- Sébastien Villemot <sebastien@debian.org>, Thu, 22 Mar 2012 20:54:24 +0100