From f2e7c3b645414c70e41b294ca4964a7458283e1c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 7 Oct 2020 08:48:03 +0200 Subject: [PATCH] system_data_types.7: Trim "See also" list of 'off_t' Trim the list to just be a representative sample of the APIs that use 'off_t'. Signed-off-by: Michael Kerrisk --- man7/system_data_types.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 916efef08..b0e0d2b48 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -660,16 +660,16 @@ Conforming to: POSIX.1-2001 and later. .PP See also: -.BR fallocate (2), +.\" .BR fallocate (2), .BR lseek (2), .BR mmap (2), -.BR mmap2 (2), +.\" .BR mmap2 (2), .BR posix_fadvise (2), .BR pread (2), -.BR preadv (2), +.\" .BR preadv (2), .BR truncate (2), .BR fseeko (3), -.BR getdirentries (3), +.\" .BR getdirentries (3), .BR lockf (3), .BR posix_fallocate (3) .\".PP TODO: loff_t, off64_t