This file is indexed.

/usr/share/doc/grads/html/gradfuncgint.html is in grads 2:2.0.1-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
16
17
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->

<h2>gint</h2>
<code>gint (<i>expr, dim1, dim2</i>)</code>
<p>
general integral, similar to the  <a href="gradfuncave.html"><code>ave</code></a>
function except the result is not divided by the total area. 
<ul>
  <code><i>expr</i>&nbsp;&nbsp;&nbsp;&nbsp;</code>- any valid GrADS expression <br />
  <code><i>dim1</i>&nbsp;&nbsp;&nbsp;&nbsp;</code>- the start point for the integral<br />
  <code><i>dim2</i>&nbsp;&nbsp;&nbsp;&nbsp;</code>- the end point for the integral<br />
</ul>
<p> <code><i>dim1</i></code> and <code><i>dim2</i></code> are standard
  GrADS dimension expressions whose dimensions must match. </p>
<p>
<h3>Usage Notes</h3>
<h3>Examples</h3>