Changeset fd6e290


Ignore:
Timestamp:
Aug 10, 2014, 11:09:43 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
81e2591
Parents:
8f9c1a8
Message:

Added option tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils.xml

    r8f9c1a8 rfd6e290  
    6969        <term><parameter>--host=${CLFS_HOST}</parameter></term>
    7070        <listitem>
    71           <para>When used with --target, this creates a cross-architecture
    72           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
     71          <para>When used with <option>--target</option>, this creates a
     72          cross-architecture executable which creates files for
     73          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    7374        </listitem>
    7475      </varlistentry>
     
    7778        <term><parameter>--target=${CLFS_TARGET}</parameter></term>
    7879        <listitem>
    79           <para>When used with --host, this creates a cross-architecture
    80           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
     80          <para>When used with <option>--host</option>, this creates a
     81          cross-architecture executable that creates files for
     82          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    8183        </listitem>
    8284      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.