blob: c73a0c131a2d6b670ad2be9252e7dcc643c05b76 (
plain)
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
|
<table class="head">
<tr>
<td class="head-ltitle">FULL(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">FULL(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">full</code> — <span class="Nd">the full
device</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">full</code> device always returns
[<code class="Er">ENOSPC</code>] on writing.</p>
<p class="Pp">In all other cases it behaves like the <a class="Xr">zero(4)</a>
device and provides an infinite stream of zeros.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag">
<dt><span class="Pa">/dev/full</span></dt>
<dd style="width: auto;"> </dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">full</code> device appeared in
<span class="Ux">NetBSD 8</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp"><span class="An">Christos Zoulas</span></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">January 17, 2016</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|