Skip to content

Commit

Permalink
[BZ #1395]
Browse files Browse the repository at this point in the history
* manual/filesys.texi (Symbolic Links): Fix description of 
canonicalize_file_name based on patch by Oskar Liljeblad 
<oskar@osk.mine.nu>.
2005-12-31  Andreas Jaeger  <aj@suse.de>

	[BZ #1395]
	* manual/filesys.texi (Symbolic Links): Fix description of
	canonicalize_file_name based on patch by Oskar Liljeblad
	<oskar@osk.mine.nu>.
  • Loading branch information
Andreas Jaeger committed Dec 31, 2005
1 parent db0a00d commit fd63cc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2005-12-31 Andreas Jaeger <aj@suse.de>

[BZ #1395]
* manual/filesys.texi (Symbolic Links): Fix description of
canonicalize_file_name based on patch by Oskar Liljeblad
<oskar@osk.mine.nu>.

2005-12-29 Andreas Jaeger <aj@suse.de>

* resolv/res_debug.c (latlon2ul): Use ISO C function declaration.
Expand Down
8 changes: 4 additions & 4 deletions manual/filesys.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd63cc3

Please sign in to comment.