From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29280 invoked by alias); 13 Jun 2003 11:42:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28809 invoked from network); 13 Jun 2003 11:42:12 -0000 Received: from unknown (HELO gandalf.inter.net.il) (192.114.186.22) by sources.redhat.com with SMTP; 13 Jun 2003 11:42:12 -0000 Received: from zaretsky (tony08-234-121.inter.net.il [80.230.234.121] (may be forged)) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id AVO19326; Fri, 13 Jun 2003 14:41:54 +0300 (IDT) Date: Fri, 13 Jun 2003 11:42:00 -0000 From: "Eli Zaretskii" To: brobecker@gnat.com Message-Id: <8582-Fri13Jun2003144152+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20030613005945.GE947@gnat.com> (message from Joel Brobecker on Thu, 12 Jun 2003 17:59:45 -0700) Subject: Re: [RFA/doco] Add documentation for the ``minimal'' language Reply-to: Eli Zaretskii References: <20030613005945.GE947@gnat.com> X-SW-Source: 2003-06/txt/msg00462.txt.bz2 > Date: Thu, 12 Jun 2003 17:59:45 -0700 > From: Joel Brobecker > > here is a first shot at providing some documentation regarding the > new pseudo-language we added not-so-recently. There isn't much to say... > Does it look ok? Yes; approved. However, before you commit this, please correct the following minor issues: > + @cindex Unsupported languages > + @cindex Minimal language Unless you use proper names (like Fortran or Pascal), the cindex entries should _not_ be capitalized. So please change this to begin with a lower-case letter. Also, please use "programming language" rather than just "language" at least once in the text, so that the reader will not wonder what ``languages'' we are talking about. Thanks!