This file is indexed.

/usr/share/doc/racket/plai/index.html is in racket-doc 6.7-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>Programming Languages: Application and Interpretation</title><link rel="stylesheet" type="text/css" href="../scribble.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-style.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../doc-site.css" title="default"/><script type="text/javascript" src="../scribble-common.js"></script><script type="text/javascript" src="../manual-racket.js"></script><script type="text/javascript" src="../doc-site.js"></script><script type="text/javascript" src="../local-redirect/local-redirect.js"></script><script type="text/javascript" src="../local-redirect/local-user-redirect.js"></script><!--[if IE 6]><style type="text/css">.SIEHidden { overflow: hidden; }</style><![endif]--></head><body id="doc-racket-lang-org"><div class="tocset"><div class="tocview"><div class="tocviewlist tocviewlisttopspace"><div class="tocviewtitle"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,&quot;tocview_0&quot;);">&#9660;</a></td><td></td><td><a href="" class="tocviewselflink" data-pltdoc="x"><span style="font-style: italic">Programming Languages:<span class="mywbr"> &nbsp;</span> Application and Interpretation</span></a></td></tr></table></div><div class="tocviewsublistonly" style="display: block;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1&nbsp;</td><td><a href="plai-scheme.html" class="tocviewlink" data-pltdoc="x">PLAI Scheme</a></td></tr><tr><td align="right">2&nbsp;</td><td><a href="collector.html" class="tocviewlink" data-pltdoc="x">GC Collector Scheme</a></td></tr><tr><td align="right">3&nbsp;</td><td><a href="mutator.html" class="tocviewlink" data-pltdoc="x">GC Mutator Scheme</a></td></tr><tr><td align="right">4&nbsp;</td><td><a href="gc2-collector.html" class="tocviewlink" data-pltdoc="x">GC Collector Language, 2</a></td></tr><tr><td align="right">5&nbsp;</td><td><a href="gc2-mutator.html" class="tocviewlink" data-pltdoc="x">GC Mutator Language, 2</a></td></tr><tr><td align="right">6&nbsp;</td><td><a href="Generating_Random_Mutators.html" class="tocviewlink" data-pltdoc="x">Generating Random Mutators</a></td></tr><tr><td align="right">7&nbsp;</td><td><a href="web.html" class="tocviewlink" data-pltdoc="x">Web Application Scheme</a></td></tr></table></div></div></div><div class="tocsub"><div class="tocsubtitle">On this page:</div><table class="tocsublist" cellspacing="0"><tr><td><span class="tocsublinknumber"></span><a href="#%28part._top%29" class="tocsubseclink" data-pltdoc="x"><span style="font-style: italic">Programming Languages:<span class="mywbr"> &nbsp;</span> Application and Interpretation</span></a></td></tr></table></div></div><div class="maincolumn"><div class="main"><div class="versionbox"><span class="version">6.7</span></div><div class="navsettop"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, &quot;6.7&quot;, &quot;../&quot;);" onfocus="this.style.color=&quot;black&quot;; this.style.textAlign=&quot;left&quot;; if (this.value == &quot;...search manuals...&quot;) this.value=&quot;&quot;;" onblur="if (this.value.match(/^ *$/)) { this.style.color=&quot;#888&quot;; this.style.textAlign=&quot;center&quot;; this.value=&quot;...search manuals...&quot;; }"/></form>&nbsp;&nbsp;<a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot(&quot;6.7&quot;);">top</a></span><span class="navright">&nbsp;&nbsp;<span class="nonavigation">&larr; prev</span>&nbsp;&nbsp;<a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot(&quot;6.7&quot;);">up</a>&nbsp;&nbsp;<a href="plai-scheme.html" title="forward to &quot;1 PLAI Scheme&quot;" data-pltdoc="x">next &rarr;</a></span>&nbsp;</div><h2 x-source-module="(lib &quot;plai/scribblings/plai.scrbl&quot;)" x-source-pkg="plai-doc" x-part-tag="&quot;top&quot;"><a name="(part._top)"></a><a name="(part._.Programming_.Languages__.Application_and_.Interpretation)"></a><span style="font-style: italic">Programming Languages: Application and Interpretation</span></h2><p>This is the documentation for the software accompanying the textbook <span style="font-weight: bold">Programming Languages: Application and
Interpretation</span> (PLAI). The full book can be found on the Web at:</p><p><a href="http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/">http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/</a></p><p>This package contains the following languages:</p><table cellspacing="0" cellpadding="0"><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="plai-scheme.html" class="toptoclink" data-pltdoc="x">1<span class="hspace">&nbsp;</span>PLAI Scheme</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="collector.html" class="toptoclink" data-pltdoc="x">2<span class="hspace">&nbsp;</span>GC Collector Scheme</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="mutator.html" class="toptoclink" data-pltdoc="x">3<span class="hspace">&nbsp;</span>GC Mutator Scheme</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="gc2-collector.html" class="toptoclink" data-pltdoc="x">4<span class="hspace">&nbsp;</span>GC Collector Language, 2</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="gc2-mutator.html" class="toptoclink" data-pltdoc="x">5<span class="hspace">&nbsp;</span>GC Mutator Language, 2</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="Generating_Random_Mutators.html" class="toptoclink" data-pltdoc="x">6<span class="hspace">&nbsp;</span>Generating Random Mutators</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="web.html" class="toptoclink" data-pltdoc="x">7<span class="hspace">&nbsp;</span>Web Application Scheme</a></p></td></tr></table><div class="navsetbottom"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, &quot;6.7&quot;, &quot;../&quot;);" onfocus="this.style.color=&quot;black&quot;; this.style.textAlign=&quot;left&quot;; if (this.value == &quot;...search manuals...&quot;) this.value=&quot;&quot;;" onblur="if (this.value.match(/^ *$/)) { this.style.color=&quot;#888&quot;; this.style.textAlign=&quot;center&quot;; this.value=&quot;...search manuals...&quot;; }"/></form>&nbsp;&nbsp;<a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot(&quot;6.7&quot;);">top</a></span><span class="navright">&nbsp;&nbsp;<span class="nonavigation">&larr; prev</span>&nbsp;&nbsp;<a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot(&quot;6.7&quot;);">up</a>&nbsp;&nbsp;<a href="plai-scheme.html" title="forward to &quot;1 PLAI Scheme&quot;" data-pltdoc="x">next &rarr;</a></span>&nbsp;</div></div></div><div id="contextindicator">&nbsp;</div></body></html>