/usr/share/mozart/doc/demo/node10.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Root functor: Main.oz</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node9.html#code.college.problem"><< Prev</A></TD><TD><A href="college.html">- Up -</A></TD><TD><A href="node11.html#code.college.common">Next >></A></TD></TR></TABLE><DIV class="unnumbered" id="code.college.main"><H3><A name="code.college.main">Root functor: <CODE>Main.oz</CODE></A></H3><P class="margin"><A href="College/Main.oz">Source File</A></P><P> </P><BLOCKQUOTE><PRE>%%%<SPAN class="comment"> <BR></SPAN>%%% <SPAN class="comment">Load the application<BR></SPAN>%%%<SPAN class="comment"> <BR></SPAN> <BR><SPAN class="reference">\define ALONEDEMO</SPAN> <BR> <BR><SPAN class="keyword">functor</SPAN> <BR> <BR><SPAN class="keyword">export</SPAN> <BR> <BR> ControllerLabel<BR> <BR><SPAN class="keyword">import</SPAN> <BR> <BR> Controller(controller: TheController)<BR> <BR><SPAN class="keyword">define</SPAN> <BR> <BR> ControllerLabel = {TheController}<BR><SPAN class="keyword">end</SPAN> <BR></PRE></BLOCKQUOTE><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node9.html#code.college.problem"><< Prev</A></TD><TD><A href="college.html">- Up -</A></TD><TD><A href="node11.html#code.college.common">Next >></A></TD></TR></TABLE><HR><ADDRESS><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|