man-pages version: latest git repository why: There are two EINTR items in the errno list. The first one is the older one, so was removed. Then the newer one (which was added in the commit 3ade1aa9) was moved upward according to the alphabetical order. diff --git a/man2/truncate.2 b/man2/truncate.2 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -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 And the batch is finished. Thanks for your maintaining of the invaluable documents. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html