/usr/share/mozart/doc/tools/node2.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>2 The Oz Compiler: ozc</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="node1.html#chapter.ozengine"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node7.html#chapter.linker">Next >></A></TD></TR></TABLE><DIV id="chapter.compiler"><H1><A name="chapter.compiler">2 The Oz Compiler: <CODE>ozc</CODE></A></H1><P>The Oz compiler is extensively documented in <A href="../compiler/index.html">``The Mozart Compiler''</A>. We describe it here in its incarnation as a command line application. It is most frequently invoked as follows: </P><BLOCKQUOTE class="code"><CODE>ozc -c Foo.oz</CODE></BLOCKQUOTE><P> File <CODE>Foo.oz</CODE> is expected to contain an expression which is then compiled and evaluated and the resulting value is written (pickled) into file <CODE>Foo.ozf</CODE>.</P><HR><UL class="toc"><LI><A href="node3.html#section.compiler.modes">2.1 Batch Compiler Modes</A></LI></UL><UL class="toc"><LI><A href="node4.html#section.compiler.general">2.2 Options Valid in All Modes</A></LI></UL><UL class="toc"><LI><A href="node5.html#section.compiler.outputfiles">2.3 Options for Output Files</A></LI></UL><UL class="toc"><LI><A href="node6.html#section.compiler.state">2.4 Options to Set the Compiler State</A><UL class="toc"><LI><A href="node6.html#label2">Macro Directives</A></LI><LI><A href="node6.html#label3">Environment</A></LI><LI><A href="node6.html#label4">Inserting Files</A></LI><LI><A href="node6.html#label7">Compiler Switches</A></LI><LI><A href="node6.html#label8">Compiler Options</A></LI></UL></LI></UL></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node1.html#chapter.ozengine"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node7.html#chapter.linker">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A> and <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|