Changeset dd423a0 in clfs-embedded for BOOK/cross-tools/common/libc.xml


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
1cf6d41
Parents:
2864f08
git-author:
Andrew Bradford <andrew@…> (06/11/14 09:47:06)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

Rename musl-libc to just musl

Proper name seems to be just "musl" from the documentation.

File:
1 edited

Legend:

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

    r2864f08 rdd423a0  
    99  <?dbhtml filename="libc.html"?>
    1010
    11   <title>musl-libc-&musl-libc-version;</title>
     11  <title>musl-&musl-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-libc">
    14     <primary sortas="a-libc">musl-libc</primary>
     14    <primary sortas="a-libc">musl</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
     
    1919    <title/>
    2020
    21     <para>The musl-libc package contains the main C library. This library provides
     21    <para>The musl package contains the main C library. This library provides
    2222    the basic routines for allocating memory, searching directories, opening and
    2323    closing files, reading and writing files, string handling, pattern matching,
     
    2727
    2828  <sect2 role="installation">
    29     <title>Installation of musl-libc</title>
     29    <title>Installation of musl</title>
    3030
    3131    <para os="h">Configure the package:</para>
     
    4545  </sect2>
    4646
    47   <sect2 id="contents-musl-libc" role="content">
    48     <title>Contents of musl-libc</title>
     47  <sect2 id="contents-musl" role="content">
     48    <title>Contents of musl</title>
    4949
    5050    <segmentedlist>
     
    5353      <segtitle>Installed Headers</segtitle>
    5454      <seglistitem>
    55         <seg>ld-musl-libc.so.0</seg>
     55        <seg>ld-musl.so.0</seg>
    5656        <seg> libc.so.0, libcrypt.so.0, libdl.so.0, libm.so.0, libpthread.so.0,
    5757        librt.so.0</seg>
     
    6565      <?dbhtml list-presentation="table"?>
    6666
    67       <varlistentry id="ld-musl-libc">
    68         <term><command>ld-musl-libc</command></term>
     67      <varlistentry id="ld-musl">
     68        <term><command>ld-musl</command></term>
    6969        <listitem>
    70           <para>The musl-libc dynamic linker / loader</para>
    71           <indexterm zone="ch-cross-tools-libc ld-musl-libc">
    72             <primary sortas="b-ld-musl-libc">ld-musl-libc</primary>
     70          <para>The musl dynamic linker / loader</para>
     71          <indexterm zone="ch-cross-tools-libc ld-musl">
     72            <primary sortas="b-ld-musl">ld-musl</primary>
    7373          </indexterm>
    7474        </listitem>
     
    9898        <term><filename class="libraryfile">libdl</filename></term>
    9999        <listitem>
    100           <para>The musl-libc dynamic linker / loader library</para>
     100          <para>The musl dynamic linker / loader library</para>
    101101          <indexterm zone="ch-cross-tools-libc libdl">
    102102            <primary sortas="c-libdl">libdl</primary>
Note: See TracChangeset for help on using the changeset viewer.