From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29887 invoked by alias); 26 Mar 2007 20:50:29 -0000 Received: (qmail 29856 invoked by uid 22791); 26 Mar 2007 20:50:27 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Mar 2007 21:50:24 +0100 Received: from HOME-C4E4A596F7 (IGLD-80-230-106-51.inter.net.il [80.230.106.51]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HLW98068 (AUTH halo1); Mon, 26 Mar 2007 22:50:15 +0200 (IST) Date: Mon, 26 Mar 2007 20:50:00 -0000 Message-Id: From: Eli Zaretskii To: Bob Wilson CC: gdb-patches@sources.redhat.com In-reply-to: <46081016.3030204@tensilica.com> (message from Bob Wilson on Mon, 26 Mar 2007 11:25:26 -0700) Subject: Re: [PATCH] consistently capitalize section names Reply-to: Eli Zaretskii References: <46081016.3030204@tensilica.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00239.txt.bz2 > Date: Mon, 26 Mar 2007 11:25:26 -0700 > From: Bob Wilson > > With the exception of some of the more recently written parts of the GDB doc, > there appears to be a strong convention of capitalizing only the first word of > section titles. (All the major words in chapter and appendix titles are > capitalized.) Some of the section titles do not follow this convention. This > is most visible when you read the table of contents in the TeX-generated output. > This patch makes all the section titles consistently capitalized. Thanks for doing this, but unfortunately the capitalization style you've chosen is wrong. The Texinfo manual says: * By convention, node names are capitalized just as they would be for section or chapter titles--initial and significant words are capitalized; others are not. IOW, the correct capitalization style is, e.g., "Commands to Set Tracepoints", not "Commands to set tracepoints". If you can afford that, please redo the capitalization to use this style. Thanks again for working on this.