Date: Thu, 19 Mar 1998 17:49:08 -0800 (PST) Message-Id: <199803200149.RAA14421@adit.ap.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_890358390==_" To: djgpp-workers AT delorie DOT com From: Nate Eldredge Subject: Re: Documentation fixes Cc: dj AT delorie DOT com Precedence: bulk --=====================_890358390==_ Content-Type: text/plain; charset="us-ascii" At 08:37 3/19/1998 +0100, Vik Heyndrickx wrote: >Two further comments: >I think the expression "AS IS" is always written in capital when it >means "provided with no warranty of any kind, blablablah...". But that wasn't the context here. It said (paraphrase), "if the fields are zero, a temporary stack will be used; otherwise they will be used AS IS." In other words, they will be used exactly as they are, no changes will be made. It seems to me that since we have the @emph{} capability, we should use it instead of the cruder caps. > >> --- src/libc/compat/sys/resource/strlimit.txh Wed Mar 18 19:28:24 1998 >> resourece limit specified by @var{rltype}. Note that currently it > ^ >> ! always fails. Thanks, that's one I missed. Eli mentioned another, and I found yet a third that I introduced :(. A patch is included, apply it on top of the previous one. --=====================_890358390==_ Content-Type: text/plain; charset="us-ascii" *** src/libc/compat/stdio/mkstemp.tx~ Wed Mar 18 17:22:10 1998 --- src/libc/compat/stdio/mkstemp.txh Thu Mar 19 17:38:46 1998 *************** *** 26,32 **** @example int fd; ! char name[] = "/tmp/ccXXXXXX"); fd = mkstemp(name); @end example --- 26,32 ---- @example int fd; ! char name[] = "/tmp/ccXXXXXX"; fd = mkstemp(name); @end example --=====================_890358390==_ Content-Type: text/plain; charset="us-ascii" *** src/libc/ansi/stdio/fwalk.tx~ Wed Mar 18 19:10:46 1998 --- src/libc/ansi/stdio/fwalk.txh Thu Mar 19 16:44:14 1998 *************** *** 10,16 **** @subheading Description For each open file in the system, the given @var{function} is called, ! passing the file pointer as it's only argument. @subheading Return Value --- 10,16 ---- @subheading Description For each open file in the system, the given @var{function} is called, ! passing the file pointer as its only argument. @subheading Return Value --=====================_890358390==_ Content-Type: text/plain; charset="us-ascii" *** src/libc/compat/sys/resource/strlimit.tx~ Wed Mar 18 19:28:24 1998 --- src/libc/compat/sys/resource/strlimit.txh Thu Mar 19 16:41:54 1998 *************** *** 10,16 **** @subheading Description This function sets new limit pointed to by @var{rlimitp} on the ! resourece limit specified by @var{rltype}. Note that currently it always fails. @subheading Return Value --- 10,16 ---- @subheading Description This function sets new limit pointed to by @var{rlimitp} on the ! resource limit specified by @var{rltype}. Note that currently it always fails. @subheading Return Value --=====================_890358390==_ Content-Type: text/plain; charset="us-ascii" Nate Eldredge eldredge AT ap DOT net --=====================_890358390==_--