This file is indexed.

/usr/share/doc/libfirestring0.9/README is in libfirestring0.9 0.9.12-8.

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
FireString Library
------------------
(c) 2000 Ian Gulliver under the GNU Public License, Version 2.
See GPL for more details.

Parts of this library are taken from dstr and dconf, part of LibD:
* Copyright (C) 2001-2002  Andres Salomon <dilinger@mp3revolution.net>

From libfirestring(3):

"libfirestring is a string handling library that provides
maximum length aware string handling functions to programs.
Several functions provide saner interfaces than the standard
libc functions.  libfirestring also provides functions that
are in most libc's but not provided for by ANSI C, enabling
programmers to write ANSI C-compliant code while using such
safe functions (strcasecmp, strncasecmp, snprintf).

"libfirestring also includes functions for dealing with
reading configuration files in an easy to program fashion."

This library uses long long, which is part of the C99 standard
(previously a GNU extension).  Your compiler needs to support
this in order for FireString to work.

If you have questions or comments, you can reach me at
ian@penguinhosting.net.