aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Branco <rbranco@suse.de>2025-11-18 23:00:38 +0000
committerWarner Losh <imp@FreeBSD.org>2025-11-25 18:17:26 +0000
commit51f278e685a0aa57930fabbcc7ab0d03fda0ee49 (patch)
tree29aa6f9ccfc3c6b4938d25fc20235e836d014540
parent4c8bf76893a8b39eda15f91d1515c6bf6a02a9a6 (diff)
lseek.2: SEEK_HOLE, SEEK_DATA & ENXIO conform to POSIX 2024
Signed-off-by: Ricardo Branco <rbranco@suse.de> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1891
-rw-r--r--lib/libsys/lseek.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsys/lseek.2 b/lib/libsys/lseek.2
index 6df543d8ce72..7fabe8fc3b4d 100644
--- a/lib/libsys/lseek.2
+++ b/lib/libsys/lseek.2
@@ -209,7 +209,8 @@ and
.Dv SEEK_DATA
directives, along with the
.Er ENXIO
-error, are extensions to that specification.
+error, are expected to conform to
+.St -p1003.1-2024 .
.Sh HISTORY
The
.Fn lseek