Date: Fri, 27 Jul 2001 12:00:39 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <8011-Fri27Jul2001120039+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3B60940F.B551005B@phekda.freeserve.co.uk> (message from Richard Dawe on Thu, 26 Jul 2001 23:05:03 +0100) Subject: Re: glob, globfree doc updates References: <3B60940F DOT B551005B AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 26 Jul 2001 23:05:03 +0100 > From: Richard Dawe > > Below is a documentation diff that: > > * mentions globfree in the glob page; > * mentions glob in the globfree page. > > OK to commit? Yes, but please remove the leading underscores from the function arguments, like here: > ! Frees the memory associated with @code{_pglob}. > > @subheading Portability > > --- 9,16 ---- > > @subheading Description > > ! Frees the memory associated with @code{_pglob}, which should have been > ! allocated by a call to @code{glob} (@pxref{glob}). Also, please use @var{}, not @code{}, for the markup of formal arguments (yes, that was a mistake in the original). Thanks!