From 56fbdd27e1996165c5df5a5d9253b5e73c2b1f77 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 13 Mar 2017 18:00:26 +0100 Subject: [PATCH] lseek.2: SEE ALSO: add fallocate(2) Both of these pages discuss file holes. Signed-off-by: Michael Kerrisk --- man2/lseek.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/lseek.2 b/man2/lseek.2 index 7dbddb4b0..0caee8421 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -262,6 +262,7 @@ on a terminal device fails with the error .\" using SEEK_SET to set the counter. (Of written characters.) .SH SEE ALSO .BR dup (2), +.BR fallocate (2), .BR fork (2), .BR open (2), .BR fseek (3),