summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-02 10:52:59 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-02 10:52:59 +0000
commit0db2497936950725ae71e997091ef276a3ec43ee (patch)
tree7d66db137accea00fe402dfabf8e5de3a4af58c6 /manual
parentb9ea6c38033d6ab0bda9dddb34cc7a4c6ff82084 (diff)
Updated to fedora-glibc-20060102T1045
Diffstat (limited to 'manual')
-rw-r--r--manual/filesys.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index dbc97f2f12..c8ae377266 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -1250,10 +1250,10 @@ result is passed back as the return value of the function in a block of
memory allocated with @code{malloc}. If the result is not used anymore
the memory should be freed with a call to @code{free}.
-In any of the path components except the last one is missing the
-function returns a NULL pointer. This is also what is returned if the
-length of the path reaches or exceeds @code{PATH_MAX} characters. In
-any case @code{errno} is set accordingly.
+If any of the path components is missing the function returns a NULL
+pointer. This is also what is returned if the length of the path
+reaches or exceeds @code{PATH_MAX} characters. In any case
+@code{errno} is set accordingly.
@table @code
@item ENAMETOOLONG