* [patch] truncate.2: remove redundant EINTR description
@ 2011-08-31 15:32 Seonghun Lim
[not found] ` <4E5E53F3.2050600-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Seonghun Lim @ 2011-08-31 15:32 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] truncate.2: remove redundant EINTR description
[not found] ` <4E5E53F3.2050600-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2011-09-08 15:03 ` Michael Kerrisk
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2011-09-08 15:03 UTC (permalink / raw)
To: Seonghun Lim; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
2011/8/31 Seonghun Lim <wariua-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
> 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.
Thanks Seonghun. Applied for 3.33.
Cheers,
Michael
> 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.
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-08 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 15:32 [patch] truncate.2: remove redundant EINTR description Seonghun Lim
[not found] ` <4E5E53F3.2050600-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-09-08 15:03 ` Michael Kerrisk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox