Ignore:
Timestamp:
05/30/2005 09:38:32 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.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:
539ace5
Parents:
dae2ba0b
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/nasm.xml

    rdae2ba0b r7cd76d62  
    3030    <title>Introduction to NASM</title>
    3131
    32     <para><application>NASM</application> (Netwide Assembler) 
    33     is an 80x86 assembler designed for portability and modularity. It includes a 
     32    <para><application>NASM</application> (Netwide Assembler)
     33    is an 80x86 assembler designed for portability and modularity. It includes a
    3434    disassembler as well.</para>
    3535
     
    5959
    6060    <bridgehead renderas="sect4">Optional (for Building Documentation)</bridgehead>
    61     <para><xref linkend="tex"/>, and 
     61    <para><xref linkend="tex"/>, and
    6262    <xref linkend="espgs"/> or <xref linkend="gs"/></para>
    6363
     
    6767    <title>Installation of NASM</title>
    6868
    69     <para>Install <application>NASM</application> by running 
     69    <para>Install <application>NASM</application> by running
    7070    the following commands:</para>
    7171
     
    7575make -C rdoff/doc html</userinput></screen>
    7676
    77     <para>To build the base <application>NASM</application> documentation, 
     77    <para>To build the base <application>NASM</application> documentation,
    7878    ensure you have <application>Ghostscript</application> installed and issue:</para>
    7979
    8080<screen><userinput>make doc</userinput></screen>
    8181
    82     <para>To build the RDOFF Postscript documentation, 
     82    <para>To build the RDOFF Postscript documentation,
    8383    ensure you have <xref linkend="tex"/> installed and issue:</para>
    8484
     
    8686make -C rdoff/doc ps</userinput></screen>
    8787
    88     <para>To build the RDOFF PDF documentation, ensure you have 
     88    <para>To build the RDOFF PDF documentation, ensure you have
    8989    <application>Ghostscript</application> installed and issue:</para>
    9090
     
    102102cp -v -R rdoff/doc/rdoff /usr/share/doc/nasm/html</userinput></screen>
    103103
    104     <para>If you built the <application>Ghostscript</application> generated 
    105     documentation, install it using the following commands as the 
     104    <para>If you built the <application>Ghostscript</application> generated
     105    documentation, install it using the following commands as the
    106106    <systemitem class="username">root</systemitem> user:</para>
    107107
     
    109109install -v -m644 rdoff/doc/rdoff.pdf /usr/share/doc/nasm</userinput></screen>
    110110
    111     <para>Lastly, if you built the RDOFF Postscript documentation, install it 
    112     using the following command as the 
     111    <para>Lastly, if you built the RDOFF Postscript documentation, install it
     112    using the following command as the
    113113    <systemitem class="username">root</systemitem> user:</para>
    114114
     
    126126
    127127      <seglistitem>
    128         <seg>nasm, ndisasm, ldrdf, rdf2bin, rdf2com, rdf2ihx, rdfdump, rdflib, and 
     128        <seg>nasm, ndisasm, ldrdf, rdf2bin, rdf2com, rdf2ihx, rdfdump, rdflib, and
    129129        rdx</seg>
    130130        <seg>None</seg>
Note: See TracChangeset for help on using the changeset viewer.