This file is indexed.

/usr/share/mozart/doc/system/node71.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>Printing Values: print</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="node70.html#section.property.platform">&lt;&lt; Prev</A></TD><TD><A href="node59.html">- Up -</A></TD><TD><A href="node72.html#section.property.priority">Next &gt;&gt;</A></TD></TR></TABLE><DIV class="unnumbered" id="section.property.print"><H3><A name="section.property.print">Printing Values: <CODE>print</CODE></A></H3><P> </P><TABLE align="center" bgcolor="#f0f0e0" id="table.prop.print"><TR valign="top"><TH><P>Field</P></TH><TH><P>Mutable</P></TH><TH><P>Type</P></TH><TH><P>Explanation</P></TH></TR><TR valign="top"><TD><P><CODE>verbose</CODE></P></TD><TD><P>yes</P></TD><TD><P><CODE>Bool</CODE></P></TD><TD><P>Whether printing values includes verbose information on variables. Used for all printing routines.</P></TD></TR><TR valign="top"><TD><P><CODE>width</CODE></P></TD><TD><P>yes</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Maximal width used for <CODE>System<SPAN class="keyword">.</SPAN>show</CODE> and <CODE>System<SPAN class="keyword">.</SPAN>print</CODE> (see <A href="node80.html#chapter.system">Chapter&nbsp;27</A>).</P></TD></TR><TR valign="top"><TD><P><CODE>depth</CODE></P></TD><TD><P>yes</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Maximal depth used for <CODE>System<SPAN class="keyword">.</SPAN>show</CODE> and <CODE>System<SPAN class="keyword">.</SPAN>print</CODE> (see <A href="node80.html#chapter.system">Chapter&nbsp;27</A>).</P></TD></TR><TR valign="top"><TD><P><CODE>scientificFloats</CODE></P></TD><TD><P>yes</P></TD><TD><P><CODE>Bool</CODE></P></TD><TD><P>Forces the scientific (with an exponent) representation of floats. By default floats are printed in the decimal notation unless the exponent of the scientific representation is smaller than -4 or larger or equal to the precision (the 'g' conversion by the 'fprintf' function in POSIX.1).</P></TD></TR><TR valign="top"><TD><P><CODE>floatPrecision</CODE></P></TD><TD><P>yes</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Number of digits in the representation of floats, 5 by default.</P></TD></TR></TABLE><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node70.html#section.property.platform">&lt;&lt; Prev</A></TD><TD><A href="node59.html">- Up -</A></TD><TD><A href="node72.html#section.property.priority">Next &gt;&gt;</A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys&nbsp;Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif&nbsp;Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin&nbsp;Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias&nbsp;Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian&nbsp;Schulte</A> and&nbsp;<A href="http://www.info.ucl.ac.be/~pvr">Peter&nbsp;Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>