From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30538 invoked by alias); 6 May 2002 21:33:03 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 30494 invoked by uid 71); 6 May 2002 21:33:01 -0000 Resent-Date: 6 May 2002 21:33:01 -0000 Resent-Message-ID: <20020506213301.30492.qmail@sources.redhat.com> Resent-From: insight-gnats@sources.redhat.com (GNATS Filer) Resent-To: nobody@sources.redhat.com Resent-Cc: insight-prs@sources.redhat.com Resent-Reply-To: insight-gnats@sources.redhat.com, craig@triscend.com Received:(qmail 29165 invoked by uid 61); 6 May 2002 21:29:17 -0000 Message-Id:<20020506212917.29164.qmail@sources.redhat.com> Date: Mon, 06 May 2002 14:33:00 -0000 From: craig@triscend.com Reply-To: craig@triscend.com To: insight-gnats@sources.redhat.com X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: insight/146: Insight html documentation contains   codes X-SW-Source: 2002-q2/txt/msg00015.txt.bz2 List-Id: >Number: 146 >Category: insight >Synopsis: Insight html documentation contains   codes >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: doc-bug >Submitter-Id: net >Arrival-Date: Mon May 06 14:33:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: craig@triscend.com >Release: unknown-1.0 >Organization: >Environment: Windows 2000/Cywgin & Linux >Description: The insight html docs (breakpoint.html) contains   html codes. These codes are not displayed in IE or Netscape but are displayed if the TK browser is used to display the insight help. >How-To-Repeat: >Fix: Remove   codes from breakpoint.html, see attached patch files. >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: text/plain; name="breakpoint.html.pat" Content-Disposition: inline; filename="breakpoint.html.pat" Index: gdb/gdbtk/library/help/breakpoint.html =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/library/help/breakpoint.html,v retrieving revision 1.1.1.1 diff -c -p -r1.1.1.1 breakpoint.html *** gdb/gdbtk/library/help/breakpoint.html 7 Feb 2000 00:19:42 -0000 1.1.1.1 --- gdb/gdbtk/library/help/breakpoint.html 6 May 2002 20:45:51 -0000 *************** disabled or enabled) and removing breakp *** 21,27 ****

Breakpoint Menu

! The Breakpoint Menu operates on the selected breakpoint only.  If no breakpoint is selected the menu items will be disabled. The type and state of a breakpoint may be changed by selecting the desired type or state from the menu. --- 21,27 ----

Breakpoint Menu

! The Breakpoint Menu operates on the selected breakpoint only. If no breakpoint is selected the menu items will be disabled. The type and state of a breakpoint may be changed by selecting the desired type or state from the menu. *************** the left mouse button to select a breakp *** 65,77 **** menu selection.

Modifying Breakpoints

! To enable a breakpoint, simply click the checkbutton in the first column of the desired breakpoint so that it is selected (checked). To disable a breakpoint, "uncheck" the checkbutton. !

To change a breakpoint's type, select the desired type from either the Breakpoint Menu or the Breakpoint Pop-up Menu. !

To remove a breakpoint, use the left mouse button to select the breakpoint to remove and use either the Breakpoint Menu or the Breakpoint Pop-up Menu to select "remove". To re-install a breakpoint, use the Source Window --- 65,77 ---- menu selection.

Modifying Breakpoints

! To enable a breakpoint, simply click the checkbutton in the first column of the desired breakpoint so that it is selected (checked). To disable a breakpoint, "uncheck" the checkbutton. !

To change a breakpoint's type, select the desired type from either the Breakpoint Menu or the Breakpoint Pop-up Menu. !

To remove a breakpoint, use the left mouse button to select the breakpoint to remove and use either the Breakpoint Menu or the Breakpoint Pop-up Menu to select "remove". To re-install a breakpoint, use the Source Window