/usr/share/doc/racket/dynext/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>Dynext: Running a C Compiler/Linker</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,"tocview_0");">▼</a></td><td></td><td><a href="" class="tocviewselflink" data-pltdoc="x">Dynext:<span class="mywbr"> </span> Running a C Compiler/<span class="mywbr"> </span>Linker</a></td></tr></table></div><div class="tocviewsublistonly" style="display: block;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1 </td><td><a href="Compilation.html" class="tocviewlink" data-pltdoc="x">Compilation</a></td></tr><tr><td align="right">2 </td><td><a href="Linking.html" class="tocviewlink" data-pltdoc="x">Linking</a></td></tr><tr><td align="right">3 </td><td><a href="Filenames.html" class="tocviewlink" data-pltdoc="x">Filenames</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">Dynext:<span class="mywbr"> </span> Running a C Compiler/<span class="mywbr"> </span>Linker</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, "6.7", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">up</a> <a href="Compilation.html" title="forward to "1 Compilation"" data-pltdoc="x">next →</a></span> </div><h2 x-source-module="(lib "dynext/dynext.scrbl")" x-source-pkg="racket-doc" x-part-tag=""top""><a name="(part._top)"></a><a name="(part._.Dynext__.Running_a_.C_.Compiler_.Linker)"></a>Dynext: Running a C Compiler/Linker</h2><p>The <span class="stt">"dynext"</span> collection provides libraries for using a
platform-specific C compiler and linker.</p><table cellspacing="0" cellpadding="0"><tr><td><p><span class="hspace"> </span><a href="Compilation.html" class="toptoclink" data-pltdoc="x">1<span class="hspace"> </span>Compilation</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Compilation.html#%28part._compile-params%29" class="toclink" data-pltdoc="x">1.1<span class="hspace"> </span>Compilation Parameters</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Compilation.html#%28part._.Helper_functions%29" class="toclink" data-pltdoc="x">1.2<span class="hspace"> </span>Helper functions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Compilation.html#%28part._compile-sig%29" class="toclink" data-pltdoc="x">1.3<span class="hspace"> </span>Signature</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Compilation.html#%28part._compile-unit%29" class="toclink" data-pltdoc="x">1.4<span class="hspace"> </span>Unit</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Linking.html" class="toptoclink" data-pltdoc="x">2<span class="hspace"> </span>Linking</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Linking.html#%28part._link-params%29" class="toclink" data-pltdoc="x">2.1<span class="hspace"> </span>Linking Parameters</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Linking.html#%28part._.Helper_.Functions%29" class="toclink" data-pltdoc="x">2.2<span class="hspace"> </span>Helper Functions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Linking.html#%28part._link-sig%29" class="toclink" data-pltdoc="x">2.3<span class="hspace"> </span>Signature</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Linking.html#%28part._link-unit%29" class="toclink" data-pltdoc="x">2.4<span class="hspace"> </span>Unit</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Filenames.html" class="toptoclink" data-pltdoc="x">3<span class="hspace"> </span>Filenames</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Filenames.html#%28part._file-sig%29" class="toclink" data-pltdoc="x">3.1<span class="hspace"> </span>Signature</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Filenames.html#%28part._file-unit%29" class="toclink" data-pltdoc="x">3.2<span class="hspace"> </span>Unit</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, "6.7", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">up</a> <a href="Compilation.html" title="forward to "1 Compilation"" data-pltdoc="x">next →</a></span> </div></div></div><div id="contextindicator"> </div></body></html>
|