From 034369069f02bcc00f17a79d188c680c54e61d66 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 16 Jan 2015 08:02:57 +0100 Subject: [PATCH] llseek.2: srcfix Signed-off-by: Michael Kerrisk --- man2/llseek.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/llseek.2 b/man2/llseek.2 index 8932cee1b..d67b66789 100644 --- a/man2/llseek.2 +++ b/man2/llseek.2 @@ -50,7 +50,7 @@ to .I (offset_high<<32) | offset_low bytes relative to the beginning of the file, the current position in the file, or the end of the file, depending on whether -.I whence +.I whence is .BR SEEK_SET , .BR SEEK_CUR ,