All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scandir(3): add ENOENT/ENOTDIR errors
@ 2011-09-01 15:07 Mike Frysinger
       [not found] ` <1314889627-26260-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2011-09-01 15:07 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man3/scandir.3 b/man3/scandir.3
index 8ea5fec..46eaa73 100644
--- a/man3/scandir.3
+++ b/man3/scandir.3
@@ -102,8 +102,14 @@ or greater than zero if the first argument is considered to be
 respectively less than, equal to, or greater than the second.
 .SH ERRORS
 .TP
+.B ENOENT
+The path in \fIdirp\fR does not exist.
+.TP
 .B ENOMEM
 Insufficient memory to complete the operation.
+.TP
+.B ENOTDIR
+The path in \fIdirp\fR is not a directory.
 .SH VERSIONS
 .BR versionsort ()
 was added to glibc in version 2.1.
-- 
1.7.6

--
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] scandir(3): add ENOENT/ENOTDIR errors
       [not found] ` <1314889627-26260-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
@ 2011-09-09 15:36   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2011-09-09 15:36 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Mike,

On Thu, Sep 1, 2011 at 5:07 PM, Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> wrote:
> Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
> ---
>  man3/scandir.3 |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/man3/scandir.3 b/man3/scandir.3
> index 8ea5fec..46eaa73 100644
> --- a/man3/scandir.3
> +++ b/man3/scandir.3
> @@ -102,8 +102,14 @@ or greater than zero if the first argument is considered to be
>  respectively less than, equal to, or greater than the second.
>  .SH ERRORS
>  .TP
> +.B ENOENT
> +The path in \fIdirp\fR does not exist.
> +.TP
>  .B ENOMEM
>  Insufficient memory to complete the operation.
> +.TP
> +.B ENOTDIR
> +The path in \fIdirp\fR is not a directory.
>  .SH VERSIONS
>  .BR versionsort ()
>  was added to glibc in version 2.1.

Thanks. Applied for man-pages-3.33.

Cheers,

Michael

-- 
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-09 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01 15:07 [PATCH] scandir(3): add ENOENT/ENOTDIR errors Mike Frysinger
     [not found] ` <1314889627-26260-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2011-09-09 15:36   ` 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.