summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man4/full.4
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-tumbleweed/man4/full.4
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man4/full.4')
-rw-r--r--upstream/opensuse-tumbleweed/man4/full.410
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/opensuse-tumbleweed/man4/full.4 b/upstream/opensuse-tumbleweed/man4/full.4
index 654b74b9..c9ccadd0 100644
--- a/upstream/opensuse-tumbleweed/man4/full.4
+++ b/upstream/opensuse-tumbleweed/man4/full.4
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\" correction, aeb, 970825
-.TH full 4 2022-10-30 "Linux man-pages 6.05.01"
+.TH full 4 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
full \- always full device
.SH CONFIGURATION
@@ -11,7 +11,7 @@ If your system does not have
.I /dev/full
created already, it
can be created with the following commands:
-.PP
+.P
.in +4n
.EX
mknod \-m 666 /dev/full c 1 7
@@ -23,18 +23,18 @@ The file
.I /dev/full
has major device number 1
and minor device number 7.
-.PP
+.P
Writes to the
.I /dev/full
device fail with an
.B ENOSPC
error.
This can be used to test how a program handles disk-full errors.
-.PP
+.P
Reads from the
.I /dev/full
device will return \e0 characters.
-.PP
+.P
Seeks on
.I /dev/full
will always succeed.