Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/gptfdisk.xml

    ra161de9 r0d7900a  
    6969        <para>Recommended Patch: <ulink
    7070          url="&patch-root;/gptfdisk-&gptfdisk-version;-convenience-1.patch"/></para>
    71       </listitem> 
     71      </listitem>
    7272    </itemizedlist>
    7373
     
    8989
    9090    <para>
    91       The <application>gptfdisk</application> package comes with a 
     91      The <application>gptfdisk</application> package comes with a
    9292      rudimentary <filename>Makefile</filename>.  First we update it
    9393      to provide a simple build and install interface.
     
    112112
    113113    <para>
    114       <option>ICU=1</option>:  Adding this option to the <command>make</command> 
    115       command allows use of Unicode characters in partition names. 
     114      <option>ICU=1</option>:  Adding this option to the <command>make</command>
     115      command allows use of Unicode characters in partition names.
    116116    </para>
    117117
    118118    <para>
    119       <option>POPT=1</option>: Adding this option to the <command>make</command> 
     119      <option>POPT=1</option>: Adding this option to the <command>make</command>
    120120      command is required to build <command>sgdisk</command>. If used,
    121       this option needs to be on both the <command>make</command> and the 
     121      this option needs to be on both the <command>make</command> and the
    122122      <command>make install</command> line.
    123123    </para>
     
    146146        <term><command>cgdisk</command></term>
    147147        <listitem>
    148           <para>is an is a curses-based text-mode tool for 
     148          <para>is an is a curses-based text-mode tool for
    149149          manipulating GPT partitions.</para>
    150150          <indexterm zone="gptfdisk cgdisk">
     
    157157        <term><command>gdisk</command></term>
    158158        <listitem>
    159           <para>is an interactive text-mode tool 
     159          <para>is an interactive text-mode tool
    160160          for manipulating GPT partitions.</para>
    161161          <indexterm zone="gptfdisk gdisk">
Note: See TracChangeset for help on using the changeset viewer.