This file is indexed.

/usr/share/doc/grads/html/gradcomdsetshpattr.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
18
19
20
21
22
23
24
25
26
27
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.--><title>GrADS Command: set dbfield</title>
<body bgcolor="e0f0ff" text="#000000">

<H2><B>set shpattr</B></H2>
<P>
<code>set shpattr <i>name type value</i></code>
<p> Sets attribute metadata to be included in the shapefile created with the 
  <a href="gradcomdsetgxout.html"><code>set gxout shp</code></a> command.
<ul>
  <p><code><i>name</i>&nbsp;&nbsp;&nbsp;&nbsp;</code>Name of the data base field (attribute), must be 11 characters or less. <br>
  <code><i>type</i>&nbsp;&nbsp;&nbsp;&nbsp;</code>May be one of three data types: &quot;string&quot; (&quot;char&quot;), &quot;int&quot;, or &quot;double&quot;. <br />
    <code><i>value</i>&nbsp;&nbsp;&nbsp;</code>May be a numeric value (for types &quot;int&quot; and &quot;double&quot;) or any string as long as the length of the entire entry does not exceed 512 characters. <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
  </ul>
<H3>Usage Notes</H3>
<P>This command is  available in GrADS v2.0.a9 or higher. 
<P>Numerical attribute values (integers and doubles) are written to the shapefile in text format. The <code><a href="gradcomdsetshp.html">set shp</a></code> command controls 
 the formatting of the numbers, by specifiying the length of the number (total number of columns) and the precision (number of places to the right of the decimal place, which is only meaningful for attributes of type double). 
<P>The <code><a href="gradcomdreset.html">reset</a></code> or <code><a href="gradcomdreinit.html">reinit</a></code> commands will release all the user-specified shapefile attributes from memory. To do this without resetting all the other user-specified options, use  the <code><a href="gradcomdclear.html">clear shp</a></code> command.
<P>Use the <code><a href="gradcomdqshpopts.html">q shpopts</a></code> command

to see the current settings for drawing and writing shapefiles. <P>Please see the documentation page on <a href="shapefiles.html">shapefiles</a> for more information.

<H3>Examples</H3>
<P><code>set shpattr Author string Put_Your_Name_Here</code>
<P>
<P><br>