truncate.2: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-21 06:17:55 +01:00
parent 0e8704ae99
commit c069739940
2 changed files with 3 additions and 4 deletions

View File

@ -58,7 +58,7 @@
.\" 2010-06-17, Michael Kerrisk
.\" Document F_SETPIPE_SZ and F_GETPIPE_SZ.
.\"
.TH FCNTL 2 2010-11-20 "Linux" "Linux Programmer's Manual"
.TH FCNTL 2 2010-11-21 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
@ -1190,8 +1190,7 @@ system call was not designed to handle large file offsets
(in the
.I flock
structure).
Consequently,
an
Consequently, an
.BR fcntl64 ()
system call was added in Linux 2.4.
The newer system call employs a different structure for file locking,

View File

@ -207,7 +207,7 @@ does not reference a regular file.
.\" .BR ftruncate ()
.\" an additional EAGAIN error condition.
.SH NOTES
The above description is for XSI-compliant systems.
The details in DESCRIPTION are for XSI-compliant systems.
For non-XSI-compliant systems, the POSIX standard allows
two behaviors for
.BR ftruncate ()