All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] setmntent() takes a filename, not fp
@ 2009-09-02 12:03 Mike Frysinger
       [not found] ` <1251893007-18490-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2009-09-02 12:03 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
 man3/getmntent.3 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man3/getmntent.3 b/man3/getmntent.3
index f775fa1..32078a5 100644
--- a/man3/getmntent.3
+++ b/man3/getmntent.3
@@ -68,7 +68,7 @@ These routines are used to access the file system description file
 The
 .BR setmntent ()
 function opens the file system description file
-\fIfp\fP and returns a file pointer which can be used by
+\fIfilename\fP and returns a file pointer which can be used by
 .BR getmntent ().
 The argument \fItype\fP is the type of access
 required and can take the same values as the \fImode\fP argument of
-- 
1.6.4

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

* Re: [PATCH] setmntent() takes a filename, not fp
       [not found] ` <1251893007-18490-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
@ 2009-09-15  4:19   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2009-09-15  4:19 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Mike,

On Wed, Sep 2, 2009 at 2:03 PM, Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> wrote:
> Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
> ---
>  man3/getmntent.3 |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/man3/getmntent.3 b/man3/getmntent.3
> index f775fa1..32078a5 100644
> --- a/man3/getmntent.3
> +++ b/man3/getmntent.3
> @@ -68,7 +68,7 @@ These routines are used to access the file system description file
>  The
>  .BR setmntent ()
>  function opens the file system description file
> -\fIfp\fP and returns a file pointer which can be used by
> +\fIfilename\fP and returns a file pointer which can be used by
>  .BR getmntent ().
>  The argument \fItype\fP is the type of access
>  required and can take the same values as the \fImode\fP argument of
> --
> 1.6.4

Thanks. Applied for 3.23.

Cheers,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Watch my Linux system programming book progress to publication!
http://blog.man7.org/
--
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:[~2009-09-15  4:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-02 12:03 [PATCH] setmntent() takes a filename, not fp Mike Frysinger
     [not found] ` <1251893007-18490-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-09-15  4:19   ` 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.