This file is indexed.

/usr/share/mozart/doc/base/node9.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>7 Text</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="node8.html#chapter.records">&lt;&lt; Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node10.html#chapter.proccells">Next &gt;&gt;</A></TD></TR></TABLE><DIV id="chapter.text"><H1><A name="chapter.text">7 Text</A></H1><P> This chapter describes modules for handling data encoding textual information. <A name="label377"></A><EM class="noindex">Characters</EM> are encoded as integers. <A name="label378"></A><EM class="noindex">Strings</EM> are lists of characters. <A name="label379"></A><EM class="noindex">Virtual Strings</EM> are atoms, strings, byte strings, integers, and floats closed under virtual concatenation encoded by tuples with label&nbsp;<CODE><SPAN class="string">'#'</SPAN></CODE>. </P><P> For example, </P><BLOCKQUOTE class="code"><CODE><SPAN class="string">&quot;Contains&nbsp;&quot;</SPAN><SPAN class="keyword">#</SPAN>also<SPAN class="keyword">#</SPAN><SPAN class="string">&quot;&nbsp;numbers:&nbsp;&quot;</SPAN><SPAN class="keyword">#</SPAN>(1<SPAN class="keyword">#</SPAN><SPAN class="string">'&nbsp;'</SPAN><SPAN class="keyword">#</SPAN>2<SPAN class="keyword">.</SPAN>045)</CODE></BLOCKQUOTE><P> is a virtual string representing the string </P><BLOCKQUOTE class="code"><CODE><SPAN class="string">&quot;Contains&nbsp;also&nbsp;numbers:&nbsp;1&nbsp;2.045&quot;</SPAN></CODE></BLOCKQUOTE><P> </P><HR><UL class="toc"><LI><A href="char.html#section.text.characters">7.1 Characters</A></LI></UL><UL class="toc"><LI><A href="string.html#section.text.strings">7.2 Strings</A></LI></UL><UL class="toc"><LI><A href="bytestring.html#section.text.bytestrings">7.3 Byte Strings</A></LI></UL><UL class="toc"><LI><A href="virtualstring.html#section.text.virtualstrings">7.4 Virtual Strings</A></LI></UL></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node8.html#chapter.records">&lt;&lt; Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node10.html#chapter.proccells">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> and&nbsp;<A href="http://www.ps.uni-sb.de/~schulte/">Christian&nbsp;Schulte</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>