This file is indexed.

/usr/share/doc/fcm/user_guide/index.html 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
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
  <title>FCM: User Guide</title>
  <meta name="author" content="FCM team" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="icon" href="../etc/fcm-icon.png" type="image/png" />
  <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" />
  <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
  <link href="../etc/fcm.css" rel="stylesheet" media="screen" />
</head>
<body>
  <div class="navbar navbar-inverse">
    <div class="container-fluid">
      <div class="navbar-header">
        <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a>
      </div>
      <div class="collapse navbar-collapse">
        <ul class="nav navbar-nav">
          <li><a href="../installation/">Installation</a></li>

          <li><a class="active" href="#">User Guide</a></li>
        </ul>
      </div>
    </div>
  </div>

  <div class="page-header">
    <h1>FCM: User Guide</h1>
  </div>

  <div class="container">
  <div class="row">
  <div class="col-md-12">

  <h2>Contents</h2>

  <ul class="fcm-top-content list-unstyled">
    <li><a href="introduction.html">Introduction</a></li>

    <li><a href="overview.html">System Overview</a></li>

    <li><a href="getting_started.html">Getting Started</a></li>

    <li><a href="code_management.html">Code Management System</a></li>

    <li><a href="working_practices.html">Code Management Working
    Practices</a></li>

    <li><a href="make.html">FCM Make</a></li>

    <li><a href="system_admin.html">System Administration</a></li>

    <li><a href="command_ref.html">FCM Command Reference</a></li>

    <li><a href="api.html">A Brief Introduction to the FCM Perl API</a></li>
  </ul>

  <p>Annex:</p>

  <ul class="fcm-top-content list-unstyled">
    <li><a href="annex_quick_ref.html">Quick reference</a></li>

    <li><a href="annex_quick_ref_tree_conflicts.html">Quick reference: Tree
    Conflict Resolution</a></li>

    <li><a href="annex_cfg.html">FCM Configuration File</a></li>

    <li><a href="annex_fcm_cfg.html">Declarations in FCM 1 central/user
    configuration file</a></li>

    <li><a href="extract.html">The FCM 1 Extract System</a></li>

    <li><a href="annex_ext_cfg.html">Declarations in FCM 1 extract
    configuration file</a></li>

    <li><a href="build.html">The FCM 1 Build System</a></li>

    <li><a href="annex_bld_cfg.html">Declarations in FCM 1 build
    configuration file</a></li>
  </ul>

  </div>
  </div>
  </div>

  <hr/>
  <div class="container-fluid text-center">
    <div class="row"><div class="col-md-12">
    <address><small>
      &copy; British Crown Copyright 2006-16
      <a href="http://www.metoffice.gov.uk">Met Office</a>.
      See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br />
      This document is released under the British <a href=
      "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel=
      "license">Open Government Licence</a>.<br />
    </small></address>
    </div></div>
  </div>

  <script type="text/javascript" src="../etc/jquery.min.js"></script>
  <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script>
  <script type="text/javascript" src="../etc/fcm.js"></script>
  <script type="text/javascript" src="../etc/fcm-version.js"></script>
</body>
</html>