From ab366b4567b70e05a02c56b06f09a944c851ca0b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 6 Apr 2020 06:59:35 +0200 Subject: [PATCH] lseek.2: Minor fix to wording of ENXIO error Signed-off-by: Michael Kerrisk --- man2/lseek.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/lseek.2 b/man2/lseek.2 index d39a8b4f0..32331aba5 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -210,7 +210,9 @@ is .B SEEK_DATA or .BR SEEK_HOLE , -and the file offset is beyond the end of the file. +and +.I offset +is beyond the end of the file. .TP .B EOVERFLOW .\" HP-UX 11 says EINVAL for this case (but POSIX.1 says EOVERFLOW)