]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man/man2/truncate.2: ERRORS: Add ENOSPC master
authorZeno Sebastian Endemann <zeno.endemann@mailbox.org>
Sun, 12 Apr 2026 14:40:07 +0000 (16:40 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 12 Apr 2026 14:51:02 +0000 (16:51 +0200)
commit431cf7be33f3fd2b7984794ffed4405d5fa6bb50
treeafc02cc5c8ebbd19a62a69494c0af67744efb9a5
parentf58d9e87f0dde27f3a8fcfb930ed52d904fc6869
man/man2/truncate.2: ERRORS: Add ENOSPC

This error can be observed for example on a vfat file system that
does not support extending a file without allocating the space.

Signed-off-by: Zeno Sebastian Endemann <zeno.endemann@mailbox.org>
Message-ID: <20260412144007.27323-1-zeno.endemann@mailbox.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/truncate.2