xref: /freebsd/share/man/man4/full.4 (revision a345aa595359db9cd3443476c58a27de1adfbab0)
1*a345aa59SEitan Adler.\" Copyright (c) 2014
2*a345aa59SEitan Adler.\"	Eitan Adler <eadler@FreeBSD.org>.  All rights reserved.
3*a345aa59SEitan Adler.\"
4*a345aa59SEitan Adler.\" Redistribution and use in source and binary forms, with or without
5*a345aa59SEitan Adler.\" modification, are permitted provided that the following conditions
6*a345aa59SEitan Adler.\" are met:
7*a345aa59SEitan Adler.\" 1. Redistributions of source code must retain the above copyright
8*a345aa59SEitan Adler.\"    notice, this list of conditions and the following disclaimer.
9*a345aa59SEitan Adler.\" 2. Redistributions in binary form must reproduce the above copyright
10*a345aa59SEitan Adler.\"    notice, this list of conditions and the following disclaimer in the
11*a345aa59SEitan Adler.\"    documentation and/or other materials provided with the distribution.
12*a345aa59SEitan Adler.\"
13*a345aa59SEitan Adler.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14*a345aa59SEitan Adler.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15*a345aa59SEitan Adler.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16*a345aa59SEitan Adler.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17*a345aa59SEitan Adler.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18*a345aa59SEitan Adler.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19*a345aa59SEitan Adler.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20*a345aa59SEitan Adler.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21*a345aa59SEitan Adler.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22*a345aa59SEitan Adler.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23*a345aa59SEitan Adler.\" SUCH DAMAGE.
24*a345aa59SEitan Adler.\"
25*a345aa59SEitan Adler.\" $FreeBSD$
26*a345aa59SEitan Adler.\"
27*a345aa59SEitan Adler.Dd March 29, 2014
28*a345aa59SEitan Adler.Dt FULL 4
29*a345aa59SEitan Adler.Os
30*a345aa59SEitan Adler.Sh NAME
31*a345aa59SEitan Adler.Nm full
32*a345aa59SEitan Adler.Nd the full device
33*a345aa59SEitan Adler.Sh DESCRIPTION
34*a345aa59SEitan AdlerThe
35*a345aa59SEitan Adler.Nm
36*a345aa59SEitan Adlerdevice supplies an endless stream of zeros when read.
37*a345aa59SEitan AdlerHowever, it will always be full when writing to it.
38*a345aa59SEitan Adler.Sh FILES
39*a345aa59SEitan Adler.Bl -tag -width /dev/full
40*a345aa59SEitan Adler.It Pa /dev/full
41*a345aa59SEitan Adler.El
42*a345aa59SEitan Adler.Sh SEE ALSO
43*a345aa59SEitan Adler.Xr null 4
44*a345aa59SEitan Adler.Xr zero 4
45*a345aa59SEitan Adler.Sh Author
46*a345aa59SEitan AdlerThis device and man page was written by
47*a345aa59SEitan Adler.An Eitan Adler Aq eadler@FreeBSD.org .
48