aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeonghun Lim <wariua@gmail.com>2011-09-08 17:02:17 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-09-16 07:00:45 +0200
commit374ce86756737dc6dc968f79457ec8c413d60a96 (patch)
tree0ce88a6b89d0d953673e02a729dff29acbe65a77
parentda2336b314d989baa4ba9d0863a6affb6e9092d4 (diff)
downloadman-pages-374ce86756737dc6dc968f79457ec8c413d60a96.tar.gz
truncate.2: Remove redundant EINTR description
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/truncate.215
1 files changed, 6 insertions, 9 deletions
diff --git a/man2/truncate.2 b/man2/truncate.2
index fb388b29ec..276731fd98 100644
--- a/man2/truncate.2
+++ b/man2/truncate.2
@@ -38,7 +38,7 @@
.\" Modified 2002-04-06 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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