Bug 470453 - Java VisualVM integration paragraphs looks weird
Summary: Java VisualVM integration paragraphs looks weird
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora Documentation
Classification: Retired
Component: release-notes
Version: devel
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Release Notes Tracker
QA Contact: Karsten Wade
URL:
Whiteboard:
Depends On:
Blocks: fc-relnotes-traqr
TreeView+ depends on / blocked
 
Reported: 2008-11-07 09:45 UTC by Mark Wielaard
Modified: 2008-11-07 11:32 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-11-07 11:32:18 UTC
Embargoed:


Attachments (Terms of Use)

Description Mark Wielaard 2008-11-07 09:45:33 UTC
http://docs.fedoraproject.org/release-notes/f10preview/en_US/How_are_Things_for_Developers.html#sn-New_integration_with_other_Fedora_technologies

The section on VisualVM integration looks strange, the program name between brackets (jvisualvm) is put on its own line. The XML has:

   <section id="sn-VisualVM_integration_through_the_NetBeans_framework">
      <title>VisualVM integration through the NetBeans framework</title>
      <para>VisualVM (<programlisting
          format="linespecific">jvisualvm</programlisting>) provides a
        graphical overview of any local or remotely running Java
        application, letting you monitor all running threads, classes,
        and objects allocated by the application by taking thread dumps,
        heap dumps, and other lightweight profiling tools.</para>
    </section>

The programlisting tag should be a filename tag (and shouldn't have a format attribute so that it the sentence is all on the same line.

Comment 1 Karsten Wade 2008-11-07 11:32:18 UTC
That's leftover markup from the wiki2xml conversion process, missed in the manual stage of that conversion, thanks for the catch.  Rather than being <filename/>, I think that is either <command/> or <package/>; I went for the former based on context.


Note You need to log in before you can comment on or make changes to this bug.