/usr/share/mozart/doc/base/name.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>5.3 Names</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="atom.html#section.literals.atoms"><< Prev</A></TD><TD><A href="node7.html">- Up -</A></TD><TD><A href="bool.html#section.literals.bool">Next >></A></TD></TR></TABLE><DIV id="section.literals.names"><H2><A name="section.literals.names">5.3 Names</A></H2><P> The module <A name="label150"></A><SPAN class="index"><CODE>Name</CODE></SPAN> contains procedures operating on names. </P><DL><DT><A name="label151"></A><SPAN class="index"><CODE>IsName</CODE></SPAN> <A name="label153"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Name<SPAN class="keyword">.</SPAN>is </CODE><CODE>+<I>X</I></CODE><CODE> </CODE><CODE>?<I>B</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>tests whether <CODE><I>X</I></CODE> is a name. </P></DD><DT><A name="label154"></A><SPAN class="index"><CODE>NewName</CODE></SPAN> <A name="label156"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Name<SPAN class="keyword">.</SPAN>new </CODE><CODE>?<I>N</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Creates a new name and binds <CODE><I>N</I></CODE> to it. </P></DD></DL><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="atom.html#section.literals.atoms"><< Prev</A></TD><TD><A href="node7.html">- Up -</A></TD><TD><A href="bool.html#section.literals.bool">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>
|