Message-ID: <3930D520.8B130EB4@softhome.net> Date: Sun, 28 May 2000 11:13:20 +0300 From: Laurynas Biveinis X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Idea: Cutting edge DJGPP (alpha DJGPP?) References: <200005271505 DOT RAA07283 AT father DOT ludd DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Martin Str|mberg wrote: > > uname() - > > http://www.delorie.com/archives/browse.cgi?p=djgpp-workers/2000/01/02/06:24:27 > > Shouldn't the docs be updated too? Please submit patch. Oops, the patch there isn't complete - it only fixes bugs in previous one. Here is a patch for docs. Laurynas diff -r -u utsname.old/uname.txh utsname/uname.txh --- utsname.old/uname.txh Sun Sep 27 17:22:28 1998 +++ utsname/uname.txh Wed Aug 4 17:43:36 1999 @@ -4,7 +4,7 @@ @example #include -#int uname(struct utsname *u); +int uname(struct utsname *u); @end example @subheading Description @@ -25,7 +25,7 @@ @item machine -"pc" +The CPU family type: "i386", "i486", "i586" or "i686". @item nodename