This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug manual/6885] New: unclear descriptions of __fwriting and __freading


from text version of glibc manual, section 12.3 :

 int __fwriting( FILE* STREAM )
	 determines whether stream STREAM was last written to or whether it is opened
write-only.
	 In this case return value is nonzero, otherwise it is zero.
	 This function is declared in `stdio_ext.h'.

this is a bit confusing.
description of __freading is similar, despite it providing some clue.

-- 
           Summary: unclear descriptions of __fwriting and __freading
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: manual
        AssignedTo: roland at gnu dot org
        ReportedBy: siward at wanadoo dot nl
                CC: glibc-bugs at sources dot redhat dot com


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]