This file is indexed.

/usr/share/doc/texlive-doc/latex/float/README is in texlive-latex-recommended-doc 2013.20140215-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
  The float package
  =================

This package improves the interface for defining floating objects such
as figures and tables in LaTeX.  It adds the notion of a `float style'
that governs appearance of floats.  New kinds of floats may be defined
using a \newfloat command analogous to \newtheorem.  This style option
also incorporates the functionality of David Carlisle's style option
`here', giving floating environments a [H] option which means `PUT IT
HERE' (as opposed to the standard [h] option which means `You may put
it here if you like').

Run `float.ins' through LaTeX to produce float.sty from float.dtx.
Run `float.dtx' through LaTeX to produce the documentation.

This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License distributed from CTAN archives
in the directory macros/latex/base/lppl.txt; either version 1 of
the License, or (at your option) any later version.

                                Anselm Lingnau <anselm@strathspey.org>