Changeset 364d698 in clfs-embedded for BOOK/final-system/common


Ignore:
Timestamp:
Jul 18, 2013, 12:05:58 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
bc7fc77
Parents:
6280230
git-author:
Andrew Bradford <andrew@…> (07/15/13 03:59:23)
git-committer:
Andrew Bradford <andrew@…> (07/18/13 12:05:58)
Message:

Consistently capitalize BusyBox? name

It was written sometimes with the second 'B' lowercase which is
incorrect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/busybox.xml

    r6280230 r364d698  
    99  <?dbhtml filename="busybox.html"?>
    1010
    11   <title>Busybox-&busybox-version;</title>
     11  <title>BusyBox-&busybox-version;</title>
    1212
    1313  <indexterm zone="ch-system-busybox">
    14     <primary sortas="a-Busybox">Busybox</primary>
     14    <primary sortas="a-BusyBox">BusyBox</primary>
    1515  </indexterm>
    1616
     
    2929
    3030  <sect2 role="installation">
    31     <title>Installation of Busybox</title>
     31    <title>Installation of BusyBox</title>
    3232
    3333<!-- Version 1.18.4 does not require any "fixes" patch, none exists, yet
    3434    <para os="p1">The following patch contains a number of fixes to version
    35     &busybox-version; by the Busybox developers:</para>
     35    &busybox-version; by the BusyBox developers:</para>
    3636
    3737<screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen>
     
    4242<screen os="b"><userinput>make distclean</userinput></screen>
    4343
    44     <para os="c">The following patch contains a default configuration for busybox:</para>
     44    <para os="c">The following patch contains a default configuration for BusyBox:</para>
    4545
    4646<screen os="d"><userinput>patch -Np1 -i ../&busybox-config-patch;
     
    4848
    4949    <note os="e">
    50       <para>Currently we are just telling Busybox to use a generic
     50      <para>Currently we are just telling BusyBox to use a generic
    5151      configuration. For those for more adventurous, you can use
    5252      <command>make menuconfig</command>, and create a custom or modified
     
    7777
    7878  <sect2 id="contents-busybox" role="content">
    79     <title>Contents of Busybox</title>
     79    <title>Contents of BusyBox</title>
    8080
    8181    <segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.