From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22418 invoked by alias); 21 Sep 2002 00:50:42 -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 21934 invoked from network); 21 Sep 2002 00:50:40 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Sep 2002 00:50:40 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8L0XBi04726 for ; Fri, 20 Sep 2002 20:33:11 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8L0och01925 for ; Fri, 20 Sep 2002 20:50:38 -0400 Received: from romulus.sfbay.redhat.com (IDENT:JYXyQura+ZaayTYrAznkQwAnKOvo+FHo@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g8L0oXC23121 for ; Fri, 20 Sep 2002 17:50:34 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g8L0lMl28136 for gdb-patches@sources.redhat.com; Fri, 20 Sep 2002 17:47:22 -0700 Date: Fri, 20 Sep 2002 17:50:00 -0000 From: Kevin Buettner Message-Id: <1020921004722.ZM28135@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: [RFA] gdb.texinfo: Use GNU/Linux instead of Linux MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00546.txt.bz2 While making the changes that Eli recommended to Jim's charset documentation, I noticed some uses of Linux without the GNU/ prefix. I assume that this is okay, but I wanted to check with Eli on the use of @sc{gnu}. There seem to be uses of plain "GNU" in the docs and other uses where @sc{gnu} is preferred. I don't understand the pros and cons of each, so I thought I'd send check with Eli before committing... * gdb.texinfo: Use GNU/Linux instead of Linux. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.124 diff -u -p -r1.124 gdb.texinfo --- gdb.texinfo 21 Sep 2002 00:29:04 -0000 1.124 +++ gdb.texinfo 21 Sep 2002 00:36:41 -0000 @@ -395,7 +395,7 @@ Tim Tucker contributed support for the G Pace Willison contributed Intel 386 support. Jay Vosburgh contributed Symmetry support. -Andreas Schwab contributed M68K Linux support. +Andreas Schwab contributed M68K @sc{gnu}/Linux support. Rich Schaefer and Peter Schauer helped with support of SunOS shared libraries. @@ -2622,7 +2622,7 @@ times slower than normal execution. (Bu catch errors where you have no clue what part of your program is the culprit.) -On some systems, such as HP-UX, Linux and some other x86-based targets, +On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets, @value{GDBN} includes support for hardware watchpoints, which do not slow down the running of your program. @@ -11196,7 +11196,7 @@ this facility, the command @code{info pr several kinds of information about the process running your program. @code{info proc} works only on SVR4 systems that include the @code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix, -and Unixware, but not HP-UX or Linux, for example. +and Unixware, but not HP-UX or @sc{gnu}/Linux, for example. @table @code @kindex info proc