public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug faq/1395] New: canonicalize_file_name documentation typos
@ 2005-09-30  9:20 oskar at osk dot mine dot nu
  2005-12-30  9:18 ` [Bug faq/1395] " aj at suse dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: oskar at osk dot mine dot nu @ 2005-09-30  9:20 UTC (permalink / raw)
  To: glibc-bugs

There's a small typo in the texinfo documentation for
canonicalize_file_name. Perhaps there's also an incorrect
statement which indirectly says that it is OK for the last path
component to be missing. I don't think this is true.
The comment for realpath in stdlib/canonicalize.c also states
"All path components must exist".

Oskar Liljeblad (oskar@osk.mine.nu)

diff -u filesys.texi.v0 filesys.texi
--- filesys.texi.v0     2005-09-30 11:11:01.000000000 +0200
+++ filesys.texi        2005-09-30 11:11:25.000000000 +0200
@@ -1199,7 +1199,7 @@
 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
+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.

-- 
           Summary: canonicalize_file_name documentation typos
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: faq
        AssignedTo: aj at suse dot de
        ReportedBy: oskar at osk dot mine dot nu
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=1395

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug faq/1395] canonicalize_file_name documentation typos
  2005-09-30  9:20 [Bug faq/1395] New: canonicalize_file_name documentation typos oskar at osk dot mine dot nu
@ 2005-12-30  9:18 ` aj at suse dot de
  2005-12-31 13:11 ` cvs-commit at gcc dot gnu dot org
  2005-12-31 13:11 ` aj at suse dot de
  2 siblings, 0 replies; 4+ messages in thread
From: aj at suse dot de @ 2005-12-30  9:18 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-30 09:18:00
               date|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=1395

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug faq/1395] canonicalize_file_name documentation typos
  2005-09-30  9:20 [Bug faq/1395] New: canonicalize_file_name documentation typos oskar at osk dot mine dot nu
  2005-12-30  9:18 ` [Bug faq/1395] " aj at suse dot de
  2005-12-31 13:11 ` cvs-commit at gcc dot gnu dot org
@ 2005-12-31 13:11 ` aj at suse dot de
  2 siblings, 0 replies; 4+ messages in thread
From: aj at suse dot de @ 2005-12-31 13:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2005-12-31 13:11 -------
Fixed for glibc 2.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=1395

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug faq/1395] canonicalize_file_name documentation typos
  2005-09-30  9:20 [Bug faq/1395] New: canonicalize_file_name documentation typos oskar at osk dot mine dot nu
  2005-12-30  9:18 ` [Bug faq/1395] " aj at suse dot de
@ 2005-12-31 13:11 ` cvs-commit at gcc dot gnu dot org
  2005-12-31 13:11 ` aj at suse dot de
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-12-31 13:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-12-31 13:11 -------
Subject: Bug 1395

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	aj@sources.redhat.com	2005-12-31 13:11:28

Modified files:
	manual         : filesys.texi 
	.              : ChangeLog 

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

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/manual/filesys.texi.diff?cvsroot=glibc&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.9840&r2=1.9841



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1395

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-31 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-30  9:20 [Bug faq/1395] New: canonicalize_file_name documentation typos oskar at osk dot mine dot nu
2005-12-30  9:18 ` [Bug faq/1395] " aj at suse dot de
2005-12-31 13:11 ` cvs-commit at gcc dot gnu dot org
2005-12-31 13:11 ` aj at suse dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).