From 51f278e685a0aa57930fabbcc7ab0d03fda0ee49 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Wed, 19 Nov 2025 00:00:38 +0100 Subject: [PATCH] lseek.2: SEEK_HOLE, SEEK_DATA & ENXIO conform to POSIX 2024 Signed-off-by: Ricardo Branco Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1891 --- lib/libsys/lseek.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libsys/lseek.2 b/lib/libsys/lseek.2 index 6df543d8ce7..7fabe8fc3b4 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