From: Zeno Sebastian Endemann Date: Sun, 12 Apr 2026 14:40:07 +0000 (+0200) Subject: man/man2/truncate.2: ERRORS: Add ENOSPC X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fman-pages.git 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 Message-ID: <20260412144007.27323-1-zeno.endemann@mailbox.org> Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/truncate.2 b/man/man2/truncate.2 index 946d6aaf0..dde7fbc07 100644 --- a/man/man2/truncate.2 +++ b/man/man2/truncate.2 @@ -98,6 +98,11 @@ The argument is larger than the maximum file size. (XSI) .TP +.B ENOSPC +There is not enough space left on the device for extending the +file size to the given +.IR length . +.TP .B EINTR While blocked waiting to complete, the call was interrupted by a signal handler;