This file is indexed.

/usr/share/perl5/FCM/CLI/fcm-browse.pod is in fcm 2017.10.0-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
22
23
24
25
26
27
28
29
30
=head1 NAME

fcm browse (trac www)

=head1 SYNOPSIS

Invokes the browser for a version controlled target.

    fcm browse [OPTIONS] [TARGET ...]

=head1 ARGUMENTS

If TARGET is specified, it must be a FCM URL keyword, a Subversion URL or the
path to a local working copy. If not specified, the current working directory
is assumed to be a working copy. If the --browser option is specified, the
specified web browser command is used to launch the repository browser.
Otherwise, it attempts to use the default browser from the configuration
setting.

=head1 OPTIONS

=over 4

=item --browser=COMMAND

Specify the web browser command.

=back

=cut