From 429647838302f823fe87dab57df2e4bcefb1f258 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Feb 2017 22:29:10 +0100 Subject: [PATCH] lseek.2: wfix Signed-off-by: Michael Kerrisk --- man2/lseek.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/lseek.2 b/man2/lseek.2 index d0d7372c5..4ff462066 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -247,7 +247,7 @@ devices must support On Linux, using .BR lseek () -on a terminal device returns +on a terminal device fails with the error \fBESPIPE\fP. .\" Other systems return the number of written characters, .\" using SEEK_SET to set the counter. (Of written characters.)