about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-12-31 13:11:27 +0000
committerAndreas Jaeger <aj@suse.de>2005-12-31 13:11:27 +0000
commitfd63cc3ba8141c1d5f49d18f89185bc0af84e9e0 (patch)
tree6c036d37a1a86d4b3e079d180124165b945070ba
parentdb0a00d3aaf16e9d832577b5a60ae081874b41a2 (diff)
downloadglibc-fd63cc3ba8141c1d5f49d18f89185bc0af84e9e0.tar.gz
glibc-fd63cc3ba8141c1d5f49d18f89185bc0af84e9e0.tar.xz
glibc-fd63cc3ba8141c1d5f49d18f89185bc0af84e9e0.zip
[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-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>.
-rw-r--r--ChangeLog7
-rw-r--r--manual/filesys.texi8
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ebabab1a7c..83a55fe9bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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