syscalls.2: Minor fix: use truncate64() rather than ftrucante64()

In the discussion of the new *64() system calls added in
Linux 2.4, use truncate64() father than ftruncate64(),
since the text goes on to say "and their analogs that work with
file descriptors or symbolic links".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-10 15:12:47 +02:00
parent a7fa598074
commit 470e30318d
1 changed files with 1 additions and 1 deletions

View File

@ -770,10 +770,10 @@ To support this change, replacements were required for system calls
that deal with file offsets and sizes.
Thus the following system calls were added:
.BR fcntl64 (2),
.BR ftruncate64 (2),
.BR getdents64 (2),
.BR stat64 (2),
.BR statfs64 (2),
.BR truncate64 (2),
and their analogs that work with file descriptors or
symbolic links.
These system calls supersede the older system calls