From c06973994014d7a7d46f71f1b56cd9ffdb4fd7f7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 21 Nov 2010 06:17:55 +0100 Subject: [PATCH] truncate.2: Minor rewording Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 5 ++--- man2/truncate.2 | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 528ce200a..1616e99bb 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -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, diff --git a/man2/truncate.2 b/man2/truncate.2 index 3e237ce46..9ac3ddf4d 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -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 ()