All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sendfile.2: tfix
@ 2015-05-05 13:14 Gleb Fotengauer-Malinovskiy
       [not found] ` <20150505131356.GA22385-N9aU+Tdk7XkoO014n+3aBsY9il7ykmry@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Gleb Fotengauer-Malinovskiy @ 2015-05-05 13:14 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Gleb Fotengauer-Malinovskiy <glebfm-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org>
---
 man2/sendfile.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/sendfile.2 b/man2/sendfile.2
index efe61ec..e32fda5 100644
--- a/man2/sendfile.2
+++ b/man2/sendfile.2
@@ -141,7 +141,7 @@ Insufficient memory to read from
 .IR in_fd .
 .SH VERSIONS
 .BR sendfile ()
-ifirst appeared in Linux 2.2.
+first appeared in Linux 2.2.
 The include file
 .I <sys/sendfile.h>
 is present since glibc 2.1.
-- 
glebfm
--
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 related	[flat|nested] 4+ messages in thread

* Re: [PATCH] sendfile.2: tfix
       [not found] ` <20150505131356.GA22385-N9aU+Tdk7XkoO014n+3aBsY9il7ykmry@public.gmane.org>
@ 2015-05-05 14:05   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-05-05 14:05 UTC (permalink / raw)
  To: Gleb Fotengauer-Malinovskiy; +Cc: linux-man

On 5 May 2015 at 15:14, Gleb Fotengauer-Malinovskiy <glebfm-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org> wrote:
> Signed-off-by: Gleb Fotengauer-Malinovskiy <glebfm-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org>

Thanks, Gleb. Applied.

Cheers,

Michael


> ---
>  man2/sendfile.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/sendfile.2 b/man2/sendfile.2
> index efe61ec..e32fda5 100644
> --- a/man2/sendfile.2
> +++ b/man2/sendfile.2
> @@ -141,7 +141,7 @@ Insufficient memory to read from
>  .IR in_fd .
>  .SH VERSIONS
>  .BR sendfile ()
> -ifirst appeared in Linux 2.2.
> +first appeared in Linux 2.2.
>  The include file
>  .I <sys/sendfile.h>
>  is present since glibc 2.1.
> --
> glebfm



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 4+ messages in thread

* Re: [PATCH] sendfile.2: tfix
       [not found] ` <20150808080128.GA7304-N9aU+Tdk7XkoO014n+3aBsY9il7ykmry@public.gmane.org>
@ 2015-08-08  8:06   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-08-08  8:06 UTC (permalink / raw)
  To: Gleb Fotengauer-Malinovskiy
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Gleb. Applied.

Cheers,

Michael


On 08/08/2015 10:03 AM, Gleb Fotengauer-Malinovskiy wrote:
> ---
>  man2/sendfile.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/sendfile.2 b/man2/sendfile.2
> index ef9ba6c..93cf7e1 100644
> --- a/man2/sendfile.2
> +++ b/man2/sendfile.2
> @@ -140,7 +140,7 @@ operation is not available for
>  .TP
>  .B EINVAL
>  .I out_fd
> -was has the
> +has the
>  .B O_APPEND
>  flag set.
>  This is not currently supported by
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 4+ messages in thread

* [PATCH] sendfile.2: tfix
@ 2015-08-08  8:03 Gleb Fotengauer-Malinovskiy
       [not found] ` <20150808080128.GA7304-N9aU+Tdk7XkoO014n+3aBsY9il7ykmry@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Gleb Fotengauer-Malinovskiy @ 2015-08-08  8:03 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

---
 man2/sendfile.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/sendfile.2 b/man2/sendfile.2
index ef9ba6c..93cf7e1 100644
--- a/man2/sendfile.2
+++ b/man2/sendfile.2
@@ -140,7 +140,7 @@ operation is not available for
 .TP
 .B EINVAL
 .I out_fd
-was has the
+has the
 .B O_APPEND
 flag set.
 This is not currently supported by
-- 
glebfm
--
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 related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-08  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-05 13:14 [PATCH] sendfile.2: tfix Gleb Fotengauer-Malinovskiy
     [not found] ` <20150505131356.GA22385-N9aU+Tdk7XkoO014n+3aBsY9il7ykmry@public.gmane.org>
2015-05-05 14:05   ` Michael Kerrisk (man-pages)
2015-08-08  8:03 Gleb Fotengauer-Malinovskiy
     [not found] ` <20150808080128.GA7304-N9aU+Tdk7XkoO014n+3aBsY9il7ykmry@public.gmane.org>
2015-08-08  8:06   ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.