X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.74.72 with SMTP id t8mr2215049qaj.4.1377311813874; Fri, 23 Aug 2013 19:36:53 -0700 (PDT) X-Received: by 10.50.20.3 with SMTP id j3mr7506ige.2.1377311813782; Fri, 23 Aug 2013 19:36:53 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 23 Aug 2013 19:36:53 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:7:f00:2ca:9d8b:7e45:c9d5:d173; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 NNTP-Posting-Host: 2601:7:f00:2ca:9d8b:7e45:c9d5:d173 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3b166a82-36d9-4caa-acdf-dc37c382de00@googlegroups.com> Subject: ambiguous man pages From: Jim Michaels Injection-Date: Sat, 24 Aug 2013 02:36:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1528 Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com www.delorie.com/djgpp/doc/libc/libc_538.html needs clarification. does this function allocate memory for the struct ptr? yes or no. the page states "Return Value:A pointer to a static structure which is overwritten with each call." this is ambiguous. is the pointer overwritten, or is it the structure overwritten with each call? www.delorie.com/djgpp/doc/libc/libc_821.html does this function allocate memory for the struct ptr? yes or no. please clarify, thanks.