diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-10-07 08:48:03 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-10-07 08:48:03 +0200 |
| commit | f2e7c3b645414c70e41b294ca4964a7458283e1c (patch) | |
| tree | 29a331b066bd1ff8224c178d377f42c6bdf0b39b | |
| parent | 0de1c1dda3fcbf968f0d39af2e1079c61f67c6ab (diff) | |
| download | man-pages-f2e7c3b645414c70e41b294ca4964a7458283e1c.tar.gz | |
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 <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/system_data_types.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 916efef086..b0e0d2b487 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 |
