Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r4a80a67 r4c24eb0a  
    537537        <listitem>
    538538          <para>
    539             is an <quote>ahead-of-time</quote> java class compiler.
     539            is an <quote>ahead-of-time</quote> java class compiler
    540540          </para>
    541541          <indexterm zone="openjdk jaotc">
     
    549549        <listitem>
    550550          <para>
    551             combines multiple files into a single jar archive.
     551            combines multiple files into a single jar archive
    552552          </para>
    553553          <indexterm zone="openjdk jar">
     
    562562          <para>
    563563            signs jar files and verifies the signatures and integrity
    564             of a signed jar file.
     564            of a signed jar file
    565565          </para>
    566566          <indexterm zone="openjdk jarsigner">
     
    576576            launches a Java application by starting a Java runtime
    577577            environment, loading a specified class and invoking its main
    578             method.
     578            method
    579579          </para>
    580580          <indexterm zone="openjdk java-prog">
     
    590590            reads class and interface definitions, written in the
    591591            Java programming language, and compiles them into bytecode
    592             class files.
     592            class files
    593593          </para>
    594594          <indexterm zone="openjdk javac">
     
    605605            set of Java source files and produces a corresponding set of
    606606            HTML pages describing the classes, interfaces, constructors,
    607             methods, and fields.
     607            methods, and fields
    608608          </para>
    609609          <indexterm zone="openjdk javadoc">
     
    617617        <listitem>
    618618          <para>
    619             disassembles a Java class file.
     619            disassembles a Java class file
    620620          </para>
    621621          <indexterm zone="openjdk javap">
     
    630630          <para>
    631631            is a utility to send diagnostic command requests to a running
    632             Java Virtual Machine.
     632            Java Virtual Machine
    633633          </para>
    634634          <indexterm zone="openjdk jcmd">
     
    643643          <para>
    644644            is a graphical console tool to monitor and manage both
    645             local and remote Java applications and virtual machines.
     645            local and remote Java applications and virtual machines
    646646          </para>
    647647          <indexterm zone="openjdk jconsole">
     
    655655        <listitem>
    656656          <para>
    657             is a simple command-line debugger for Java classes.
     657            is a simple command-line debugger for Java classes
    658658          </para>
    659659          <indexterm zone="openjdk jdb">
     
    667667        <listitem>
    668668          <para>
    669             scans class or jar files for uses of deprecated API elements.
     669            scans class or jar files for uses of deprecated API elements
    670670          </para>
    671671          <indexterm zone="openjdk jdeprscan">
     
    680680          <para>
    681681            shows the package-level or class-level dependencies of
    682             Java class files.
     682            Java class files
    683683          </para>
    684684          <indexterm zone="openjdk jdeps">
     
    692692        <listitem>
    693693          <para>
    694             is a tool for working with <quote>Flight Recorder</quote> files.
     694            is a tool for working with <quote>Flight Recorder</quote> files
    695695          </para>
    696696          <indexterm zone="openjdk jfr">
     
    705705          <para>
    706706            is a tool to analyze the content of a core dump from a
    707             crashed Java Virtual Machine (JVM).
     707            crashed Java Virtual Machine (JVM)
    708708          </para>
    709709          <indexterm zone="openjdk jhsdb">
     
    718718          <para>
    719719            is used to list, extract, verify, or get information about
    720             modules in <emphasis>jimage</emphasis> format.
     720            modules in <emphasis>jimage</emphasis> format
    721721          </para>
    722722          <indexterm zone="openjdk jimage">
     
    731731          <para>
    732732            prints Java configuration information for a given Java
    733             process, core file, or a remote debug server.
     733            process, core file, or a remote debug server
    734734          </para>
    735735          <indexterm zone="openjdk jinfo">
     
    758758          <para>
    759759            is used to assemble and optimize a set of modules and their
    760             dependencies into a custom runtime image.
     760            dependencies into a custom runtime image
    761761          </para>
    762762          <indexterm zone="openjdk jlink">
     
    771771          <para>
    772772            prints shared object memory maps or heap memory details
    773             of a given process, core file, or a remote debug server.
     773            of a given process, core file, or a remote debug server
    774774          </para>
    775775          <indexterm zone="openjdk jmap">
     
    783783        <listitem>
    784784          <para>
    785             creates JMOD files and lists the content of existing JMOD files.
     785            creates JMOD files and lists the content of existing JMOD files
    786786          </para>
    787787          <indexterm zone="openjdk jmod">
     
    795795        <listitem>
    796796          <para>
    797             generates java application packages and images.
     797            generates java application packages and images
    798798          </para>
    799799          <indexterm zone="openjdk jpackage">
     
    807807        <listitem>
    808808          <para>
    809             lists the instrumented JVMs on the target system.
     809            lists the instrumented JVMs on the target system
    810810          </para>
    811811          <indexterm zone="openjdk jps">
     
    819819        <listitem>
    820820          <para>
    821             is a command line script shell.
     821            is a command line script shell
    822822          </para>
    823823          <indexterm zone="openjdk jrunscript">
     
    832832          <para>
    833833            is an interactive tool for learning the Java programming
    834             language and prototyping Java code.
     834            language and prototyping Java code
    835835          </para>
    836836          <indexterm zone="openjdk jshell">
     
    845845          <para>
    846846            prints Java stack traces of Java threads for a given
    847             Java process, core file, or a remote debug server.
     847            Java process, core file, or a remote debug server
    848848          </para>
    849849          <indexterm zone="openjdk jstack">
     
    857857        <listitem>
    858858          <para>
    859             displays performance statistics for an instrumented JVM.
     859            displays performance statistics for an instrumented JVM
    860860          </para>
    861861          <indexterm zone="openjdk jstat">
     
    870870          <para>
    871871            is an RMI server application that monitors for the creation
    872             and termination of instrumented JVMs.
     872            and termination of instrumented JVMs
    873873          </para>
    874874          <indexterm zone="openjdk jstatd">
     
    882882        <listitem>
    883883          <para>
    884             is a key and certificate management utility.
     884            is a key and certificate management utility
    885885          </para>
    886886          <indexterm zone="openjdk keytool">
     
    921921        <listitem>
    922922          <para>
    923             starts the activation system daemon.
     923            starts the activation system daemon
    924924          </para>
    925925          <indexterm zone="openjdk rmid">
     
    934934          <para>
    935935            creates and starts a remote object registry on the specified
    936             port on the current host.
     936            port on the current host
    937937          </para>
    938938          <indexterm zone="openjdk rmiregistry">
     
    947947          <para>
    948948            returns the serialVersionUID for one or more classes in a
    949             form suitable for copying into an evolving class.
     949            form suitable for copying into an evolving class
    950950          </para>
    951951          <indexterm zone="openjdk serialver">
Note: See TracChangeset for help on using the changeset viewer.