Message-ID: <329FF4B6.773D@cs.com> Date: Sat, 30 Nov 1996 00:47:50 -0800 From: "John M. Aldrich" Reply-To: fighteer AT cs DOT com Organization: Three pounds of chaos and a pinch of salt MIME-Version: 1.0 To: DJGPP Workers Mailing List Subject: Patch to /src/libc/dos/dos/delay.txh Content-Type: multipart/mixed; boundary="------------3A394029459A" This is a multi-part message in MIME format. --------------3A394029459A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This patch adds the missing #include line to the delay documentation. It's a minor fix, but somebody has to do it. ;) -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com | | Proud owner of what might one | http://www.cs.com/fighteer | | day be a spectacular MUD... | Plan: To make Bill Gates suffer | --------------------------------------------------------------------- --------------3A394029459A Content-Type: text/plain; charset=us-ascii; name="DELAY.DIF" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="DELAY.DIF" *** delay.tx~ Mon Jul 10 01:40:08 1995 --- delay.txh Sat Nov 30 00:35:48 1996 *************** *** 2,7 **** --- 2,9 ---- @subheading Syntax @example + #include + void delay(unsigned msec); @end example --------------3A394029459A--