This file is indexed.

/usr/share/doc/libextunix-ocaml-dev/ExtUnixAll.Uname.html is in libextunix-ocaml-dev 0.0.3-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="next" href="ExtUnixAll.LargeFile.html">
<link rel="Up" href="ExtUnixAll.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="ExtUnix" rel="Chapter" href="ExtUnix.html">
<link title="ExtUnixAll" rel="Chapter" href="ExtUnixAll.html">
<link title="ExtUnixSpecific" rel="Chapter" href="ExtUnixSpecific.html"><title>ExtUnixAll.Uname</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="ExtUnixAll.html">Up</a>
&nbsp;<a href="ExtUnixAll.LargeFile.html">Next</a>
</div>
<center><h1>Module <a href="type_ExtUnixAll.Uname.html">ExtUnixAll.Uname</a></h1></center>
<br>
<pre><span class="keyword">module</span> Uname: <code class="code">sig</code> <a href="ExtUnixAll.Uname.html">..</a> <code class="code">end</code></pre>uname
    <b>Author:</b> Sylvain Le Gall <code class="code">sylvain@le-gall.net</code><br>
<hr width="100%">
<br><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = {</code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>sysname&nbsp;: <code class="type">string</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>nodename&nbsp;: <code class="type">string</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>release&nbsp;: <code class="type">string</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>version&nbsp;: <code class="type">string</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>machine&nbsp;: <code class="type">string</code>;</code></td>

</tr></table>
}


<pre><span id="VALto_string"><span class="keyword">val</span> <a href="code_VALExtUnixAll.Uname.to_string.html">to_string</a></span> : <code class="type"><a href="ExtUnixAll.Uname.html#TYPEt">t</a> -> string</code></pre></body></html>