Changeset 3b764a4e for general/prog


Ignore:
Timestamp:
02/01/2005 08:45:29 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7887ef0e
Parents:
b577f26
Message:

Added indexing tags to NASM

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/nasm.xml

    rb577f26 r3b764a4e  
    1919<?dbhtml filename="NASM.html" ?>
    2020<title>NASM-&NASM-version;</title>
     21<indexterm zone="NASM">
     22<primary sortas="a-NASM">NASM</primary></indexterm>
    2123
    2224<sect2>
     
    5153
    5254<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    53 make &amp;&amp;
    54 make install</command></userinput></screen>
     55make</command></userinput></screen>
     56
     57<para>Now, as the root user:</para>
     58
     59<screen><userinput role='root'><command>make install</command></userinput></screen>
    5560
    5661</sect2>
     
    5964<title>Contents</title>
    6065
    61 <para>The <application><acronym>NASM</acronym></application> package contains
    62 <command>nasm</command> and <command>ndisasm</command> programs.</para>
     66<segmentedlist>
     67<segtitle>Installed Programs</segtitle>
     68<segtitle>Installed Libraries</segtitle>
     69<segtitle>Installed Directories</segtitle>
    6370
    64 </sect2>
     71<seglistitem>
     72<seg>nasm and ndisasm</seg>
     73<seg>None</seg>
     74<seg>None</seg>
     75</seglistitem>
     76</segmentedlist>
    6577
    66 <sect2><title>Description</title>
     78<variablelist>
     79<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     80<?dbfo list-presentation="list"?>
    6781
    68 <sect3><title>nasm</title>
    69 <para><command>nasm</command> is a portable 80x86 assembler.</para></sect3>
     82<varlistentry id="nasm-prog">
     83<term><command>nasm</command></term>
     84<listitem><para>is a portable 80x86 assembler.</para>
     85<indexterm zone="NASM nasm-prog">
     86<primary sortas="b-nasm">nasm</primary>
     87</indexterm></listitem>
     88</varlistentry>
    7089
    71 <sect3><title>ndisasm</title>
    72 <para><command>ndisasm</command> is an 80x86 binary file
    73 disassembler.</para></sect3>
     90<varlistentry id="ndisasm">
     91<term><command>ndisasm</command></term>
     92<listitem><para>is an 80x86 binary file disassembler.</para>
     93<indexterm zone="NASM ndisasm">
     94<primary sortas="b-ndisasm">ndisasm</primary>
     95</indexterm></listitem>
     96</varlistentry>
     97</variablelist>
    7498
    7599</sect2>
Note: See TracChangeset for help on using the changeset viewer.