All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] posix_fadvise.2: ffix
@ 2011-09-22 20:30 David Prévot
       [not found] ` <1316723402-9367-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: David Prévot @ 2011-09-22 20:30 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot


Signed-off-by: David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
---
 man2/posix_fadvise.2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2
index dac3c9b..740e691 100644
--- a/man2/posix_fadvise.2
+++ b/man2/posix_fadvise.2
@@ -171,7 +171,7 @@ system call that orders the arguments suitably:
 .in
 .PP
 The behavior of this system call is otherwise exactly the same as
-.BR posix_fadvise().
+.BR posix_fadvise ().
 No library support is provided for this system call in glibc.
 .\" No ARM support in glibc.
 .SH BUGS
-- 
1.7.6.3

--
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] 3+ messages in thread

* Re: [PATCH] posix_fadvise.2: ffix
       [not found] ` <1316723402-9367-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2011-09-23  5:08   ` Michael Kerrisk
  2011-09-23  5:11   ` Michael Kerrisk
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Kerrisk @ 2011-09-23  5:08 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi David,

On Thu, Sep 22, 2011 at 10:30 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
>
> Signed-off-by: David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>

Thanks. Applied for 3.34.

Cheers,

Michael


> ---
>  man2/posix_fadvise.2 |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2
> index dac3c9b..740e691 100644
> --- a/man2/posix_fadvise.2
> +++ b/man2/posix_fadvise.2
> @@ -171,7 +171,7 @@ system call that orders the arguments suitably:
>  .in
>  .PP
>  The behavior of this system call is otherwise exactly the same as
> -.BR posix_fadvise().
> +.BR posix_fadvise ().
>  No library support is provided for this system call in glibc.
>  .\" No ARM support in glibc.
>  .SH BUGS
> --
> 1.7.6.3
>
>



-- 
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] 3+ messages in thread

* Re: [PATCH] posix_fadvise.2: ffix
       [not found] ` <1316723402-9367-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2011-09-23  5:08   ` Michael Kerrisk
@ 2011-09-23  5:11   ` Michael Kerrisk
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Kerrisk @ 2011-09-23  5:11 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Thu, Sep 22, 2011 at 10:30 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
>
> Signed-off-by: David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>

I also made a global fix to catch a few other instances of the same.

Cheers,

Michael


> ---
>  man2/posix_fadvise.2 |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2
> index dac3c9b..740e691 100644
> --- a/man2/posix_fadvise.2
> +++ b/man2/posix_fadvise.2
> @@ -171,7 +171,7 @@ system call that orders the arguments suitably:
>  .in
>  .PP
>  The behavior of this system call is otherwise exactly the same as
> -.BR posix_fadvise().
> +.BR posix_fadvise ().
>  No library support is provided for this system call in glibc.
>  .\" No ARM support in glibc.
>  .SH BUGS
> --
> 1.7.6.3
>
>



-- 
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] 3+ messages in thread

end of thread, other threads:[~2011-09-23  5:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-22 20:30 [PATCH] posix_fadvise.2: ffix David Prévot
     [not found] ` <1316723402-9367-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2011-09-23  5:08   ` Michael Kerrisk
2011-09-23  5:11   ` Michael Kerrisk

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.