From 374ce86756737dc6dc968f79457ec8c413d60a96 Mon Sep 17 00:00:00 2001 From: Seonghun Lim Date: Thu, 8 Sep 2011 17:02:17 +0200 Subject: [PATCH] truncate.2: Remove redundant EINTR description Signed-off-by: Michael Kerrisk --- man2/truncate.2 | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/man2/truncate.2 b/man2/truncate.2 index fb388b29e..276731fd9 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -38,7 +38,7 @@ .\" Modified 2002-04-06 by Andries Brouwer .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH TRUNCATE 2 2010-11-21 "Linux" "Linux Programmer's Manual" +.TH TRUNCATE 2 2011-09-08 "Linux" "Linux Programmer's Manual" .SH NAME truncate, ftruncate \- truncate a file to a specified length .SH SYNOPSIS @@ -130,7 +130,11 @@ The argument is larger than the maximum file size. (XSI) .TP .B EINTR -A signal was caught during execution. +While blocked waiting to complete, +the call was interrupted by a signal handler; see +.BR fcntl (2) +and +.BR signal (7). .TP .B EINVAL The argument @@ -140,13 +144,6 @@ is negative or larger than the maximum file size. .B EIO An I/O error occurred updating the inode. .TP -.B EINTR -While blocked waiting to complete, -the call was interrupted by a signal handler; see -.BR fcntl (2) -and -.BR signal (7). -.TP .B EISDIR The named file is a directory. .TP